Skip to content

Commit

Permalink
Release version v0.3.0. (#1193)
Browse files Browse the repository at this point in the history
* Release version v0.3.0.

* More change.
  • Loading branch information
peilun-conflux authored Apr 7, 2020
1 parent 07a953b commit 93d6d5e
Show file tree
Hide file tree
Showing 4 changed files with 68,190 additions and 105,402 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ functionality remains the same.

- Fix an issue that virtual call RPC may fail if the caller does not have enough balance

- Fix an issue that failing to send a pending request can make a block not received.

- Fix an issue that not-graph-ready compact blocks are not fully received.

## Improvements

- Make the consensus layer to prioritize meaningful blocks first. It will
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 @@ mod tests;

/// 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 = "0000000000000000000000000000000000000020";
Loading

0 comments on commit 93d6d5e

Please sign in to comment.