From 913bd313c4f0b3381978cabdb51556fe955fa647 Mon Sep 17 00:00:00 2001 From: Warren He Date: Tue, 25 Feb 2020 16:37:54 -0800 Subject: [PATCH] add changelog --- .changelog/2727.breaking.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changelog/2727.breaking.md diff --git a/.changelog/2727.breaking.md b/.changelog/2727.breaking.md new file mode 100644 index 00000000000..64c8e8ef30a --- /dev/null +++ b/.changelog/2727.breaking.md @@ -0,0 +1,5 @@ +go staking: Disable all transactions for locked accounts + +The account field `general.transfers_not_before` is replaced with +`general.not_before`. +Accounts can't send any transaction before the epoch in that field.