-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(program): constrain sync commitee on updates (#25)
* fix: constrain start sync committee on updates * fix: extraneous err * chore: comment * feat; update elf * contract --------- Co-authored-by: ratankaliani <[email protected]> Co-authored-by: Ratan Kaliani <[email protected]>
- Loading branch information
1 parent
990a93c
commit dc816e6
Showing
4 changed files
with
21 additions
and
0 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
Binary file not shown.
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 |
---|---|---|
|
@@ -33,5 +33,6 @@ sol! { | |
bytes32 prevHeader; | ||
uint256 prevHead; | ||
bytes32 syncCommitteeHash; | ||
bytes32 startSyncCommitteeHash; | ||
} | ||
} |
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