(2021-03-29)
This minor release has a few bug fixes and general improvements.
⚠️ Prysm slasher binary will be deprecated soon. The slasher functionality will be available in the beacon node binary in an upcoming release. Validators using remote slashing protection will need to update their configuration in an upcoming release. ⚠️
Notable changes:
- Fix web3 / PoW connection when starting from an embedded or file based genesis state #8647
- Testing improvements #8643 #8667 #8659 #8663 #8672 #8665 #8645
- Other refactoring and miscellaneous improvements
1.3.5 (2021-03-26)
- Add beaconState RotateAttestations API method (#8669) (5d12cc1), closes #8669
- Add DB To P2P Service (#8676) (7f0c925), closes #8676
- Add prater exit info (#8656) (ff40a68), closes #8656
- Change early exit error message (#8657) (9cb4eaf), closes #8657
- E2E refactoring (#8643) (961a012), closes #8643
- E2E refactoring: BeaconNode and BeaconNodeSet (#8667) (6a4d4d7), closes #8667
- E2E refactoring: bootnode (#8659) (89da5d1), closes #8659
- E2E refactoring: ETH1 Node (#8663) (ad303fb), closes #8663
- E2E refactoring: SlasherNodeSet and SlasherNode (#8672) (1390175), closes #8672
- E2E refactoring: ValidatorNode and ValidatorNodes (#8665) (e56ab29), closes #8665
- Embed Config Pattern For Attestation, POW Chain, and RPC Services (#8635) (4a64d4d), closes #8635
- Embed Config Pattern For Slasher, Slashing Protection (#8637) (14439d2), closes #8637
- Embed Config Pattern for Sync Services (#8636) (eca67ce), closes #8636
- Extract filling testutil's beacon chain root (#8645) (c112d27), closes #8645
- Fix All Deep Source Shell Issues and Go Issues (#8661) (82f25ba), closes #8661
- fix deduplication (#8640) (b346cde), closes #8640
- Fix Powchain Genesis (#8647) (fba56df), closes #8647
- Fix Secrets Failing Build (#8660) (b2d9f9a), closes #8660
- Introduce API StateFetcher (#8639) (8281634), closes #8639
- Move
handleValidatorSlice
andhandleByteArrays
to stateutil pkg (#8653) (a539e3d), closes #8653 - Rename state_fetcher.go (#8646) (2fe50c5), closes #8646
- Update github.com/dgraph-io/ristretto (#8671) (e32c88e), closes #8671
- Use context timeout during gateway service shutdown (#8644) (3e92ae0), closes #8644
- State: rename a few things (#8650) (446029c), closes #8650
- State: various clean up (#8633) (9421ac1), closes #8633