-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add validations from API to spec (#76)
* add validations from API to bellatrix spec * fix: add missing slot key for bids dict access * fix typo in verify_blinded_block_signature * address some PR feedback * remove specific validity conditions from API descriptions * add code ticks around constant value * fix pending validator criteria * add some further changes to builder spec * cleanup * add note about slashing for accepting multiple bids * add functions for bid procesing * remove 'prepare_blinded_beacon_block' section * address PR comments & fix spellcheck * address round of PR feedback * add 'bool' return type annotation for 'verify' functions
- Loading branch information
1 parent
0b913da
commit 34509da
Showing
6 changed files
with
238 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ apis | |
bellatrix | ||
bls | ||
bn | ||
bool | ||
capella | ||
cli | ||
dev | ||
|