Skip to content

Commit

Permalink
patch for v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
boqiu committed Jul 29, 2019
1 parent 0c6589f commit 6c4b781
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 @@ -23,4 +23,4 @@ mod tests;
/// Used in Genesis author to indicate testnet version
/// Increase by one for every test net reset
const TESTNET_VERSION: &'static str =
"000000000000000000000000000000000000000a";
"100000000000000000000000000000000000000a"; // for version v0.1.5 patch 1
2 changes: 1 addition & 1 deletion core/src/consensus/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub const ERA_DEFAULT_EPOCH_COUNT: u64 = 50000;
// eras.
const ERA_RECYCLE_TRANSACTION_DELAY: u64 = 20;
// FIXME: We should use finality to determine the checkpoint moment instead.
const ERA_CHECKPOINT_GAP: u64 = 50000;
const ERA_CHECKPOINT_GAP: u64 = 500000;

// A block can blame up to BLAME_BOUND ancestors that their states are
// incorrect.
Expand Down

0 comments on commit 6c4b781

Please sign in to comment.