-
Notifications
You must be signed in to change notification settings - Fork 90
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
support fellowship #65
Comments
you can add anything into |
Could you add an example? Its not clear to me how I would make alice a single member of fellowship |
check README (Optional) Pre-define/override storage using option --import-storage=storage.[json/yaml]. See example storage below. it's a double map like Token::Accounts so it will be FellowshipCollective: { Members: }
|
yes, this works. but unlike for council, it does not replace the the onchain fellowship, it just adds an account to it. Certain test scenarios may require to gain a majority of fellowship, so it would be nice if we could purge the fellowship and repalce it entirely |
because council is storage_value and fellowship is storage_map. if you want to remove something just set null |
The config file can override council and technical committee members. Would be great if the kusama config could be extended to override the fellowship.
I'd like to test the whitelisted_caller flow for gov2
The text was updated successfully, but these errors were encountered: