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

chore(deps): update services/cctp-relayer/external/evm-cctp-contracts digest to 63ab1f0 #3497

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/cctp-relayer/external/evm-cctp-contracts
Submodule evm-cctp-contracts updated 86 files
+13 βˆ’0 .github/workflows/ci-olympix.yml
+56 βˆ’5 .github/workflows/ci.yml
+12 βˆ’10 .vscode/settings.json
+2 βˆ’2 Dockerfile
+60 βˆ’9 Makefile
+157 βˆ’7 README.md
+4 βˆ’0 SECURITY.md
+0 βˆ’20 anvil/Counter.sol
+18 βˆ’0 anvil/crosschainTransferIT.py
+355 βˆ’0 anvil/crosschainTransferITV2.py
+0 βˆ’14 anvil/scripts/Counter.s.sol
+1 βˆ’1 lib/forge-std
+1 βˆ’1 lib/memview-sol
+8 βˆ’0 mythril.config.json
+1 βˆ’2 requirements.txt
+43 βˆ’0 scripts/DeployCreate2Factory.s.sol
+24 βˆ’7 scripts/v1/deploy.s.sol
+54 βˆ’0 scripts/v2/DeployAddressUtilsExternal.s.sol
+153 βˆ’0 scripts/v2/DeployImplementationsV2.s.sol
+383 βˆ’0 scripts/v2/DeployProxiesV2.s.sol
+133 βˆ’0 scripts/v2/RotateKeysV2.s.sol
+29 βˆ’0 scripts/v2/Salts.sol
+123 βˆ’0 scripts/v2/SetupRemoteResourcesV2.s.sol
+0 βˆ’9 slither.config.json
+11 βˆ’15 src/MessageTransmitter.sol
+160 βˆ’0 src/examples/CCTPHookWrapper.sol
+57 βˆ’0 src/interfaces/v2/IMessageHandlerV2.sol
+29 βˆ’0 src/interfaces/v2/IMessageTransmitterV2.sol
+29 βˆ’0 src/interfaces/v2/IReceiverV2.sol
+44 βˆ’0 src/interfaces/v2/IRelayerV2.sol
+47 βˆ’0 src/interfaces/v2/ITokenMinterV2.sol
+42 βˆ’0 src/messages/v2/AddressUtils.sol
+42 βˆ’0 src/messages/v2/AddressUtilsExternal.sol
+158 βˆ’0 src/messages/v2/BurnMessageV2.sol
+177 βˆ’0 src/messages/v2/MessageV2.sol
+148 βˆ’0 src/proxy/AdminUpgradableProxy.sol
+200 βˆ’0 src/proxy/Initializable.sol
+60 βˆ’41 src/roles/Attestable.sol
+8 βˆ’0 src/roles/Pausable.sol
+9 βˆ’0 src/roles/Rescuable.sol
+9 βˆ’11 src/roles/TokenController.sol
+41 βˆ’0 src/roles/v2/AttestableV2.sol
+166 βˆ’0 src/roles/v2/Denylistable.sol
+99 βˆ’0 src/v2/BaseMessageTransmitter.sol
+358 βˆ’0 src/v2/BaseTokenMessenger.sol
+81 βˆ’0 src/v2/Create2Factory.sol
+27 βˆ’0 src/v2/FinalityThresholds.sol
+322 βˆ’0 src/v2/MessageTransmitterV2.sol
+431 βˆ’0 src/v2/TokenMessengerV2.sol
+84 βˆ’0 src/v2/TokenMinterV2.sol
+23 βˆ’21 test/MessageTransmitter.t.sol
+215 βˆ’15 test/TestUtils.sol
+31 βˆ’23 test/TokenMessenger.t.sol
+27 βˆ’20 test/TokenMinter.t.sol
+451 βˆ’0 test/examples/CCTPHookWrapper.t.sol
+1 βˆ’0 test/messages/BurnMessage.t.sol
+1 βˆ’0 test/messages/Message.t.sol
+39 βˆ’0 test/messages/v2/AddressUtils.t.sol
+41 βˆ’0 test/messages/v2/AddressUtilsExternal.t.sol
+109 βˆ’0 test/messages/v2/BurnMessageV2.t.sol
+105 βˆ’0 test/messages/v2/MessageV2.t.sol
+48 βˆ’0 test/mocks/MockInitializableImplementation.sol
+9 βˆ’13 test/mocks/MockReentrantCaller.sol
+31 βˆ’0 test/mocks/v2/MockDenylistable.sol
+35 βˆ’0 test/mocks/v2/MockHookTarget.sol
+37 βˆ’0 test/mocks/v2/MockMessageTransmitterV3.sol
+22 βˆ’0 test/mocks/v2/MockPayableProxyImplementation.sol
+45 βˆ’0 test/mocks/v2/MockProxyImplementation.sol
+42 βˆ’0 test/mocks/v2/MockReentrantCallerV2.sol
+31 βˆ’0 test/mocks/v2/MockTokenMessengerV3.sol
+1 βˆ’0 test/roles/Attestable.t.sol
+1 βˆ’0 test/roles/Ownable2Step.t.sol
+261 βˆ’0 test/roles/v2/Denylistable.t.sol
+52 βˆ’0 test/scripts/v2/DeployImplementationsV2.t.sol
+158 βˆ’0 test/scripts/v2/DeployProxiesV2.t.sol
+42 βˆ’0 test/scripts/v2/RotateKeysV2.t.sol
+313 βˆ’0 test/scripts/v2/ScriptV2TestUtils.sol
+45 βˆ’0 test/scripts/v2/SetupRemoteResourcesV2.t.sol
+332 βˆ’0 test/v2/AdminUpgradableProxy.t.sol
+358 βˆ’0 test/v2/BaseTokenMessenger.t.sol
+117 βˆ’0 test/v2/Create2Factory.t.sol
+169 βˆ’0 test/v2/Initializable.t.sol
+1,606 βˆ’0 test/v2/MessageTransmitterV2.t.sol
+2,904 βˆ’0 test/v2/TokenMessengerV2.t.sol
+360 βˆ’0 test/v2/TokenMessengerV2IT.t.sol
+330 βˆ’0 test/v2/TokenMinterV2.t.sol
Loading