-
Notifications
You must be signed in to change notification settings - Fork 200
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
Deprecate gateway fee #2120
Deprecate gateway fee #2120
Conversation
Coverage from tests in coverage: 48.1% of statements across all listed packagescoverage: 57.9% of statements in consensus/istanbul coverage: 37.5% of statements in consensus/istanbul/announce coverage: 54.3% of statements in consensus/istanbul/backend coverage: 0.0% of statements in consensus/istanbul/backend/backendtest coverage: 24.3% of statements in consensus/istanbul/backend/internal/replica coverage: 61.8% of statements in consensus/istanbul/core coverage: 45.0% of statements in consensus/istanbul/db coverage: 0.0% of statements in consensus/istanbul/proxy coverage: 64.4% of statements in consensus/istanbul/uptime coverage: 51.8% of statements in consensus/istanbul/validator coverage: 79.2% of statements in consensus/istanbul/validator/random |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2120 +/- ##
==========================================
+ Coverage 54.30% 55.32% +1.02%
==========================================
Files 692 674 -18
Lines 115642 113553 -2089
==========================================
+ Hits 62795 62825 +30
+ Misses 49014 46915 -2099
+ Partials 3833 3813 -20
☔ View full report in Codecov by Sentry. |
2bc2a1a
to
7d79724
Compare
628bdaa
to
56a981c
Compare
2fc9742
to
e0ccae3
Compare
e0ccae3
to
0b4d347
Compare
Changes after review:
|
0b4d347
to
d49641a
Compare
31a1cf7
to
12248be
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR brings a lot of GFork names again, which should be gingerbread by now.
@@ -1 +1 @@ | |||
d4725a468fa20add9034efd109975b9fc7ec51d1 | |||
b9cf8d7bbad5dcd74a8a91b6d6439f314b540db5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is merged after #2130, this should be changed to be301c4b17044e08bf5fb01395804816ee950957
.
My idea was to merge this before the renaming PR, because the commit fixing the monorepo tests is already in the branch. So I'd fix those in #2127 |
Ah, I somehow thought the rename PR was already merged. OK, then just fix the wrong comments and we're ready to go! |
12248be
to
a22e49a
Compare
a22e49a
to
ecf2e94
Compare
Description
Deprecating the gateway fee.
--light.gatewayfee
argumentGatewayFeeRecipient
orGatewayFee
GatewayFeeRecipient
orGatewayFee
This doesn't include changes to the LES protocol yet, as those can be done independently of a hardfork and are therefore not time sensitive.