Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
531c3d5d
Commit
531c3d5d
authored
Dec 21, 2021
by
mdj33
Committed by
vipwzw
Dec 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
code refactor to autonomy
parent
94801eb0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
6 deletions
+17
-6
chain33.fork.toml
chain33.fork.toml
+9
-6
doc.go
plugin/dapp/autonomy/doc.go
+8
-0
No files found.
chain33.fork.toml
View file @
531c3d5d
...
...
@@ -50,9 +50,7 @@ Enable=0
[fork.sub.coinsx]
Enable
=
0
[fork.sub.collateralize]
Enable
=
0
ForkCollateralizeTableUpdate
=
0
[fork.sub.dpos]
Enable
=
0
...
...
@@ -94,6 +92,12 @@ ForkBadRepeatSecret=2715575
[fork.sub.issuance]
Enable
=
0
ForkIssuanceTableUpdate
=
0
ForkIssuancePrecision
=
0
[fork.sub.collateralize]
Enable
=
0
ForkCollateralizeTableUpdate
=
0
ForkCollateralizePrecision
=
0
[fork.sub.jsvm]
Enable
=
0
...
...
@@ -107,7 +111,7 @@ Enable=0
[fork.sub.multisig]
Enable
=
0
[fork.sub.
NormX
]
[fork.sub.
norm
]
Enable
=
0
[fork.sub.oracle]
...
...
@@ -120,6 +124,7 @@ ForkParacrossCommitTx=1850000
ForkLoopCheckCommitTxDone
=
3230000
ForkParaAssetTransferRbk
=
4500000
ForkParaSupervision
=
6000000
ForkParaAutonomySuperGroup
=
10200000
#以下仅平行链适用
ForkParaSelfConsStages
=
-1
ForkParaFullMinerHeight
=
-1
...
...
@@ -181,8 +186,6 @@ Enable=0
[fork.sub.wasm]
Enable
=
0
[fork.sub.x2ethereum]
Enable
=
0
[fork.sub.store-kvmvccmavl]
ForkKvmvccmavl
=
1870000
plugin/dapp/autonomy/doc.go
View file @
531c3d5d
...
...
@@ -33,5 +33,13 @@
//6)董事会成员可以对提案进行评论,评论将以交易的形式提出并且与提案相关联,显示到提案区,参与评论的截止时间以实际提案结束投票高度为准。
//
//(3)提案投票自治系统参数修改,如达成董事会投票的参与率/通过率,全体持票人重大项目的否决率,提案费用,重大项目金额阈值的修改。
/*
Item项目提案:
Item是针对系统配置项的自治合约管理,用户需要在配置项修改合约提交申请交易,在Autonomy自治合约提交包含申请交易id的item申请,社区委员会投票
满足设定成员投票通过后,在原合约提交approve交易,附带autonomy合约申请id,原合约查询Autonomy合约后完成配置项的修改
1. manage合约 增加新的配置项申请交易,在Autonomy提交item申请,board投票通过,manager合约提交附带item id的approve交易,完成配置项修改
2. paracross nodegroup申请。首先在paracross 提交nodegroup申请交易,在Autonomy提交item申请,board投票通过,paracross合约提交approve申请完成注册。
*/
package
autonomy
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment