bhartnett
bhartnett
Fluffy doesn't fail or show any error message when starting a second Fluffy instance pointing to the same data directory. The `--data-dir` parameter is also not a required parameter and...
See the discussion here for some context: https://github.com/status-im/nimbus-eth1/pull/2072#discussion_r1524257286 The AccountsCache type holds a cache in memory of the accounts and storage slots which have recently been accessed. This data structure...
It turns out that most of these option types were not being cleaned up. By using the autoClose flag in the library they will all be cleaned up when the...
Here is a possible roadmap for implementing statelessness in Nimbus. **Short term** Nimbus EL support for zkEVMs - In progress - Build and store executions witnesses in the database. -...
Poke in the state network is feasible by passing in the parent offer when looking up content. The fetched state content is then combined with the parent offer to build...
In some of my code I found the need to do something like this: ``` # wait for the first block data to be put on the queue # so...
This is an example of how we can add caching to improve the performance of the RPC endpoints which use the EVM in the verified proxy. I've also implemented an...
This updates RocksDB to the latest version (v10.2.1).
We have already implemented ban lists in Fluffy but these are not yet enabled due to the risks such as: - Could backfire in edge cases, eg. banning all peers...