Skip to content

Commit

Permalink
fix: CCIP-2815 gassnapshot conflict fixes for Offramp contract
Browse files Browse the repository at this point in the history
  • Loading branch information
defistar committed Sep 11, 2024
1 parent b95fae8 commit a784ca2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions contracts/gas-snapshots/ccip.gas-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,13 @@ OffRamp_manuallyExecute:test_manuallyExecute_Success() (gas: 224130)
OffRamp_manuallyExecute:test_manuallyExecute_WithGasOverride_Success() (gas: 224711)
OffRamp_manuallyExecute:test_manuallyExecute_WithMultiReportGasOverride_Success() (gas: 768287)
OffRamp_manuallyExecute:test_manuallyExecute_WithPartialMessages_Success() (gas: 343255)
OffRamp_releaseOrMintSingleToken:test__releaseOrMintSingleToken_NotACompatiblePool_Revert() (gas: 40194)
OffRamp_releaseOrMintSingleToken:test__releaseOrMintSingleToken_Success() (gas: 107223)
OffRamp_releaseOrMintSingleToken:test__releaseOrMintSingleToken_TokenHandlingError_transfer_Revert() (gas: 88434)
OffRamp_releaseOrMintSingleToken:test_releaseOrMintToken_InvalidDataLength_Revert() (gas: 39933)
OffRamp_releaseOrMintSingleToken:test_releaseOrMintToken_ReleaseOrMintBalanceMismatch_Revert() (gas: 97495)
OffRamp_releaseOrMintSingleToken:test_releaseOrMintToken_TokenHandlingError_BalanceOf_Revert() (gas: 42919)
OffRamp_releaseOrMintSingleToken:test_releaseOrMintToken_skip_ReleaseOrMintBalanceMismatch_if_pool_Revert() (gas: 89679)
OffRamp_releaseOrMintTokens:test_TokenHandlingError_Reverts() (gas: 166024)
OffRamp_releaseOrMintTokens:test__releaseOrMintTokens_PoolIsNotAPool_Reverts() (gas: 24628)
OffRamp_releaseOrMintTokens:test_releaseOrMintTokens_InvalidDataLengthReturnData_Revert() (gas: 66391)
Expand All @@ -741,8 +748,9 @@ OffRamp_verify:test_NotBlessedWrongChainSelector_Success() (gas: 178063)
OffRamp_verify:test_NotBlessed_Success() (gas: 140902)
OffRamp_verify:test_TooManyLeaves_Revert() (gas: 51510)
OnRampTokenPoolReentrancy:test_OnRampTokenPoolReentrancy_Success() (gas: 390910)
OnRamp_allowListConfigUpdates:test_applyAllowList_Revert() (gas: 66512)
OnRamp_allowListConfigUpdates:test_applyAllowList_Success() (gas: 323568)
OnRamp_applyAllowListUpdates:test_applyAllowListUpdates_InvalidAllowListRequestDisabledAllowListWithAdds() (gas: 17746)
OnRamp_applyAllowListUpdates:test_applyAllowListUpdates_Revert() (gas: 66535)
OnRamp_applyAllowListUpdates:test_applyAllowListUpdates_Success() (gas: 323600)
OnRamp_applyDestChainConfigUpdates:test_ApplyDestChainConfigUpdates_Success() (gas: 64546)
OnRamp_applyDestChainConfigUpdates:test_ApplyDestChainConfigUpdates_WithInvalidChainSelector_Revert() (gas: 13254)
OnRamp_constructor:test_Constructor_InvalidConfigChainSelectorEqZero_Revert() (gas: 94831)
Expand Down

0 comments on commit a784ca2

Please sign in to comment.