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

WIP Central Bridge Router #311

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

z-j-lin
Copy link
Contributor

@z-j-lin z-j-lin commented Sep 26, 2022

Scope

What is changing with this PR?

Why?

a central router that emits custom events and routs depositcalls from btoken to versioned routers

Todos

Write tests for centralBridgeRouter.sol
add NatSpec docs

  • ???

@codecov
Copy link

codecov bot commented Sep 26, 2022

Codecov Report

Base: 82.32% // Head: 51.66% // Decreases project coverage by -30.65% ⚠️

Coverage data is based on head (efba121) compared to base (e2bd3b4).
Patch has no changes to coverable lines.

❗ Current head efba121 differs from pull request most recent head 01b102c. Consider uploading reports for the commit 01b102c to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #311       +/-   ##
===========================================
- Coverage   82.32%   51.66%   -30.66%     
===========================================
  Files          62      284      +222     
  Lines        2014    41217    +39203     
  Branches      548        0      -548     
===========================================
+ Hits         1658    21295    +19637     
- Misses        356    17510    +17154     
- Partials        0     2412     +2412     
Impacted Files Coverage Δ
bridge/contracts/BToken.sol
bridge/contracts/utils/ImmutableAuth.sol
bridge/contracts/utils/Base64.sol
bridge/contracts/libraries/math/Sigmoid.sol
...contracts/libraries/snapshots/SnapshotsStorage.sol
bridge/contracts/LiquidityProviderStaking.sol
bridge/contracts/utils/EthSafeTransfer.sol
...ntracts/libraries/parsers/PClaimsParserLibrary.sol
bridge/contracts/StateMigration.sol
.../contracts/libraries/dynamics/DoublyLinkedList.sol
... and 336 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions github-actions bot added the javascript Pull requests that update Javascript code label Sep 28, 2022
@z-j-lin z-j-lin linked an issue Nov 8, 2022 that may be closed by this pull request
@github-actions github-actions bot added go Pull requests that update Go code docs labels Nov 9, 2022
@github-actions github-actions bot removed the docs label Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs go Pull requests that update Go code javascript Pull requests that update Javascript code solidity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Central bridge router
2 participants