Conversation
…cracy via multisig
|
|
||
| * Click the _Submit proposal_ button and sign the transaction | ||
|
|
||
| ### Step 4: Submit the Preimage Hash of the Proposal to transfer treasury funds to the Multisig Proxy account |
There was a problem hiding this comment.
@ltfschoen Could you please revalidate this step? As I checked, this step won't occur. Below steps would happen as a part of Step 2
-
Leave the value for the _weight parameter at the default of 0.
-
Click "Submit Transaction" and then "Sign and Submit".
After submitting the proposal, it will go for Seconding the Proposal, which you already mentioned in Step 5.
There was a problem hiding this comment.
Yes, the order appears to be weird, but that's how I got it to work for proposal no. 1 here https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftestnet-harbour.datahighway.com#/democracy
It's also in the same order they say to do it here https://wiki.polkadot.network/docs/maintain-guides-democracy/#proposing-an-action
There was a problem hiding this comment.
The reason why proposal no. 1 is taking so long to become tabled as a referendum for voting is because its configured to be a really long time by default in the runtime.
So I think we'd have no choice but to perform a runtime upgrade using Sudo (instead of democracy) to change the Minimum Deposit, Launch Period, and Voting Period
There was a problem hiding this comment.
This document https://wiki.polkadot.network/docs/maintain-guides-democracy/#proposing-an-action needs to be corrected.
We as a developer can understand since we do experiments 😊 But End-user will get confused. So we need to write steps in user-friendly language.
There was a problem hiding this comment.
yes i was questioning their approach too and i agree your approach is much simpler. i've just tested it fully and it achieves the same outcome so we'll do that.
There was a problem hiding this comment.
i've pushed a commit addressing your comments
No description provided.