-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Staking Substrate Tests #351
Staking Substrate Tests #351
Conversation
# Conflicts: # frame/claims/src/lib.rs
# Conflicts: # Cargo.lock # Cargo.toml # bin/node/cli/Cargo.toml # bin/node/executor/Cargo.toml # bin/node/runtime/Cargo.toml # bin/node/testing/Cargo.toml # frame/chainrelay/eth/backing/Cargo.toml # frame/claims/src/lib.rs # frame/staking/CHANGELOG.md # frame/staking/Cargo.toml # frame/staking/README.md # frame/staking/src/lib.rs # frame/staking/src/mock.rs # frame/vesting/src/lib.rs
All substrate tests passed! Thus the phragmen hack, slash hack, lazy payout hack work as expected! There're 78 commits in this PR. I'll finish the darwinia tests in next PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check the extra pallets added from substrate, and the substrate dep version.
Sry. This pr was base on lazy payout. I’ll make a merge.
* Remove useless client param * Update version * Make compile happly
No description provided.