From 0cc1c52077353dcb98b8e061145ce70d233a4fd3 Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Wed, 16 May 2018 01:15:49 +0200 Subject: [PATCH] Rebase changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 389f61b436..3361c43616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,13 +13,13 @@ 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 +* [baseapp] baseapp now has settable functions for filtering peers by address/port & public key +* [sdk] 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 * Modules can include their own gas costs for execution of particular message types -* Bank module now tags transactions with sender/recipient for indexing & later retrieval -* Stake module now tags transactions with delegator/candidate for delegation & unbonding, and candidate info for declare candidate / edit candidacy +* [x/bank] Bank module now tags transactions with sender/recipient for indexing & later retrieval +* [x/stake] Stake module now tags transactions with delegator/candidate for delegation & unbonding, and candidate info for declare candidate / edit candidacy IMPROVEMENTS