Skip to content
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

OneToN.claim() considers MessageTypeId.IOU #1024

Merged
merged 1 commit into from
Jun 4, 2019

Conversation

pirapira
Copy link
Contributor

This prevents confusion between different types of messages.

This closes #1020.

@pirapira pirapira force-pushed the claim-message-id branch from faa11e5 to 3527572 Compare May 27, 2019 12:08
@codecov
Copy link

codecov bot commented May 27, 2019

Codecov Report

Merging #1024 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1024      +/-   ##
==========================================
+ Coverage   85.14%   85.15%   +0.01%     
==========================================
  Files          20       20              
  Lines        1373     1374       +1     
  Branches      182      182              
==========================================
+ Hits         1169     1170       +1     
  Misses        158      158              
  Partials       46       46
Impacted Files Coverage Δ
raiden_contracts/utils/proofs.py 92.1% <ø> (ø) ⬆️
raiden_contracts/constants.py 100% <100%> (ø) ⬆️

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 5cf939a...3527572. Read the comment docs.

@codecov
Copy link

codecov bot commented May 27, 2019

Codecov Report

Merging #1024 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1024      +/-   ##
==========================================
+ Coverage   88.58%   88.59%   +<.01%     
==========================================
  Files          19       19              
  Lines        1323     1324       +1     
  Branches      178      178              
==========================================
+ Hits         1172     1173       +1     
  Misses        106      106              
  Partials       45       45
Impacted Files Coverage Δ
raiden_contracts/utils/proofs.py 92.1% <ø> (ø) ⬆️
raiden_contracts/constants.py 100% <100%> (ø) ⬆️

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 321010b...c2a6bfe. Read the comment docs.

@pirapira pirapira requested a review from konradkonrad May 27, 2019 13:19
@pirapira pirapira force-pushed the claim-message-id branch from 3527572 to e792112 Compare May 28, 2019 14:54
This prevents confusion between different types of messages.
@pirapira pirapira force-pushed the claim-message-id branch from e792112 to c2a6bfe Compare June 4, 2019 09:52
@pirapira pirapira requested a review from karlb June 4, 2019 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OneToN.claim() should add a MessageID when it recovers an address from the signature
2 participants