-
Notifications
You must be signed in to change notification settings - Fork 679
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing small issues when running staking testnet (#1002)
* Fix actually using config for consensus params, reduce the lenght of epoch to 60 block to allow fast staking on testnet, fixed issue with validator rotation not propagating properly * Remove usage of deprecate description(), switch to 60 epoch length in local testnets, remove extra print * Fix broken test * Fix runtime: verify correct block producer singature * Fix client: when going from 2 validators to 1 got underflow * Fix validator manager: proposals apply for both odd and even epochs * Remove commented code * Initial ops changes: docker and run script * Make sure tests don't wait for sync * Revise readme for running nodes (#1006) * Make sure that empty boot nodes still works * Add an option to initialize testnet with faster block production for dev/test purposes. Modified start_near to initialize testdir/ instead of using default home in cast default home is already used for something. * Move fast mode constants into constants
- Loading branch information
1 parent
629fc27
commit 12d9ef3
Showing
14 changed files
with
166 additions
and
299 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
Oops, something went wrong.