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

Both `process_transaction.nim` and `tx_packer.nim` share a lot of similarities: executing a transaction. Although they now have differences, maybe we can somehow unify both of them similar to what we have...

refactoring
txpool
hard
EL

Running 9 modexp test of eth test suite, the result is: ``` geth: 840+ ms nimbus + tommath: 4s. 760+ ms nimbus + stint: 12s, 880+ ms ``` Find a...

optimization
hard
EL

When I try to run `nimbus` with retesteth on Docker, I get an error: ``` Tool Error: Illegal instruction (core dumped) ``` These are the input files: [nimbus-err.tar.gz](https://github.com/status-im/nimbus-eth1/files/12209223/nimbus-err.tar.gz) The binary...

help wanted
EL

The following code ``` import config, core/chain # fails #import core/chain, config # works ``` produces something like ``` [..] /status/nimbus-eth1/nimbus/confuse.nim(1, 20) Warning: imported and not used: 'chain' [UnusedImport] /status/nimbus-eth1/vendor/nim-chronos/chronos/apps/http/httptable.nim:...

Compiler-specific

This is a pie-in-the-sky kind of thing; obviously it'll be quite a long time before the Ethereum protocol ends up moving to Verkle. But I feel like this is a...

enhancement
EL

Nimbus creates a `nimbus` subdirectory, so that `nimbus --data-dir /var/lib/nimbus` stores data in `/var/lib/nimbus/nimbus`. This feels a little redundant, though not harmful. Nimbus could just use the `--data-dir` directly.

refactoring
EL

docker-compose sends a SIGTERM by default, and Nimbus does not appear to react to it. This is Nimbus in a container, with an entrypoint script that then calls `exec "$@"`...

bug
EL

Hi, I was following the README to play on a server when this happened. I'm unsure if it is worth reporting as it is experimental, but feel free to close...

bug
Sync

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...

good first issue
Fluffy

[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...

Fluffy