-
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 new era and slash validators fixing #94
Conversation
return; | ||
/// This is called : | ||
/// - Immediately when an account's balance falls below existential deposit. | ||
/// - after a `withdraw_unbond()` call that frees all of a stash's bonded balance. |
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.
withdraw_unbond
was removed in #92. Reserve?
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.
No need to reserve, if #92 is merged first, this PR will do the merging and resolve conflicts.
error: cannot find macro `vec` in this scope
--> /Users/xavier/.cargo/git/checkouts/substrate-a7fa553ead635512/d2c4b0d/core/phragmen/src/lib.rs:272:40
|
272 | let mut assignment = (n.who.clone(), vec![]);
| ^^^
error: aborting due to previous error
error: could not compile `substrate-phragmen`.
warning: build failed, waiting for other jobs to finish...
error: build failed |
Not finished yet.