kdeme
kdeme
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...
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...
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...
Currently, when an offer comes in, the content key is checked on whether it is `inRange` and next whether it is not yet in our db. If both are true,...
The Fluffy portal bridge could use a rework: - [ ] Split into two bridge binaries? One that uses the beacon LC network for just injecting fresh block headers and...
It would be possible to create automated tests that verify if JSON-RPC APIs are compliant to the JSON-RPC specs. Most (all?) specs are written in / using open-rpc and one...
Implementation + benchmarking of PoC for discv5 sub-protocol data transmission in combination with uTP. See also https://github.com/ethereum/devp2p/issues/229
There is currently only one test scenario tested: hitting full database: https://github.com/status-im/nimbus-eth1/blob/master/fluffy/tests/test_portal_wire_protocol.nim#L331 Some other scenarios to be tested: - Increase of storage-size (e.g. use case where user decided to restart...
[This PR](https://github.com/status-im/nimbus-eth1/pull/1513) adds a small client & version string in the ENR for debug purposes on the public testnet. However, it never got merged because this slight increase of ENR...