Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-wh committed Mar 30, 2020
1 parent 1016d24 commit 4c5f068
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .changelog/2794.breaking.md
Original file line number Diff line number Diff line change
@@ -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`.

0 comments on commit 4c5f068

Please sign in to comment.