-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`. |