CLI cleanup (vol. 2): Making CLI work with local non-dev private chain#1167
Merged
KPrasch merged 13 commits intonucypher:sekanjabinfrom Jul 29, 2019
Merged
CLI cleanup (vol. 2): Making CLI work with local non-dev private chain#1167KPrasch merged 13 commits intonucypher:sekanjabinfrom
KPrasch merged 13 commits intonucypher:sekanjabinfrom
Conversation
michwill
approved these changes
Jul 28, 2019
Codecov Report
@@ Coverage Diff @@
## sekanjabin #1167 +/- ##
==============================================
- Coverage 83.4% 82.97% -0.43%
==============================================
Files 72 72
Lines 9655 9700 +45
==============================================
- Hits 8053 8049 -4
- Misses 1602 1651 +49
Continue to review full report at Codecov.
|
vzotova
approved these changes
Jul 28, 2019
Member
Author
|
With my latest commits, I have confirmed activity with Ursula CLI. |
Merged
13 tasks
This file contains hidden or 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
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.
Based on #1146.
Tested with a local private chain, but mocking "goerli" (chain ID 5) in order to pass as a public chain (i.e., not local).
In case you want to replicate, this is my genesis file. I ran the geth node with the following params:
--networkid 5 --nodiscover --verbosity 5 --mine --minerthreads=1Steps followed: