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

Authorizer: Rename hasPermissions function #138

Closed
wants to merge 7 commits into from

relayer: update tasks dependency

17d5cc5
Select commit
Loading
Failed to load commit list.
Closed

Authorizer: Rename hasPermissions function #138

relayer: update tasks dependency
17d5cc5
Select commit
Loading
Failed to load commit list.
CodeChecks / Gas Usage succeeded Dec 19, 2023 in 0s

New gas usage report!

Deployments

Gas Diff Diff % Block % - avg
AxelarBridger 4,898,630 - - 16.3 % -
BalancerV2BptSwapper 4,629,078 - - 15.4 % -
Collector 3,977,447 - - 13.3 % -
CollectorRelayerFunder 4,242,724 - - 14.1 % -
ConnextBridger 4,902,011 - - 16.3 % -
ConvexClaimer 4,164,062 - - 13.9 % -
ConvexExiter 4,117,586 - - 13.7 % -
ConvexJoiner 4,117,586 - - 13.7 % -
Curve2CrvExiter 4,552,102 - - 15.2 % -
Curve2CrvJoiner 4,552,102 - - 15.2 % -
Depositor 4,307,030 - - 14.4 % -
ERC4626Exiter 4,091,037 - - 13.6 % -
ERC4626Joiner 4,149,700 - - 13.8 % -
HandleOver 3,857,902 - - 12.9 % -
HopBridger 5,229,869 - - 17.4 % -
HopL2Swapper 4,804,517 - - 16 % -
OneInchV5RelayerFunder 4,893,708 - - 16.3 % -
OneInchV5Swapper 4,611,115 - - 15.4 % -
ParaswapV5Swapper 4,611,115 - - 15.4 % -
RelayerDepositor 4,020,987 - - 13.4 % -
UniswapV2Swapper 4,609,859 - - 15.4 % -
UniswapV3Swapper 4,680,485 - - 15.6 % -
Unwrapper 3,875,032 - - 12.9 % -
UnwrapperRelayerFunder 4,205,944 - - 14 % -
Withdrawer 4,002,928 - - 13.3 % -
WormholeBridger 4,867,253 - - 16.2 % -
Wrapper 3,873,086 - - 12.9 % -

Methods

Gas Diff Diff % Calls - avg
AxelarBridger
       call 134,653 - - 242 -
       initialize 207,817 - - 210 -
       pause 60,891 - - 5 -
       setBalanceConnectors 69,397 - - 105 -
       setConnector 45,075 - - 51 -
       setCustomDestinationChain 49,726 - - 80 -
       setCustomMaxFee 66,278 - - 24 -
       setCustomMaxSlippage 62,989 - - 36 -
       setCustomTokenThreshold 95,052 - - 17 -
       setCustomVolumeLimit 107,134 - - 28 -
       setDefaultDestinationChain 51,908 - - 134 -
       setDefaultMaxFee 66,988 - - 45 -
       setDefaultMaxSlippage 57,392 - - 110 -
       setDefaultTokenThreshold 92,177 - - 245 -
       setDefaultVolumeLimit 105,872 - - 28 -
       setGasLimits 88,648 - - 12 -
       setRecipient 43,816 - - 24 -
       setTimeLock 115,053 - - 44 -
       setTokensAcceptanceList 101,482 - - 55 -
       setTokensAcceptanceType 56,431 - - 38 -
       unpause 38,983 - - 2 -
Collector
       initialize 167,073 - - 37 -
       setTokensSource 42,222 - - 23 -
CollectorRelayerFunder
       initializeCollectorRelayerFunder 191,544 - - 24 -
ConnextBridger
       call 166,042 - - 38 -
ConvexClaimer
       initialize 167,624 - - 75 -
Curve2CrvExiter
       initialize 176,494 - - 224 -
       setCustomTokenOut 63,261 - - 24 -
       setDefaultTokenOut 59,660 - - 111 -
Depositor
       initialize 151,240 - - 54 -
ERC20
       approve 46,242 - - 10 -
       transfer 46,837 - - 11 -
ERC4626Joiner
       call 163,674 - - 15 -
HopBridger
       initialize 256,164 - - 89 -
       setMaxDeadline 44,581 - - 3 -
       setRelayer 43,402 - - 15 -
       setTokenHopEntrypoint 54,731 - - 31 -
HopL2Swapper
       initialize 177,292 - - 42 -
       setTokenAmm 55,810 - - 28 -
OneInchV5RelayerFunder
       call 217,810 - - 50 -
       initializeOneInchV5RelayerFunder 200,973 - - 27 -
RelayerDepositor
       initialize 166,682 - - 15 -
UniswapV2Swapper
       call 212,102 - - 20 -
UniswapV3Swapper
       call 218,031 - - 20 -
UnwrapperRelayerFunder
       initializeUnwrapperRelayerFunder 167,542 - - 23 -
WormholeBridger
       call 172,937 - - 79 -

Build Configuration

Option Settings
solc: version 0.8.17
solc: optimized true
solc: runs 1000
gas: block limit 30,000,000
gas: price -
gas: currency/eth rate -

Target commit: 17d5cc5

Base commit: de42f5a