-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposer finalization rewards #811
Proposer finalization rewards #811
Conversation
4234aa7
to
12e6701
Compare
afdd628
to
03fc85b
Compare
e63cdd4
to
74f0e3b
Compare
4d9830d
to
a4ea67d
Compare
5555806
to
4a18cb4
Compare
9e3eb22
to
2f74883
Compare
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
Remove unused import in feature_ltor Signed-off-by: Azat Nizametdinov <azat@thirdhash.com>
b22997c
to
022ac5c
Compare
This commit cherry-picks the GetAmount changes from #811 and fixes the filtertransactions RPC output for coinbase transactions, setting the "fee" field to zero and "amount" to the reward received by the miner. Previously, as a side-effect of the algorithm, it was the other way around. Signed-off-by: Mihai Ciumeica <mihai@thirdhash.com>
I guess this needs rebase. Maybe it would make sense, since this has already accumulated quite a lot of comments, is quite out of date, etc, and needs heavy rebasing/merging as 0.17 was merged in between – maybe it would make sense to create a fresh pull request and start with a clean slate? |
@scravy I'm going to open a new PR also because my old fork is now detached from the upstream. I'm closing this one and will open a new one soon. |
This pull request implements proposer finalization rewards. See the details in #418.