Skip to content

Decentralized Identity Verification Fixes and Naming#1048

Merged
cygnusv merged 3 commits intonucypher:hawksbeardfrom
KPrasch:verify
Jun 5, 2019
Merged

Decentralized Identity Verification Fixes and Naming#1048
cygnusv merged 3 commits intonucypher:hawksbeardfrom
KPrasch:verify

Conversation

@KPrasch
Copy link
Member

@KPrasch KPrasch commented Jun 4, 2019

Fixes #1044, Needs follow up post #1029 as part of #1003

…on/Validation naming clarifications, Code cleanup and style fixes for signature flow.
@KPrasch KPrasch requested a review from cygnusv June 4, 2019 18:33
@codecov
Copy link

codecov bot commented Jun 4, 2019

Codecov Report

Merging #1048 into hawksbeard will increase coverage by 0.08%.
The diff coverage is 95.52%.

Impacted file tree graph

@@              Coverage Diff               @@
##           hawksbeard    #1048      +/-   ##
==============================================
+ Coverage        83.1%   83.19%   +0.08%     
==============================================
  Files              67       67              
  Lines            8656     8663       +7     
==============================================
+ Hits             7194     7207      +13     
+ Misses           1462     1456       -6
Impacted Files Coverage Δ
nucypher/characters/unlawful.py 96.55% <ø> (ø) ⬆️
nucypher/crypto/api.py 97.46% <100%> (-0.07%) ⬇️
nucypher/characters/lawful.py 88.27% <100%> (ø) ⬆️
nucypher/network/nodes.py 83.04% <94.73%> (+1.22%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ef4848b...efaa733. Read the comment docs.

@KPrasch KPrasch changed the title Decentralized Identity Verification (Fixes) Decentralized Identity Verification Fixes and Naming Jun 4, 2019
@KPrasch KPrasch self-assigned this Jun 4, 2019
@KPrasch KPrasch added Bug 🐛 Broken functionality Naming stuff The hardest part about code authorship Network HTTP related, not strictly P2P Protocol Protocol design labels Jun 4, 2019
@KPrasch KPrasch marked this pull request as ready for review June 4, 2019 18:49
Copy link
Member

@cygnusv cygnusv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, all good :) Just some minor comments and RFCs

@KPrasch KPrasch requested a review from cygnusv June 5, 2019 15:10
@cygnusv cygnusv merged commit 6f1fa31 into nucypher:hawksbeard Jun 5, 2019
self.__decentralized_identity_evidence = constant_or_bytes(decentralized_identity_evidence)

# Assume unverified
self.verified_stamp = False
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why move these settings to __init__? Doesn't this pattern just put more bloat in __init__?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug 🐛 Broken functionality Naming stuff The hardest part about code authorship Network HTTP related, not strictly P2P Protocol Protocol design

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants