Skip to content

Commit

Permalink
Bump the version to 1.2.0
Browse files Browse the repository at this point in the history
* Fixed the bug of version flag.
* Added "commit-hash" command
* Added "net_recentNetworkUsage" RPC
* Added "chain_getMinTransactionFee" RPC
* Reduced network traffic
    * Request the header only it need
    * Send new header to random peer instead of all.
* Disabled Order and stake delegation by default
* Enhanced unit tests and e2e tests
  • Loading branch information
Seulgi Kim committed Apr 19, 2019
1 parent a3968e1 commit fc4d0a3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,14 @@
# 1.1.0 - 2019-04-04
* Removed stakeholders who don't have stakes from trie ([#1439](https://github.com/CodeChain-io/codechain/pull/1439))
* Fixed the bug in AssetScheme related transactions ([#1442](https://github.com/CodeChain-io/codechain/pull/1442))

# 1.2.0 - 2019-04-19
* Fixed the bug of version flag.
* Added "commit-hash" command
* Added "net_recentNetworkUsage" RPC
* Added "chain_getMinTransactionFee" RPC
* Reduced network traffic
* Request the header only it need
* Send new header to random peer instead of all.
* Disabled Order and stake delegation by default
* Enhanced unit tests and e2e tests
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codechain"
version = "1.1.1"
version = "1.2.0"
license = "AGPL-3.0"
authors = ["CodeChain Team <[email protected]>"]
exclude = [
Expand Down

0 comments on commit fc4d0a3

Please sign in to comment.