Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bysomeone committed Apr 7, 2024
1 parent 1e8e766 commit 1dc4011
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_relay.yml
Expand Up @@ -6,9 +6,9 @@ jobs:
name: ci_relay
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Golang
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
id: go
Expand Down
1 change: 1 addition & 0 deletions chain33.para.toml.readme
Expand Up @@ -398,6 +398,7 @@ Enable=0
Enable=0
ForkTerminatePart=0
ForkUnfreezeIDX= 0
ForkFormatWithdrawAddr=0

[fork.sub.autonomy]
Enable=0
Expand Down
1 change: 1 addition & 0 deletions plugin/dapp/evm/cmd/ci2/chain33.proxyminer.toml
Expand Up @@ -721,6 +721,7 @@ ForkTradePrice=3150000
Enable=0
ForkTerminatePart=1298600
ForkUnfreezeIDX=1450000
ForkFormatWithdrawAddr=0

[fork.sub.valnode]
Enable=0
Expand Down
1 change: 1 addition & 0 deletions plugin/dapp/ticket/rpc/rpc_test.go
Expand Up @@ -437,6 +437,7 @@ Enable=0
Enable=0
ForkTerminatePart=0
ForkUnfreezeIDX= 0
ForkFormatWithdrawAddr=0
[fork.sub.autonomy]
Enable=0
Expand Down
16 changes: 8 additions & 8 deletions plugin/dapp/unfreeze/autotest/unfreeze.toml
@@ -1,16 +1,16 @@


#0x862f23de306f0a35c122b11a6f0769570913d542
#0x991fb09dc31a44b3177673f330c582ac2ea168e0
[[SimpleCase]]
id = "import1"
command = "account import_key -k 0x9d4f8ab11361be596468b265cb66946c87873d4a119713fd0c3d8302eae0a8e4 -l eth -t 2"
command = "account import_key -k 0x4257d8692ef7fe13c68b65d6a52f03933db2fa5ce8faf210b5b8b80c721ced01 -l eth -t 2"

#tran to Beneficiary addr
[[TransferCase]]
id = "trans"
command = "send coins transfer -a 10 -t 0x862f23de306f0a35c122b11a6f0769570913d542 -k 12qyocayNF7Lv6C9qW4avxs2E7U41fKSfv"
command = "send coins transfer -a 10 -t 0x991fb09dc31a44b3177673f330c582ac2ea168e0 -k 12qyocayNF7Lv6C9qW4avxs2E7U41fKSfv"
from = "12qyocayNF7Lv6C9qW4avxs2E7U41fKSfv"
to = "0x862f23de306f0a35c122b11a6f0769570913d542"
to = "0x991fb09dc31a44b3177673f330c582ac2ea168e0"
amount = "10"
checkItem = ["balance"]
dep = ["import1"]
Expand All @@ -31,9 +31,9 @@ dep = ["trans"]

[[UnfreezeCreateFix]]
id = "createFix"
command = "send unfreeze create fix_amount -a 0.01 -e coins -s bty -b 0x862f23DE306f0a35c122b11a6f0769570913d542 -p 1 -t 2 -k 12qyocayNF7Lv6C9qW4avxs2E7U41fKSfv"
command = "send unfreeze create fix_amount -a 0.01 -e coins -s bty -b 0x991FB09DC31a44b3177673f330c582ac2ea168e0 -p 1 -t 2 -k 12qyocayNF7Lv6C9qW4avxs2E7U41fKSfv"
from = "12qyocayNF7Lv6C9qW4avxs2E7U41fKSfv"
to = "0x862f23de306f0a35c122b11a6f0769570913d542"
to = "0x991fb09dc31a44b3177673f330c582ac2ea168e0"
totalAmount = "2"
period = 1
checkItem =["frozen", "unfreeze"]
Expand All @@ -44,8 +44,8 @@ repeat = 2

[[UnfreezeWithdraw]]
id = "withdraw"
command = "send unfreeze withdraw -k 0x862f23de306f0a35c122b11a6f0769570913d542"
addr = "0x862f23de306f0a35c122b11a6f0769570913d542"
command = "send unfreeze withdraw -k 0x991fb09dc31a44b3177673f330c582ac2ea168e0"
addr = "0x991fb09dc31a44b3177673f330c582ac2ea168e0"
checkItem = ["unfreeze"]
dep = ["createFix"]

Expand Down

0 comments on commit 1dc4011

Please sign in to comment.