-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2236: Fix network parameters for both byron and shelley eras r=KtorZ a=rvl ### Issue Number #2226 ### Overview - [x] Revert genesis block changes from #2227 - [ ] Stop using genesis data for parameters which aren't covered by protocol parameter updates, but can change. - [ ] Get epoch length (slots) and slot length (seconds) from HardFork History Interpreter. - [ ] Get _ActiveSlotCoeff_ from TBD (perhaps a shelley genesis file) ### Comments - WIP draft Co-authored-by: Rodney Lorrimar <[email protected]>
- Loading branch information
Showing
3 changed files
with
77 additions
and
44 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