Sai Vegasena
Sai Vegasena
Explain your changes: * Removing redundant caching in the lib2p networking layer. * This change deletes the recently_seen field from the `Resource_pool.t` in transaction_pool.ml. Now the daemon will solely rely...
Explain your changes: * removing the extra PG_CONN in the replayer test script, so the postgres url is valid
warning: :0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering
This PR makes some general improvements to the package verification docs.
Explain your changes: * I added a snarkLedger object to the block object in graphql. The idea is to emulate the snark leger export functionality in the daemon rpc calls...
Explain your changes: * Adding a new app that dumps the archive database ledger for a given slot. If the slot does not have a block, the most recent block...
We have allocated a new read only bucket for the ledger tarball in CI. This is to prevent the file from accidentally being overwritten by another process pushing to the...
Closes #12591
adding network id to the daemon for hard fork testing. the objective is to get the network id graphql call to return based on this result.
this is meant to correspond with changes in #15692