File tree
18 files changed
+1370
-273
lines changed- .github/workflows
- lib
- script
- src
- axelar
- interfaces
- interfaces/external
- token
- wormhole
- test
- axelar
- mock
18 files changed
+1370
-273
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 | 30 |
| |
36 | 31 |
| |
37 |
| - | |
| 32 | + | |
38 | 33 |
| |
39 | 34 |
| |
40 | 35 |
| |
|
Submodule axelar-gmp-sdk-solidity updated 66 files
- .github/workflows/codecov.yaml+53
- .github/workflows/conventional-commits.yaml+4
- .github/workflows/lint.yaml+9-9
- .github/workflows/publish-bytecode.yaml+13-7
- .github/workflows/slither.yaml+32
- .github/workflows/slither.yml-27
- .github/workflows/test.yaml+10-10
- .solhint.json+7-1
- .solhintignore+1
- contracts/gas-estimation/InterchainGasEstimation.sol+252
- contracts/gateway/AxelarAmplifierGateway.sol+154
- contracts/gateway/AxelarAmplifierGatewayProxy.sol+17
- contracts/gateway/BaseAmplifierGateway.sol+247
- contracts/gateway/INTEGRATION.md+244
- contracts/gateway/README.md+5
- contracts/governance/AxelarServiceGovernance.sol+23-23
- contracts/governance/BaseWeightedMultisig.sol+294
- contracts/governance/InterchainMultisig.sol+162
- contracts/interfaces/IAxelarAmplifierAuth.sol+14
- contracts/interfaces/IAxelarAmplifierGateway.sol+56
- contracts/interfaces/IAxelarAmplifierGatewayAuth.sol+21
- contracts/interfaces/IAxelarGMPExecutableWithToken.sol+18-2
- contracts/interfaces/IAxelarGMPGateway.sol-35
- contracts/interfaces/IAxelarGasService.sol+41-5
- contracts/interfaces/IAxelarServiceGovernance.sol+7-2
- contracts/interfaces/IBaseAmplifierGateway.sol+93
- contracts/interfaces/IBaseWeightedMultisig.sol+61
- contracts/interfaces/IInterchainAddressTracker.sol-2
- contracts/interfaces/IInterchainGasEstimation.sol+45
- contracts/interfaces/IInterchainMultisig.sol+98
- contracts/libs/ECDSA.sol+67
- contracts/test/executable/GMPExecutableWithTokenTest.sol+27
- contracts/test/gas-estimation/TestInterchainGasEstimation.sol+18
- contracts/test/gateway/TestAxelarAmplifierGateway.sol+17
- contracts/test/gateway/TestBaseAmplifierGateway.sol+13
- contracts/test/gmp/ExecutableSample.sol-1
- contracts/test/governance/TestBaseWeightedMultisig.sol+38
- contracts/test/governance/TestInterchainMultisig.sol+18
- contracts/test/upgradable/InvalidUpgradableTest.sol+2
- contracts/test/upgradable/ProxyTest.sol-22
- contracts/test/upgradable/TestProxy.sol+6-2
- contracts/test/upgradable/TestUpgradable.sol+2-2
- contracts/test/utils/TestMulticall.sol+6-1
- contracts/types/AmplifierGatewayTypes.sol+27
- contracts/types/GasEstimationTypes.sol+35
- contracts/types/WeightedMultisigTypes.sol+36
- contracts/upgradable/Upgradable.sol+5-5
- hardhat.config.js+28-10
- package-lock.json+1.5k-1.6k
- package.json+8-8
- scripts/create2Deployer.js+4-6
- scripts/create3Deployer.js+4-6
- scripts/test-evm-versions.sh-21
- scripts/utils.js+69-1
- slither.config.json+2-2
- test/executable/GMPExecutable.js+1-1
- test/gas-estimation/InterchainGasEstimation.js+153
- test/gateway/AxelarAmplifierGateway.js+866
- test/governance/AxelarServiceGovernance.js+160-139
- test/governance/BaseWeightedMultisig.js+625
- test/governance/InterchainMultisig.js+306
- test/governance/Multisig.js+1-1
- test/upgradable/Proxy.js+76-56
- test/upgradable/Upgradable.js+169-70
- test/utils.js+9
- test/utils/Multicall.js+14-9
Submodule openzeppelin-contracts updated 730 files
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + |
This file was deleted.
0 commit comments