Skip to content

Commit

Permalink
Update genesis version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peilun Li committed Apr 27, 2020
1 parent 9f8b6a7 commit f393ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ mod tests;

/// Used in Genesis author to indicate testnet version
/// Increase by one for every test net reset
const TESTNET_VERSION: &str = "1000000000000000000000000000000000000051";
const TESTNET_VERSION: &str = "f000000000000000000000000000000000000051";
2 changes: 1 addition & 1 deletion tests/conflux/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
GENESIS_STATE_ROOT=decode_hex("0x05890b03d6384203cc73cb3f200ba27818fb893e7c88321b95ee9e2c3cf4babc"),
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("0x1000000000000000000000000000000000000051"),
GENESIS_AUTHOR=decode_hex("0xf000000000000000000000000000000000000051"),
GENESIS_GAS_LIMIT=30_000_000,
MAX_BLOCK_SIZE_IN_BYTES=200 * 1024,
)
Expand Down

0 comments on commit f393ce3

Please sign in to comment.