Proposal 11: upgrade onchain move language version to v4 #3227
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
-
English guide
This proposal will upgrade the on-chain configuration of Move bytecode version to v4.
Upgrade Proposal Information
Upgrade process
For more information on Starcoin governance, please see:
Note: After voting, the STC of the current account will be pledged to the contract until the votes ends, and the current voting period is 7 days. Active refunds during this period will be considered as abandoned votes. ** 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 waiting status, 2 for voting, and 4 for passing the ballot.
Voting is performed by the following command.
The first argument is the address of the proposer, the second argument is the proposal id, the third argument indicates agree and disagree 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, leave enough for the gas fee.If you want to abort the poll and get back the collateral STCs, you can use the following command.
The first number of the return value indicates the proposal id, the second number is the start time, the third number is the end time, the fourth number is the number of for votes and the fifth number is the number of against votes.
Beta Was this translation helpful? Give feedback.
All reactions