From b09f30754d20b9044a1ec4582db6b672a45ebbc2 Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Fri, 25 Oct 2019 16:14:04 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3403b842..c57996be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,48 @@ + + # Changelog ## [Unreleased] +## [v0.3.0] + ### Features -[\#253] Add a new validator vesting account type, which releases coins on a periodic vesting schedule based on if a specific validator signed sufficient pre-commits. If the validtor didn't sign enough pre-commits, the vesting coins are burned or sent to a return address. + +[\#253] Add a new validator vesting account type, which releases coins on a periodic vesting schedule based on if a specific validator signed sufficient pre-commits. If the validator didn't sign enough pre-commits, the vesting coins are burned or sent to a return address. [\#260] Pin to cosmos-sdk commit #18de630 (tendermint 0.32.6) - ### Improvements + [\#257] Include scripts to run large-scale simulations remotely using aws-batch