Skip to content

Commit fc4d0a3

Browse files
author
Seulgi Kim
committed
Bump the version to 1.2.0
* 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
1 parent a3968e1 commit fc4d0a3

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,14 @@
44
# 1.1.0 - 2019-04-04
55
* Removed stakeholders who don't have stakes from trie ([#1439](https://github.com/CodeChain-io/codechain/pull/1439))
66
* Fixed the bug in AssetScheme related transactions ([#1442](https://github.com/CodeChain-io/codechain/pull/1442))
7+
8+
# 1.2.0 - 2019-04-19
9+
* Fixed the bug of version flag.
10+
* Added "commit-hash" command
11+
* Added "net_recentNetworkUsage" RPC
12+
* Added "chain_getMinTransactionFee" RPC
13+
* Reduced network traffic
14+
* Request the header only it need
15+
* Send new header to random peer instead of all.
16+
* Disabled Order and stake delegation by default
17+
* Enhanced unit tests and e2e tests

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codechain"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
license = "AGPL-3.0"
55
authors = ["CodeChain Team <[email protected]>"]
66
exclude = [

0 commit comments

Comments
 (0)