Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,322 contributions in the last year
Contribution activity
December 2020
Created 12 commits in 1 repository
Created a pull request in status-im/nimbus-eth2 that received 1 comment
Fix a block proposal issue caused by incorrect merkle proofs
The key change here is that addChunksAndGenMerkleProofs is called
with all pending deposits instead of just the deposits included in
the block. The…