-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Conversation
runtime/rococo/src/lib.rs
Outdated
pub MinSolutionScoreBump: Perbill = Perbill::from_rational_approximation(5u32, 10_000); | ||
} | ||
|
||
impl staking::Trait for Runtime { |
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.
any need for staking? why not just a poa chain?
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.
Good point.
@cecton could you please remove the staking pallet and regenerate the chain specs?
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.
To regenerate the chain specs I use build-spec --chain=rococo and I remove the entries in bootbodes in the JSON?
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.
Nevermind it's fine I think. Can you double check?
We should merge if the reviewers are ok |
This reverts commit a159f12.
🤣 |
Co-authored-by: Robert Habermeier <rphmeier@gmail.com>
Co-authored-by: Robert Habermeier <rphmeier@gmail.com>
bot merge |
Trying merge. |
* master: Unalias Substrate Imports (#1530) Rewrite client handling (#1531) Integrate ChainApi with all messages (#1533) Add Rococo test network (#1363) Fix a typo parathreads -> parachains (#1529) Cleanup upcoming paras (#1527) Sudo wrapper for paras (#1517) Implementer's guide: notes on contextual execution (#1525) Companion for substrate/6782 (#1523) Sort out validation errors (#1516)
No description provided.