nimbus-eth1 icon indicating copy to clipboard operation
nimbus-eth1 copied to clipboard

Nimbus: an Ethereum Execution Client for Resource-Restricted Devices

Results 193 nimbus-eth1 issues
Sort by recently updated
recently updated
newest added

State network spec tells that content for offer & content for retrieval are two distinct type. This PR modifies receiveLoop in order to accommodate this difference. Offer content decoded, validated,...

I read conf.nim and it looks like poke is enabled by default ![image](https://github.com/status-im/nimbus-eth1/assets/31669092/a77ef010-35d9-4214-a5ce-56e96b31f61a) When I switched glados from trin with poke enabled to fluffy with poke enabled the graph went...

bug
Fluffy
portal-wire

Attempt to task-list for the development of the state network. This list is going to be incomplete so feel free to add/suggest items. Perhaps some tasks don't really make sense...

Fluffy
portal-state

If we have https://github.com/status-im/nimbus-eth1/issues/1940 implemented, a first step should be to export this via this tool and then to adjust the current Fluffy `historyPropagateXXX` calls to use these files. That...

Fluffy

This issue is about implementing the era1 format (reading & writing) as is described/implemented in geth here: https://github.com/ethereum/go-ethereum/pull/26621 I see several use cases for us here: - Potential portable way...

Fluffy

Fails when trying to build: ```bash => [build 5/6] RUN --mount=type=cache,target=/fluffy/vendor make deps -j2 0.2s => ERROR [build 6/6] RUN --mount=type=cache,target=/fluffy/vendor RUN --mount=type=cache,target=/fluffy/vendor > set -e 20 | >>> make...

Fluffy

Fuzzing found a statetest which executes rather slow on `evmstate`, nearly 10 seconds on `16M` gas. ``` $ time ./evmstate --noreturndata --nomemory --nostorage /tmp/00048858-mixed-1.json [ { "name": "00048858-mixed-1", "pass": false,...

optimization
EL

Currently, txPool still using older tx rank rule. Add EIP-4844 blob fee to the tx ranker. Cancun engine API test case is failing

Hive
txpool