feat(sdk): introduce token bridge adapters#2105
Conversation
|
Codecov Report
@@ Coverage Diff @@
## develop #2105 +/- ##
===========================================
- Coverage 75.37% 73.37% -2.01%
===========================================
Files 81 85 +4
Lines 2705 2836 +131
Branches 436 464 +28
===========================================
+ Hits 2039 2081 +42
- Misses 666 755 +89
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This commit adds support for ERC20 deposits and withdrawals by introducing the concept of token bridge adapters. This gives the SDK a standard interface for interacting with token bridges even though the bridges may each have slightly different internal logic.
39bb927 to
7582201
Compare
## Description This PR adds required configuration to bootstrap devstack e2e tests for the kona-node. In particular it: - Does small updates to the e2e justfile to help run node devstack tests - Adds the devstack tests to CI - Adds the required configuration to the network configuration files Progress towards op-rs/kona#2100
Description
This commit adds support for ERC20 deposits and withdrawals by introducing the
concept of token bridge adapters. This gives the SDK a standard
interface for interacting with token bridges even though the bridges may
each have slightly different internal logic.
Metadata