Update changelog

This commit is contained in:
Christopher Goes 2018-05-15 16:00:49 +02:00
parent d55ba2ca7d
commit 396bf74b9f
No known key found for this signature in database
GPG Key ID: E828D98232D328D3
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ FEATURES
* [x/bank] Tx tags with sender/recipient for indexing & later retrieval
* [x/stake] Tx tags with delegator/candidate for delegation & unbonding, and candidate info for declare candidate / edit candidacy
* [x/auth] Added ability to change pubkey to auth module
* baseapp now has settable functions for filtering peers by address/port & public key
* Gas consumption is now measured as transactions are executed
* Transactions which run out of gas stop execution and revert state changes
* A "simulate" query has been added to determine how much gas a transaction will need