zah

Results 151 comments of zah

This missing feature has been implemented in https://github.com/status-im/nimbus-eth2/pull/3901 and shipped in Nimbus 22.7.0.

I'm sorry. I've had confused this issue for an older one. I've just realized that @mcdee has filed it 15 hours ago against the just published version.

You'll need to be proficient in shell scripting and Nim in order to change aspects of the simulation. Working on Windows is possible, as long as you follow the instructions...

The API of the cold database should allow us to efficiently memory-map the SSZ representation of a particular block without loading it in memory. We can use SszNavigator objects to...

It's all yours, @JGcarv. We'll be happy to fund 2 days of work for creating a very basic initial implementation with an accompanying test suite. After reviewing the initial results,...

The validator client does not connect to the Ethereum P2P network, so the option `--insecure-netkey-password` is not relevant for it. The network information is indeed pulled from the connected beacon...

This have been implemented for the 22.7.0 release, but our implementation had a spec violation that precluded actual usage. The issue is tracked in https://github.com/status-im/nimbus-eth2/issues/3920 and we expect the fix...

@cheatfate, we have some code for calculating the proposer rewards of a block which was developed for the reward analysis Jupyter notebooks here: https://github.com/status-im/nimbus-eth2/blob/039bece9175104b5c87a8c2ff6b1eafae731b05e/ncli/ncli_common.nim#L383 Perhaps this code needs to be...

Development of this feature is still part of our [GUI-only user experience roadmap](https://github.com/status-im/nimbus-eth2/issues/3423). It's about having a simple command that the user can execute without worrying for missed attestations.