Michelangelo Riccobene
Michelangelo Riccobene
Erigon Sentry now uses pubkey as peer-id but pubkey has not printable characters. This PR use Bytes in place of string to represent peer-id and use hex encoding to print...
**C++17 [states](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0283r2.html) that the compiler must ignore unknown attributes.** This allows the users to annotate the code to convey more semantics or to use custom code analysis and manipulation tools....
This test measures the ability of Erigon to remain synchronised on the chain tip for a long time. It needs a database that is close to the tip.
Hi, I am unable to use ENSBuilder, this code below doesn't work: ``` const provider = new providers.JsonRpcProvider(endpoint); const wallet = new Wallet(privateKey, provider); const builder = new ENSBuilder(wallet); const...
Import rpcdaemon tests from Silkworm. Not supported on Erigon: - debug_,trace_ Not supported without a running Erigon instance: - admin_,eth_mining,eth_getWork,eth_coinbase,eth_createAccessList/test_16.json,engine_,net_,web3_,txpool_,eth_submitWork,eth_submitHashrate,eth_protocolVersion,erigon_nodeInfo - [ ] First make the test work, then consider...
This add a Tip-Tracking test on Erigon v2 for Gnosis chain/network
This PR implements some of what was established in Issue [5](https://github.com/erigontech/devops-metarepo-for-issues/issues/15), in particular it integrates the Sync-From-Scratch test into the release workflow. The test will run Erigon with an empty...
Bring to branch 2.60 the temporary solution for runner n.1 out of space adopted on branch 2.61