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

Devices on home networks do not generally have a fixed "external IP" that lasts for weeks. Only a minority of home networks have a static external IP. These days, not...

Sync
Networking
EL

Are there some idea, comments on better solution for the following problem? # Objective The OP handlers for the re-factored VM2 should be annotated with _raises: [Defect,EVMError]_ # Problem Some...

One of the weakness and most annoying thing when implement JSON-RPC function is the lack of response validation. The other thing is we need to craft the response shape in...

Hive
RPC
EL

stealing idea from https://github.com/status-im/nim-ws: nim-ws is using github pages to store it's automatically generated test report using this github action plugin. ```yml - name: Deploy autobahn report. if: runner.os ==...

tests

We can consider this complete once we are able to link Nimbus into Aleth (formerly cpp-ethereum) or Geth and [libaleth](https://github.com/ethereum/aleth/tree/master/libaleth-interpreter) or [evmjit](https://github.com/ethereum/evmjit) into Nimbus. Potential use cases: 1) Compare the...

EVMC

In https://github.com/status-im/nim-evmc, we have the interface of EVMC. This issue related to or an addition to #445 and #114. In this repo we have completed the implementation of the so...

EVMC
EL

- [x] implement evmc host - [x] implement evmc create/call - [ ] implement evmc vm exec - [ ] implement evmc tests - [ ] documentations - [ ]...

EVMC

This crash bug happened while running eth1 `nimbus` without arguments, syncing up to mainnet. It's rare, it doesn't happen often, but it's a serious logic bug and crashes the program,...

Networking

... and the time to run `ethereum/consensus` Hive tests is important to us. It's currently too slow. [Hive](https://github.com/ethereum/hive) is the new Ethereum test suite, which may either displace or complement...

Hive
EL

Nimbus: - runtime switch: `--prune:archive` - backend: rocksdb - compression: unclear - synced blocks: 1M blocks - space usage: 28.5GB Geth: - runtime switch: `--syncmode full --gcmode=archive` - backend: leveldb...

Sync