提案9: 提高区块 gas_limit 上限 #3096
Replies: 1 comment
-
English guideThis proposal will update 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 GuidePreparation
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
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.
-
本提案提议将链上配置 ConsensusConfig 的字段
base_block_gas_limit
从50_000_000
修改为200_000_000
.升级提案信息
升级流程
关于 Starcoin 治理的更多信息请参看:
注意:投票时,会将当前账户的 STC 抵押到合约中,直到投票结束,当前投票周期为 7 天。期间主动退款则视为放弃投票。** 为了鼓励参与链上治理,未来会推出链上治理的激励措施。本次参与投票的用户会根据激励策略进行补偿。**
投票操作指南
准备
操作命令
第一个参数是提案发起人的地址,第二个参数是提案 id,返回的状态为 1 表示等待状态, 2 表示正在投票中,4 表示投票通过。
通过一下命令进行投票:
第一个参数是提案发起人的地址,第二个参数是提案 id,第三个参数通过 true/false 表示同意和反对,第四个参数表示用来投票的 STC 数量,注意单位是 nanoSTC,有9位是小数点后的单位,上面的例子是 1 STC。
注意:替换 your_address 为你自己的地址,不要用全部的 STC,要留够 gas 费。
如果想放弃投票,取回抵押的 STC,可以用以下命令:
返回值的第一个数表示提案 id,第二个数是开始时间,第三个数是结束时间,第四个数是投票同意的票数,第五个数是投票反对的票数。
Beta Was this translation helpful? Give feedback.
All reactions