Re-Encapsulation of JSON Configuration Logic; Configuration API & Code Optimization#1066
Merged
KPrasch merged 18 commits intonucypher:alhambra-verdefrom Jun 15, 2019
Merged
Re-Encapsulation of JSON Configuration Logic; Configuration API & Code Optimization#1066KPrasch merged 18 commits intonucypher:alhambra-verdefrom
KPrasch merged 18 commits intonucypher:alhambra-verdefrom
Conversation
Codecov Report
@@ Coverage Diff @@
## alhambra-verde #1066 +/- ##
==================================================
+ Coverage 83.39% 83.65% +0.26%
==================================================
Files 67 68 +1
Lines 8787 8731 -56
==================================================
- Hits 7328 7304 -24
+ Misses 1459 1427 -32
Continue to review full report at Codecov.
|
15b3028 to
1757f0b
Compare
4eca13d to
b1572a7
Compare
derekpierre
reviewed
Jun 11, 2019
8 tasks
aaa8f9c to
65b4b62
Compare
…ig root) despite using a custom configuration root at init time.
…ion and reorg. Optimize character config production file I/O.
…lection. Touch ups.
…nfigurations; Return of ABC.
vepkenez
reviewed
Jun 14, 2019
derekpierre
approved these changes
Jun 14, 2019
Member
derekpierre
left a comment
There was a problem hiding this comment.
A couple minor comments - but good stuff! 🏆
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jun 14, 2019
michwill
reviewed
Jun 15, 2019
michwill
reviewed
Jun 15, 2019
michwill
reviewed
Jun 15, 2019
mswilkison
reviewed
Jun 15, 2019
…aseconfiguration.
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jun 15, 2019
…aseconfiguration.
cygnusv
pushed a commit
that referenced
this pull request
Jun 18, 2019
cygnusv
pushed a commit
that referenced
this pull request
Jun 20, 2019
cygnusv
pushed a commit
that referenced
this pull request
Jun 26, 2019
cygnusv
pushed a commit
that referenced
this pull request
Jun 28, 2019
cygnusv
pushed a commit
that referenced
this pull request
Jul 4, 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.
Overall, this PR refines the (Character) Configuration API with the aim of re-encapsulating JSON configuration logic for re-use on the future
TrustedDeviceandStakeHolderAPIs(more red lines than green lines - Yay!)OK - it's a wash!.BaseConfigurationfromCharacterConfigurationNodeConfiguration, onto subclassesCharacterConfiguration.__init__methodEthereumcontractRegistry.download_latest_publicationNodeConfiguration->Characterconfigurationkeyring_dir->keyring_rootFixes #1060
Fixes #965