Skip to content

Commit

Permalink
Bump version to v0.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peilun Li committed Mar 23, 2020
1 parent 65269da commit 28c730c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conflux"
version = "0.2.2"
version = "0.2.3"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "client"
version = "0.2.2"
version = "0.2.3"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ pub mod tg_archive;

/// Used in Genesis author to indicate testnet version
/// Increase by one for every test net reset
const TESTNET_VERSION: &str = "0000000000000000000000000000000000000011";
const TESTNET_VERSION: &str = "0000000000000000000000000000000000000012";
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Conflux core library"
homepage = "http://www.conflux-chain.org"
license = "GPL-3.0"
name = "cfxcore"
version = "0.2.2"
version = "0.2.3"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tests/conflux/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
GENESIS_STATE_ROOT=decode_hex("0x87a22d83b15039040d4f2c050f17cb85e67e3ef53735cce28dc0158c96726713"),
GENESIS_RECEIPTS_ROOT=decode_hex("0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"), # KECCAK_EMPTY_LIST_RLP ~ keccak(rlp([]))
GENESIS_LOGS_BLOOM_HASH=decode_hex("0xd397b3b043d87fcd6fad1291ff0bfd16401c274896d8c63a923727f077b8e0b5"), # KECCAK_EMPTY_BLOOM ~ keccak(b'\0' * 256)
GENESIS_AUTHOR=decode_hex("0x0000000000000000000000000000000000000011"),
GENESIS_AUTHOR=decode_hex("0x0000000000000000000000000000000000000012"),
)

0 comments on commit 28c730c

Please sign in to comment.