-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fortuna): support multiple hashchains (#1509)
* introduce provider config * get provider chain config in order * hash chain with multiple pebble chains * update script to get metadata * update version * comments and move things around * update comment * minor fixes * separate pr for this * rename provider-config * sample config * auto sort commitments * use seed and chain length * refactor and simplify hashchain and offset vec * better formatting * make commitments private * optional chain in provider-config * set default value of chain length * Version 5.0.0 * update comments * version update * optional provider config
- Loading branch information
Dev Kalra
authored
Apr 26, 2024
1 parent
37ee3b4
commit cf90bff
Showing
7 changed files
with
114 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/target | ||
config.yaml | ||
*config.yaml | ||
*secret* | ||
*private-key* |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 @@ | ||
chains: | ||
lightlink-pegasus: | ||
commitments: | ||
# prettier-ignore | ||
- seed: [219,125,217,197,234,88,208,120,21,181,172,143,239,102,41,233,167,212,237,106,37,255,184,165,238,121,230,155,116,158,173,48] | ||
chain_length: 10000 | ||
original_commitment_sequence_number: 104 |
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