forked from paritytech/substrate
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/various fixes and improvement (paritytech#306)
* Only accept these intentions with a related TrusteeEntity - Fixes paritytech#292 - also change MAX trustee intentions from 16 to 15 * Skip set_validators when the validator set stays the same Fixes paritytech#295 * Enforce these punished to be inactive on new session instead of new era Fixes paritytech#294 * Make items in the punish list unique - Fixes paritytech#307 - Also refactor a bit in genesis_config.rs - Return if the count of candidates less than minimal validator count on enforce_inactive. * Store trustee_count and minimum_trustee_count in Runtime - also tweak some parameters. * Add new event: EnforceValidatorsInactive * Rebuild wasm * Build wasm
- Loading branch information
1 parent
206f172
commit 69f57a1
Showing
6 changed files
with
134 additions
and
36 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 modified
BIN
-13.3 KB
(100%)
runtime/wasm/target/wasm32-unknown-unknown/release/chainx_runtime_wasm.compact.wasm
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
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