From 4c5f0680f490a99986ed7591c576e35dbb032924 Mon Sep 17 00:00:00 2001 From: Warren He Date: Mon, 30 Mar 2020 13:43:45 -0700 Subject: [PATCH] add changelog --- .changelog/2794.breaking.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .changelog/2794.breaking.md diff --git a/.changelog/2794.breaking.md b/.changelog/2794.breaking.md new file mode 100644 index 00000000000..03e3d72a279 --- /dev/null +++ b/.changelog/2794.breaking.md @@ -0,0 +1,16 @@ +go/staking: Three-way fee split + +We should give more to the previous block proposer, which is the block +that first ran the transactions that paid the fees in the +`LastBlockFees`. +Currently they only get paid as a voter. + +See +[oasis-core#2794](https://github.com/oasislabs/oasis-core/pull/2794) +for a description of the new fee split. + +Instructions for genesis document maintainers: + +1. Rename `fee_split_vote` to `fee_split_weight_vote` and + `fee_split_propose` to `fee_split_weight_next_propose` and + add `fee_split_weight_propose` in `.staking.params`.