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

Update raiden and fix chain_id problems #1062

Merged
merged 2 commits into from
Sep 9, 2021
Merged

Update raiden and fix chain_id problems #1062

merged 2 commits into from
Sep 9, 2021

Conversation

karlb
Copy link
Contributor

@karlb karlb commented Sep 9, 2021

The chain_id problems have been introduced by usage of the chain_id opcode in the contracts.

This is helpful to work around
ethereum/web3.py#1677, which prevents the
onchain chain_id from matching the web3 chain_id.
@karlb karlb requested a review from palango September 9, 2021 12:43
@auto-assign auto-assign bot requested a review from ulope September 9, 2021 12:43
Copy link
Contributor

@palango palango left a comment

Choose a reason for hiding this comment

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

🎉

@codecov
Copy link

codecov bot commented Sep 9, 2021

Codecov Report

Merging #1062 (513791e) into master (2595ac1) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1062      +/-   ##
==========================================
- Coverage   89.09%   89.06%   -0.03%     
==========================================
  Files          42       42              
  Lines        3356     3356              
  Branches      424      424              
==========================================
- Hits         2990     2989       -1     
- Misses        264      265       +1     
  Partials      102      102              
Impacted Files Coverage Δ
src/raiden_libs/blockchain.py 85.71% <0.00%> (-0.90%) ⬇️

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 2595ac1...513791e. Read the comment docs.

@karlb karlb merged commit 74906d8 into master Sep 9, 2021
@karlb karlb deleted the wip branch September 9, 2021 12:57
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.

2 participants