[EPIC] Sekanjabin - StakeHolder & Worker-Ursula Integration, Deployer Coverage, UX Baseline.#1124
Merged
[EPIC] Sekanjabin - StakeHolder & Worker-Ursula Integration, Deployer Coverage, UX Baseline.#1124
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1124 +/- ##
==========================================
- Coverage 83.12% 82.08% -1.04%
==========================================
Files 70 72 +2
Lines 9252 9743 +491
==========================================
+ Hits 7691 7998 +307
- Misses 1561 1745 +184
Continue to review full report at Codecov.
|
…, Geth tranction formatting and signging.
…e same address multiple times.
…funding account recipt fix; Touch Ups.
… unneeded feature flags. Relocate deployment console painting to painting.py.
CLI cleanup (vol. 2): Making CLI work with local non-dev private chain
…dates TODO: Possibility of doing per transaction progress
…e steps can take a long time. It is worth noting that only progress is updated for individual steps - the printing of the receipt confirmation to the console is not done until all receipts (from the inidividual step) are received by the deployer. Added unit tests for progress updates.
…ployment_transactions"
tuxxy
approved these changes
Jul 29, 2019
derekpierre
reviewed
Jul 29, 2019
UX: Add the ability to provide progress during NuCypher contract deployments
cygnusv
approved these changes
Jul 30, 2019
vepkenez
approved these changes
Jul 30, 2019
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.
Replaces PR #1107
The goal of this PR is to follow up the core Staker-Worker separation changes in #1029 by introducing the
StakeHolderpython and (nucypher stake) command-line interfaces and re-integrates Ursula entry points with consideration to theWorkerrole.stakeholder CLI commands
Ramp