mirror of
https://gitee.com/BTAJL/repchain.git
synced 2024-11-29 18:28:27 +08:00
feat: update genesis.con and .gitignore
This commit is contained in:
parent
39cffba20c
commit
5aa0af3e15
6
.gitignore
vendored
6
.gitignore
vendored
@ -2,4 +2,8 @@
|
||||
/target/
|
||||
/null/
|
||||
/logs/
|
||||
/.idea/
|
||||
/.idea/
|
||||
|
||||
/project
|
||||
|
||||
/repchaindata
|
@ -409,21 +409,21 @@ system {
|
||||
{
|
||||
operate-name = "GeneralProof.registerTemplate"
|
||||
operate-desc = "注册账本模板"
|
||||
is-publish = true
|
||||
is-publish = false
|
||||
is-contract-operate = true
|
||||
transaction-signer = "951002007l78123233.super_admin"
|
||||
},
|
||||
{
|
||||
operate-name = "GeneralProof.updateTemplate"
|
||||
operate-desc = "更新账本模板"
|
||||
is-publish = true
|
||||
is-publish = false
|
||||
is-contract-operate = true
|
||||
transaction-signer = "951002007l78123233.super_admin"
|
||||
},
|
||||
{
|
||||
operate-name = "GeneralProof.proofLedgerData"
|
||||
operate-desc = "存证数据"
|
||||
is-publish = true
|
||||
is-publish = false
|
||||
is-contract-operate = true
|
||||
transaction-signer = "951002007l78123233.super_admin"
|
||||
}
|
||||
@ -454,28 +454,28 @@ system {
|
||||
{
|
||||
operate-name = "CrossChainManage.registerChainInfo"
|
||||
operate-desc = "登记链信息"
|
||||
is-publish = true
|
||||
is-publish = false
|
||||
is-contract-operate = true
|
||||
transaction-signer = "951002007l78123233.super_admin"
|
||||
},
|
||||
{
|
||||
operate-name = "CrossChainManage.updateChainInfo"
|
||||
operate-desc = "更新链信息"
|
||||
is-publish = true
|
||||
is-publish = false
|
||||
is-contract-operate = true
|
||||
transaction-signer = "951002007l78123233.super_admin"
|
||||
},
|
||||
{
|
||||
operate-name = "CrossChainManage.registerContractInfo"
|
||||
operate-desc = "登记合约信息"
|
||||
is-publish = true
|
||||
is-publish = false
|
||||
is-contract-operate = true
|
||||
transaction-signer = "951002007l78123233.super_admin"
|
||||
},
|
||||
{
|
||||
operate-name = "CrossChainManage.registerRouterInfo"
|
||||
operate-desc = "登记路由信息"
|
||||
is-publish = true
|
||||
is-publish = false
|
||||
is-contract-operate = true
|
||||
transaction-signer = "951002007l78123233.super_admin"
|
||||
},
|
||||
@ -489,21 +489,21 @@ system {
|
||||
{
|
||||
operate-name = "CrossChainManage.updatePermitRoute"
|
||||
operate-desc = "更新允许用户向哪条链提交"
|
||||
is-publish = true
|
||||
is-publish = false
|
||||
is-contract-operate = true
|
||||
transaction-signer = "951002007l78123233.super_admin"
|
||||
},
|
||||
{
|
||||
operate-name = "CrossChainManage.submitCrossProxyTran"
|
||||
operate-desc = "提交跨链交易"
|
||||
is-publish = true
|
||||
is-publish = false
|
||||
is-contract-operate = true
|
||||
transaction-signer = "951002007l78123233.super_admin"
|
||||
},
|
||||
{
|
||||
operate-name = "CrossChainManage.submitCrossProxyReceipt"
|
||||
operate-desc = "跨链交易回执"
|
||||
is-publish = true
|
||||
is-publish = false
|
||||
is-contract-operate = true
|
||||
transaction-signer = "951002007l78123233.super_admin"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user