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

- [x] M0: Implementation started - [x] M1: Kiln v1 Spec Implemented * [x] EL/CL: pass all released consensus test vectors * [x] Run against [mergemock](https://github.com/protolambda/mergemock) * [x] Geth based...

tests

See [network section of EIP-3675](https://eips.ethereum.org/EIPS/eip-3675#network) ## Network ### EIP-2124 fork identifier For the purposes of the [EIP-2124 fork identifier](https://eips.ethereum.org/EIPS/eip-2124), nodes implementing this EIP MUST set the FORK_NEXT parameter to the...

Sync

With the [deployment of a Sepolia fleet node](https://github.com/status-im/infra-nimbus/issues/111), we'll need to prepare a Grafana dashboard that will offer comparable set of [metrics](https://github.com/status-im/nim-metrics) to our nimbus-eth2 nodes: https://metrics.status.im/d/pgeNfj2Wz23/nimbus-fleet-testnets?orgId=1&refresh=15m For further inspiration,...

Currently data is not validated as to be part of the canonical chain. This means that in an offer/accept flow, as long as the content meets the structure of a...

Portal Network

Some ideas exist here: - TODO: write them down While not necessary, this could help with https://github.com/status-im/nimbus-eth1/issues/1081, or at least be one type of approach

Fluffy

Follow-up issue of https://github.com/status-im/nimbus-eth1/issues/1083 We have a json & db storage format for history data (block headers, bodies and receipts). We should look into improving the current structure: e.g. with...

Portal Network

Running the following command (private key matches address) ``` build/nimbus --rpc=true --log-level=TRACE --custom-network=/home/lash/tmp/noconfig.json --data-dir=/home/lash/tmp/n --engine-signer=0xeb3907ecad74a0013c259d5874ae7f22dcbcc95c --import-key=/home/lash/tmp/n/pk.txt ``` Genesis config is https://g33k.holbrook.no/67f69a5f Maybe I've messed up the config somehow, but I...

RPC

Microsoft has recently published a new open-source embeddable key-value store that reports substantial performance improvements over RocksDB on certain workloads: https://github.com/Microsoft/FASTER https://www.microsoft.com/en-us/research/uploads/prod/2018/03/faster-sigmod18.pdf Prior to shipping the server-side version of Nimbus...

EL

The goal of this effort is to produce the necessary pre-requisites for running Hive tests against Nimbus, to analyse the obtained results and to produce a plan for moving forward...

Hive
EL

Once we have https://github.com/status-im/nimbus-eth1/issues/1080 we can start with experimenting on how to efficiently group (and potentially regroup on NH gossip) content items per id closeness. A good approach could be...

Fluffy