-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* change field IDs in `AggregateAttestationAndProofElectra` * fix typo in `validator.proto` * correct slashing indices length and shashings length * check length in indexed attestation's `ToConsensus` method * use `fieldparams.BLSSignatureLength` * Add length checks for execution request * fix typo in `beacon_state.proto` * fix typo in `ssz_proto_library.bzl` * fix error messages about incorrect types in block factory * add Electra case to `BeaconBlockContainerToSignedBeaconBlock` * move PeerDAS config items to PeerDAS section * remove redundant params * rename `PendingDepositLimit` to `PendingDepositsLimit` * improve requests unmarshaling errors * rename `get_validator_max_effective_balance` to `get_max_effective_balance` * fix typo in `consolidations.go` * rename `index` to `validator_index` in `PendingPartialWithdrawal` * rename `randomByte` to `randomBytes` in `validators.go` * fix for version in a comment in `validator.go` * changelog <3 * Revert "rename `index` to `validator_index` in `PendingPartialWithdrawal`" This reverts commit 87e4da0.
- Loading branch information
Showing
24 changed files
with
96 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
### Fixed | ||
|
||
- Fixed incorrect attester slashing length check. | ||
|
||
### Ignored | ||
|
||
- Addressed many small suggestions from @jtraglia. |
Oops, something went wrong.