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

I've identified a very big spike in disk usage by our `nimbus-eth1` node running on Goerli: ![image](https://user-images.githubusercontent.com/2212681/178303792-9dba85d9-ca1c-418f-98bd-2ecd9356d7e8.png) It appears the version running at the time was https://github.com/status-im/nimbus-eth1/commit/7f0bc71b65f763c7b5b4a4987b4a0010828a5637: ``` Jun 29...

Metamask wallet starts by issuing a OPTIONS / HTTP/1.1 which nimbus responds to with an error ``` HTTP/1.1 200 OK Content-Length: 107 Content-Type: text/html; charset=utf-8 Date: Sun, 26 Jun 2022...

While the 'legacy' evm already glued to EVMC, the newer VM2 have no support at all for EVMC. - [ ] investigate if the host interface is usable for VM2...

EVMC

Geth call this post merge sync algorithm as `BeaconSync`. While the legacy sync download blocks from genesis to head in a forward fashion. The `BeaconSync` will start from head and...

Sync

This is a list of rpc calls used by hive rpc simulator we need to focus on: see https://ethereum.org/en/developers/docs/apis/json-rpc/ for what are expected output from these calls. Implemented but not...

Hive
RPC
high priority

While a functional state network in Portal is still far away, we can already investigate how easy it is to link the EVM code to Fluffy. This task is about...

Fluffy

e.g.: - Limiting amount of open connections (total, per incoming/outgoing, per offer/accept or findcontent/content flows) - Lingering connections, due to perhaps missing timeouts, or partial timeouts (per part / content...

Fluffy
portal-wire

Create a small tool, similar to blockwalk tool (or an addition to it) that walks over the blocks but reseeds a certain block (from file, or one could also use...

Fluffy

This should be seen as a first, introductory, step for starting work on Nimbus light proxy: - Add Nimbus-eth2 repo to nimbus-eth1 vendor modules - Create a simple binary in...

Nimbus Light Proxy

Currently the quickest, simplest approach is taken and all is stored in one table / kvstore. However, this will not be scalable once we are dealing with lots of data....

Fluffy