Popular repositories
872 contributions in the last year
Contribution activity
January 2021
Created 1 commit in 1 repository
Created a pull request in status-im/nimbus-eth2 that received 7 comments
use IntSet rather than HashSet[ValidatorIndex]
It's not great that nbc assumes int
and ValidatorIndex
are interconvertible, but it's fine for quite a while, and more importantly from the perspec…
+108
−83
•
7
comments
Opened 15 other pull requests in 1 repository
status-im/nimbus-eth2
1
open
14
merged
- no semantic change, don't merge
- Revert "pass max peers to libp2p"
- remove superfluous/overly aggressive, timing-dependent assertion
- remove some skipBlsValidation usage/handling in tests
- only subscribe to subnets when aggregating
- Revert "only checkpoint every four slots"
- don't use logtrace by default in CI
- cycle attestation subnets every slot
- only checkpoint every four slots
- only initially subscribe to relevant attestation subnets
- don't special-case zero-validator subnet cycling
- don't cancel Jenkins builds in stable, testing, and unstable
- allow always-on subscription to all attestation subnets when gossiping
- remove backwards compatibility targets
- increase attestation pool lookback window
Reviewed 14 pull requests in 2 repositories
status-im/nimbus-eth2 13 pull requests
- pass max peers to libp2p
- Style guide, initial version
- performance fixes
- Fix #2252 (consistent typing for the 'delay' log property)
- Unbreak unstable (std/random missing after dup validator protection)
- only ignore untracked files in submodules
- Fix discv5 loop in case of no nodes
- Topics validation and direct peers
- always enable topic and aggregate metric topics
- better timesharing in eth2 processor
- Warn on Eth1 chain not synced
- dist: bootstrap the Nim compiler with a default number of iterations
- CI release: ARM and ARM64 builds