feat: update genesis.con and .gitignore

This commit is contained in:
brightestBoy 2023-11-10 10:11:46 +08:00
parent 39cffba20c
commit 5aa0af3e15
2 changed files with 15 additions and 11 deletions

6
.gitignore vendored
View File

@ -2,4 +2,8 @@
/target/
/null/
/logs/
/.idea/
/.idea/
/project
/repchaindata

View File

@ -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"
}