-
Notifications
You must be signed in to change notification settings - Fork 66
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
Xchain pools #1601
base: main
Are you sure you want to change the base?
Xchain pools #1601
Conversation
edge cases identified and will be irioned out tomorrow. but this is most of the structure!
starting to look just a bit ugly, hopefully getting pretty close to the end of the edge cases. we see!
Codecov Report
@@ Coverage Diff @@
## main #1601 +/- ##
===========================================
+ Coverage 62.21% 72.77% +10.56%
===========================================
Files 122 57 -65
Lines 1498 720 -778
Branches 650 236 -414
===========================================
- Hits 932 524 -408
+ Misses 527 167 -360
+ Partials 39 29 -10
Flags with carried forward coverage won't be shown. Click here to find out more. see 65 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
* add burn from sender * call burn with target as caller * Add access check * add tests * fix lint * fix lint
next step: pool sync final step: pool config
* add transferCrossChain tests * refund leftover gas and test cleanup * create CrossChainUSDModule
…ix-v3 into xchain-pools
…ix-v3 into xchain-pools
still some failing tests, but in the original branch many of the same test failures existed so going to punt this for later. current focus is implementing the erc7412 support
df390d3
to
843d554
Compare
probably still a lot of bugs but can probably push up a testnet deployment just to see if everything is gluing together ok
No description provided.