zah
zah
If the state transition functions are modified to use SSZ navigators when accessing the data stored in blocks, we won't ever need to deserialize a block to a regular Nim...
The beacon node can use statistics regarding the observed messages in the network to detect with high-likelihood that the local clock is not set correctly. A special option `--check-local-clock` can...
Upon start-up, Nimbus can check whether the local slashing protection database suggests that the node was just restarted (by looking for records from the epoch immediately preceding the current one)....
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,...
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...
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...
Our build steps are already simple enough and unlikely to change significantly, so we can publish build recipes in package managers that build from source such as: * [ ]...
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...
For the purposes of creating browser-based light clients or development environments such as [Embark cockpit](https://framework.embarklabs.io/docs/cockpit_editor.html), we want to ship our EVM implementation as an easy-to-use WebAssembly module. Nimbus may also...
Currently, out JSON-RPC server is based on Chronos, but offers only HTTP 1.0 compatibility. The Prometheus server runs in a separate thread and uses `asyncdispatch` form Nim's standard library. It's...