Skip to content

Commit 6d4c66e

Browse files
yann-sjtuvipwzw
authored andcommitted
add fork toml
1 parent 2a378aa commit 6d4c66e

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

cmd/chain33/chain33.fork.toml

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
[fork.system]
2+
ForkChainParamV1=110000
3+
ForkChainParamV2=1692674
4+
ForkCheckTxDup=75260
5+
ForkBlockHash=209186
6+
ForkMinerTime=350000
7+
ForkTransferExec=408400
8+
ForkExecKey=408400
9+
ForkWithdraw=480000
10+
ForkTxGroup=408400
11+
ForkResetTx0=453400
12+
ForkExecRollback=706531
13+
ForkTxHeight=806578
14+
ForkCheckBlockTime=1200000
15+
ForkMultiSignAddress=1298600
16+
ForkStateDBSet=1572391
17+
ForkBlockCheck=1560000
18+
ForkLocalDBAccess=1572391
19+
ForkTxGroupPara=1687250
20+
ForkBase58AddressCheck=1800000
21+
# 这个fork只影响平行链,注册类似user.p.x.exec的driver,新开的平行链设为0即可,老的平行链要设置新的高度
22+
ForkEnableParaRegExec=0
23+
ForkCacheDriver=2580000
24+
ForkTicketFundAddrV1=3350000
25+
ForkRootHash=4500000
26+
27+
[fork.sub.coins]
28+
Enable=0
29+
30+
[fork.sub.manage]
31+
Enable=120000
32+
ForkManageExec=400000
33+
ForkManageAutonomyEnable=10000000

cmd/chain33/chain33.system.fork.toml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[fork.system]
2+
ForkChainParamV1=110000
3+
ForkChainParamV2=1692674
4+
ForkCheckTxDup=75260
5+
ForkBlockHash=209186
6+
ForkMinerTime=350000
7+
ForkTransferExec=408400
8+
ForkExecKey=408400
9+
ForkWithdraw=480000
10+
ForkTxGroup=408400
11+
ForkResetTx0=453400
12+
ForkExecRollback=706531
13+
ForkTxHeight=806578
14+
ForkCheckBlockTime=1200000
15+
ForkMultiSignAddress=1298600
16+
ForkStateDBSet=1572391
17+
ForkBlockCheck=1560000
18+
ForkLocalDBAccess=1572391
19+
ForkTxGroupPara=1687250
20+
ForkBase58AddressCheck=1800000
21+
# 这个fork只影响平行链,注册类似user.p.x.exec的driver,新开的平行链设为0即可,老的平行链要设置新的高度
22+
ForkEnableParaRegExec=0
23+
ForkCacheDriver=2580000
24+
ForkTicketFundAddrV1=3350000
25+
ForkRootHash=4500000

0 commit comments

Comments
 (0)