-
I have started **optimism full node** with Docker by following the documentation and changed the db.engine from **Pebble** to **LevelDB** in the **scripts/start-op-geth.sh** file because I was getting…
-
This is the lib developed by Peter https://github.com/karalabe/ssz , we should check if go-ethereum has used it
-
In all the scripts, they mention setting up the GETH as this -
`GETH=./geth`
However, in this repository there is no such directory.
Does it mean one has to install it on their own to get that d…
-
Two of the 7 e2e tests seem to fail randomly when running locally this commit 48d785113724e591a50ce4e8429a04b3720a9d3b (current tip of celo8)
```
Run test_fee_currency_fails_intrinsic.sh
+ tail -…
-
*Problem to Solve*
Currently we only support geth fullsync for omni_evm, this is fine, but joining the network takes a long times since geth needs to sync all blocks from genesis. This should only be…
-
After the issues yesterday I want to write up some things I recognized. Some of them should be transformed into tasks IMHO.
I was on erigon / LH. Here I can share my personal experience. Both clients…
-
Topics are optional in [geth](https://geth.ethereum.org/docs/interacting-with-geth/rpc/pubsub)
Are they optional for cronos?
-
We should track host-level metrics such as memory usage, disk usage, cpu usage, etc and combine that with the existing block processing time data `replayor` is already collecting to give a more holist…
-
**Describe the bug**
Multiple tests are failing in cactus-plugin-ledger-connector-ethereum/src/test/typescript/integration including:
- _geth-contract-deploy-and-invoke-using-json-object-v1.test…
-
We need to add support for `debug_traceCall` with support for custom call tracers.
https://docs.alchemy.com/reference/debug-tracecall
https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug…