-
Notifications
You must be signed in to change notification settings - Fork 683
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
Tests to ensure create bounty actually works #673
Comments
Cc @s3krit |
Is there a fix for this already merged? If so, when was the first and last known-bad commits? |
https://github.com/paritytech/polkadot/blob/645723987cf9662244be8faf4e9b63e8b9a1b3a3/runtime/polkadot/src/lib.rs#L859 is the bad config in v0.9.37. Use blame to find the previous commit without this. |
I'm pretty sure I'm misunderstanding this issue. As per the bounties pallet in substrate, 'The dispatch origin for this call must be Signed.': https://github.com/paritytech/substrate/blob/master/frame/bounties/src/lib.rs#L324 and sure enough, modifying the test to use Please let me know if I've missed something or just completely misunderstood :) Either way, I've written a little e2e regression test using zombienet to test the bounties implementation in polkadot, which I'll add to my set of regression tests. I'm guessing we'd also want a unit test adding to either the bounties pallet itself, or polkadot/kusama's tests |
Council is not a root origin, so you will need to change this to the correct origin. |
* Adds Georli network to hardhat. * Updates Lodestar endpoints used for Lodestar 1.0.0. * Updates readme and lodestar run parameters. * Uncomment deploy contracts * Upgrades for new geth version. * Fixes spelling in start-services. Updates README Co-authored-by: claravanstaden <Cats 4 life!>
@the-right-joyce should be marked as easy and good first issue please |
The issue does not belong here anymore. I created a new one: polkadot-fellows/runtimes#232 |
There was bad config breaks the ability for root and council to create bounty. No one caught that. That means we need more tests.
The text was updated successfully, but these errors were encountered: