-
Notifications
You must be signed in to change notification settings - Fork 375
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
Adjust governance end-to-end gold total supply block number #853
Merged
Conversation
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
Codecov Report
@@ Coverage Diff @@
## master #853 +/- ##
=======================================
Coverage 66.99% 66.99%
=======================================
Files 243 243
Lines 7126 7126
Branches 464 399 -65
=======================================
Hits 4774 4774
- Misses 2274 2276 +2
+ Partials 78 76 -2
Continue to review full report at Codecov.
|
nambrot
approved these changes
Sep 5, 2019
aaronmgdr
added a commit
that referenced
this pull request
Sep 5, 2019
* master: Export geth metrics from StatefulSet tx-nodes and validators (#827) Adjust governance end-to-end gold total supply block number (#853) [Blockchain API] Add currency conversion endpoint to blockchain api (#855) [Wallet] Fix Payment Requests and DRY up confirmation card code (#831) Use HTTPS instead of SSH for ethereumjs-vm (#850) Kill end-to-end celo-blockchain instances with SIGINT (#849) [CLI]Minor code improvement in CLI, remove ts-ignore-next-line (#796) [wallet] Always allow users to view backup key (#825) [contractkit] Complete Exchange Wrapper (#801) [Wallet] Fix web3 syncing sagas (#809) Aaronmgdr/social links connect (#792) Deploy integration (#806) [wallet] upgrade react-redux (#812)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adjust the block number at which we check the gold total supply in the governance end-to-end test in response to celo-org/celo-blockchain#423.
Tested
These are tests
Other changes
None
Related issues