-
Each ballot/vote consumer will connect to the ethereum node.
It implies using file descriptors (at least for sockets).
Having a lot of consumers might make the ethereum node crash because it won't h…
-
# Future Steps:
- Reading papers that conducted transaction-based research on the whole Ethereum blockchain to check how they did it. What are the requirements of the full node I/O we need (these p…
-
teku - 22.9.1
geth - 1.10.23
{"component":"exporter","error":"fetched block is nil","level":"error","module":"consensus/beacon","msg":"Subscriber error","time":"2022-09-21T23:46:26Z","topic":"bloc…
-
- goal: prevent consensus failure from isolating all watchers on a minority chain
- solution: any xapp should deploy watchers targeting multiple versions of geth, and other clients
-
### Describe the feature
`engine_executeStatelessPayloadV1`,`engine_executeStatelessPayloadV2`,`engine_executeStatelessPayloadV3`,`engine_executeStatelessPayloadV4`, engine RPC methods are already im…
-
When Emerald starts up, it syncs fine, but then after a day or two the block count falls behind and I have to restart Emerald which I assume just restarts Geth.
Platform: Win2012 R2 Server, x64 ru…
-
- No unlocked accounts
- No unnecessary APIs
-
### What's your CLI version?
0.90.1
### Description & steps to reproduce
I am using a kurtosis package at [github.com/ethpandaops/ethereum-package](https://github.com/ethpandaops/ethereum-package)
…
-
@markya0616 @yutelin @alanchchen @bailantaotao @tailingchen
I am trying to set a private Istanbul network, however, every client I bring up has a coinbase/etherbase which I didn't create and `eth.…
-
Nodes can currently run with a partial history (by loading from a checkpoint), but it's not a fully fledged feature.
* Add API to query what blocks a node has available
* Make sure RPCs fail grace…