forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split gas fee into base and tip with base going to infrastructure fund (
ethereum#563) * begin to split tx fees into base and tip * consolidate two lines into one * send whole base tx fee to infra fund and eliminate proposer fraction reference * fix tests to work independent of golang version * ensure nil error is returned on success * fix typo * point CI to victor/gpm * remove reference to proposer fraction * adjust comment on fallback gas price minimum * distribute the entire gas fee to the proposer when the governance address cannot be fetched * Revert "distribute the entire gas fee to the proposer when the governance address cannot be fetched" This reverts commit 543ed2978b25b4dd3c52a9c57990717275807fdd. * refund tx fee to sender if infrastructure fund addr cannot be resolved
- Loading branch information
Victor "Nate" Graf
authored
Nov 13, 2019
1 parent
f4e60d8
commit 038169b
Showing
7 changed files
with
65 additions
and
103 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
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
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
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
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
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
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