Skip to content

Commit 94ae03e

Browse files
authored
Merge pull request #113 from cryptape/v0.204.0-rc2
update ckb v0.204.0-rc2
2 parents eb6e592 + 58b31b0 commit 94ae03e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

download.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"0.201.0",
1717
"0.202.0",
1818
"0.203.0",
19+
"0.204.0",
1920
] # Replace with your versions
2021

2122
DOWNLOAD_DIR = "download"

framework/test_node.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,27 +49,27 @@ def __str__(self):
4949
"source/template/ckb/v200/ckb.toml.j2",
5050
"source/template/ckb/v200/ckb-miner.toml.j2",
5151
"source/template/ckb/v200/specs/dev.toml",
52-
"download/0.203.0",
52+
"download/0.204.0",
5353
)
5454
CkbNodeConfigPath.TESTNET = CkbNodeConfigPath(
5555
"source/template/ckb/v200/ckb.toml.j2",
5656
"source/template/ckb/v200/ckb-miner.toml.j2",
5757
"source/template/specs/testnet.toml.j2",
58-
"download/0.203.0",
58+
"download/0.204.0",
5959
)
6060

6161
CkbNodeConfigPath.CURRENT_MAIN = CkbNodeConfigPath(
6262
"source/template/ckb/v200/ckb.toml.j2",
6363
"source/template/ckb/v200/ckb-miner.toml.j2",
6464
"source/template/specs/mainnet.toml.j2",
65-
"download/0.203.0",
65+
"download/0.204.0",
6666
)
6767

6868
CkbNodeConfigPath.PREVIEW_DUMMY = CkbNodeConfigPath(
6969
"source/template/ckb/v200/ckb.toml.j2",
7070
"source/template/ckb/v200/ckb-miner.toml.j2",
7171
"source/template/specs/preview_dev.toml",
72-
"download/0.203.0",
72+
"download/0.204.0",
7373
)
7474

7575
CkbNodeConfigPath.v202 = CkbNodeConfigPath(

0 commit comments

Comments
 (0)