raiden-network / light-client

The Raiden Light Client
https://raiden.network/
MIT License
33 stars 31 forks source link

Merge back backported changes from v2/Krttika to master #3108

Closed andrevmatos closed 2 years ago

andrevmatos commented 2 years ago

Short description Includes fixes on Arbitrum for #3106 and #3100 These changes were already reviewed as part of the fix PRs, and this PR is just conflicts fix.

Definition of Done

Steps to manually test the change (dApp)

1. 2.

codecov[bot] commented 2 years ago

Codecov Report

Merging #3108 (e7dab7a) into master (527561f) will decrease coverage by 0.01%. The diff coverage is 97.61%.

@@            Coverage Diff             @@
##           master    #3108      +/-   ##
==========================================
- Coverage   93.08%   93.06%   -0.02%     
==========================================
  Files         213      213              
  Lines        8600     8597       -3     
  Branches     1438     1444       +6     
==========================================
- Hits         8005     8001       -4     
- Misses        538      539       +1     
  Partials       57       57              
Flag Coverage Δ
dapp 88.87% <ø> (ø)
dapp.unit 88.87% <ø> (ø)
sdk 95.30% <97.61%> (-0.03%) :arrow_down:
sdk.e2e 71.98% <61.90%> (+0.02%) :arrow_up:
sdk.integration 79.72% <59.52%> (-0.11%) :arrow_down:
sdk.unit 49.16% <47.61%> (+0.11%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
raiden-ts/src/services/utils.ts 96.29% <94.11%> (ø)
raiden-ts/src/db/utils.ts 90.52% <100.00%> (ø)
raiden-ts/src/raiden.ts 93.58% <100.00%> (+0.05%) :arrow_up:
raiden-ts/src/transport/epics/init.ts 98.19% <100.00%> (ø)
raiden-ts/src/transport/epics/presence.ts 100.00% <100.00%> (ø)
raiden-ts/src/services/epics/helpers.ts 95.81% <0.00%> (-0.53%) :arrow_down:

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 527561f...e7dab7a. Read the comment docs.