-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = [ | ||
|