Proposal 10: upgrade starcoin stdlib to v10 #3122
nanne007
started this conversation in
DaoProposal
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The proposal proposes to upgrade starcoin stdlib to v10.
See https://github.com/starcoinorg/starcoin/blob/master/vm/stdlib/release_notes.md#version-10 for detailed updates.
Upgrade proposal information
Coin holders are invited to vote on the chain. When voting, the STC of the current account will be stake to the contract until the end of the voting period, which is currently 7 days. ** To encourage participation in on-chain governance, incentives for on-chain governance will be introduced in the future. Users who participate in voting this time will be compensated according to the incentive strategy. **
Voting Operation Guide
Preparation
Operation commands
The first argument is the address of the proposer, the second argument is the proposal id, and the returned status is 1 for pending status, 2 for voting, and 4 for voting passed.
Voting is performed by the following command.
The first argument is the proposer, the second argument is the proposal id, the third argument indicates agreement and disagreement via true/false, and the fourth argument indicates the number of STCs used to vote, note that the unit is nanoSTC with 9 decimal places, the above example is 1 STC.
Note: Replace your_address with your own address, do not use all the STCs, but leave enough for the gas fee.
If you want to abort the poll and get back the STCs, you can use the following command.
The first number of the return value represents the proposal id, the second number is the start time, the third number is the end time, the fourth number is the number of votes for and the fifth number is the number of votes against.
Beta Was this translation helpful? Give feedback.
All reactions