From 247ccc288678da0d30b24a4589164eecbcd031ed Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Tue, 15 Oct 2019 15:14:58 -0400 Subject: [PATCH] add changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..3403b842 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +## [Unreleased] + +### 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. +[\#260] Pin to cosmos-sdk commit #18de630 (tendermint 0.32.6) + + +### Improvements +[\#257] Include scripts to run large-scale simulations remotely using aws-batch