Changelog
Features
- allow multiple mnemonic index ranges in validator setup (#8731) (@wemeetagain)
- update vc to submit beacon committee selections once per epoch (#8669) (@nflaig)
- transfer pending gossipsub message msg data (#8689) (@twoeths)
Bug Fixes
- use cli execution path for binary (#8757) (@nazarhussain)
- add semver dependency for publish workflow (#8751) (@nazarhussain)
- add triple-beam dependency to package.json (#8736) (@barnabasbusa)
- dockerfile build errors (#8735) (@barnabasbusa)
- update default dashboards to new infra hostnames (#8726) (@philknows)
- prevent duplicate aggregates passing validation due to race condition (#8716) (@nflaig)
- simplify getBlockSignatureSets api (#8720) (@twoeths)
- avoid calling committee selection apis if there are no duties (#8708) (@nflaig)
Refactoring
- move reward apis to state-transition (#8719) (@twoeths)
- use map to lookup combined beacon committee selection for duty (#8710) (@nflaig)
- pass validators pubkey-index map from cli (#8707) (@twoeths)
Continuous Integration
- fix the root level binary path (#8754) (@nazarhussain)
- add inquirer to dependencies (#8752) (@nazarhussain)
Maintenance
- use patched nodejs versions (#8749) (@philknows)
- migrate
yarn 1topnpm(#8646) (@nazarhussain) - log aggregation selection errors to debug (#8709) (@nflaig)
- restore code required to perform sync through bellatrix (#8700) (@nflaig)
- update bootnode ENR with correct IPV6 (#8705) (@chiemerieezechukwu)
- use config from beacon chain (#8703) (@twoeths)
- delete unused eth1 data from existing databases (#8696) (@nflaig)
- add lerna exec to fix build watch/ifchanged commands (#8704) (@nflaig)
- remove eth1 related code (#8692) (@nflaig)
- merge v1.38.0 stable back to unstable (#8694) (@philknows)
- use pubkey2index from BeaconChain (#8691) (@twoeths)
- remove merge transition code (#8680) (@nflaig)
- use index2pubkey of BeaconChain (#8674) (@twoeths)
- deps: bump systeminformation from 5.23.8 to 5.27.14 (#8701) (@dependabot[bot])