Skip to content

Commit

Permalink
chore: Update ckb-system-script version
Browse files Browse the repository at this point in the history
  • Loading branch information
xxuejie committed Jun 26, 2019
1 parent d240baf commit 15b9dc8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/hashes.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated by: ckb cli hashes -b
[ckb_dev]
genesis = "0xa7bbc2cd14a8cf1a3febb3f5911c56600a27dacce419da472a98fde60d33c607"
cellbase = "0x768c23af43a757fb85acc2e3334598997bae5f0cd2e74a0d67f30cd135f88004"
genesis = "0x465bae2cec6e68c4a928b76f9b1c5611db8e01af908089dba8051c3a2ecb1704"
cellbase = "0x208d29082b7f1ba137039a860f88cc724882ceb593be0ddb3b798deaa62d4f2f"

[[ckb_dev.system_cells]]
path = "Bundled(specs/cells/secp256k1_blake160_sighash_all)"
Expand All @@ -11,11 +11,11 @@ code_hash = "0x54811ce986d5c3e57eaafab22cdd080e32209e39590e204a99b32935f835a13c"
[[ckb_dev.system_cells]]
path = "Bundled(specs/cells/dao)"
index = 2
code_hash = "0x717ead81722d6a14581ceb475b487d35d1dad93d37acdfb17d2bb25906cb8ba1"
code_hash = "0x0450e0eb0ad787135c1243e5730f72fa3bc8837e232e928c7f4b1efdd6692582"

[ckb_testnet]
genesis = "0x260d6f65d4e582d5ed9d496a0145ce6ee853d3beba7e7f852ee53e119f70a158"
cellbase = "0x8c2a2c1d2559089e51a54612fa8ec5d4e920322a05dd5fc6e7d79207a85fb40a"
genesis = "0x9d0075912e3f839206de2f4ca96d787d3704b1f5a3398a3466caec97f45dc123"
cellbase = "0x6038baac958487267fb87b3c7b3ade49a6a15e0ba8d6ecc25317dc46f4bbdf94"

[[ckb_testnet.system_cells]]
path = "Bundled(specs/cells/secp256k1_blake160_sighash_all)"
Expand All @@ -25,4 +25,4 @@ code_hash = "0x54811ce986d5c3e57eaafab22cdd080e32209e39590e204a99b32935f835a13c"
[[ckb_testnet.system_cells]]
path = "Bundled(specs/cells/dao)"
index = 2
code_hash = "0x717ead81722d6a14581ceb475b487d35d1dad93d37acdfb17d2bb25906cb8ba1"
code_hash = "0x0450e0eb0ad787135c1243e5730f72fa3bc8837e232e928c7f4b1efdd6692582"
4 changes: 2 additions & 2 deletions resource/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ serde = "1.0"
serde_derive = "1.0"
# TODO: change this to stable published crate version once the system script PR
# is merged and published
ckb-system-scripts = { version = "0.2.0-alpha.1" }
ckb-system-scripts = { version = "0.2.0-alpha.2" }

[build-dependencies]
includedir_codegen = "0.5.0"
walkdir = "2.1.4"
ckb-system-scripts = { version = "0.2.0-alpha.1" }
ckb-system-scripts = { version = "0.2.0-alpha.2" }
numext-fixed-hash = { version = "0.1", features = ["support_rand", "support_heapsize", "support_serde"] }

0 comments on commit 15b9dc8

Please sign in to comment.