-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from wormhole-foundation/v1.1-update
update improvements
- Loading branch information
Showing
10 changed files
with
167 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule wormhole-solidity-sdk
updated
26 files
+16 −12 | README.md | |
+1 −0 | foundry.toml | |
+54 −0 | src/Base.sol | |
+456 −0 | src/CCTPAndTokenBase.sol | |
+237 −0 | src/CCTPBase.sol | |
+250 −0 | src/TokenBase.sol | |
+1 −1 | src/Utils.sol | |
+4 −237 | src/WormholeRelayerSDK.sol | |
+27 −0 | src/interfaces/CCTPInterfaces/IMessageTransmitter.sol | |
+33 −0 | src/interfaces/CCTPInterfaces/IReceiver.sol | |
+71 −0 | src/interfaces/CCTPInterfaces/IRelayer.sol | |
+34 −0 | src/interfaces/CCTPInterfaces/ITokenMessenger.sol | |
+16 −14 | src/interfaces/IWormholeReceiver.sol | |
+126 −158 | src/interfaces/IWormholeRelayer.sol | |
+5 −1 | src/testing/ERC20Mock.sol | |
+451 −80 | src/testing/WormholeRelayerTest.sol | |
+1 −1 | src/testing/helpers/BytesParsing.sol | |
+157 −0 | src/testing/helpers/CircleCCTPSimulator.sol | |
+136 −34 | src/testing/helpers/DeliveryInstructionDecoder.sol | |
+175 −54 | src/testing/helpers/MockOffchainRelayer.sol | |
+63 −91 | src/testing/helpers/WormholeSimulator.sol | |
+247 −0 | test/CCTPAndTokenBridgeBase.t.sol | |
+162 −0 | test/CCTPBase.t.sol | |
+1 −1 | test/ChooseChains.t.sol | |
+1 −1 | test/ExtraChains.t.sol | |
+119 −39 | test/Fork.t.sol |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.