Skip to content

Commit

Permalink
more removals of unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
makramkd committed Oct 22, 2024
1 parent bf14a77 commit 6f52065
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 2,023 deletions.
1 change: 0 additions & 1 deletion contracts/gas-snapshots/ccip.gas-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@ MultiOCR3Base_transmit:test_UnconfiguredPlugin_Revert() (gas: 39933)
MultiOCR3Base_transmit:test_ZeroSignatures_Revert() (gas: 33049)
MultiOnRampTokenPoolReentrancy:test_OnRampTokenPoolReentrancy_Success() (gas: 233732)
MultiRampsE2E:test_E2E_3MessagesMMultiOffRampSuccess_gas() (gas: 1518567)
MultiRampsE2E:test_E2E_3MessagesMMultiOffRampSuccess_gas() (gas: 1518567)
NonceManager_NonceIncrementation:test_getIncrementedOutboundNonce_Success() (gas: 37934)
NonceManager_NonceIncrementation:test_incrementInboundNonce_Skip() (gas: 23706)
NonceManager_NonceIncrementation:test_incrementInboundNonce_Success() (gas: 38778)
Expand Down
1 change: 0 additions & 1 deletion contracts/scripts/native_solc_compile_all_ccip
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ compileContract ccip/test/helpers/BurnMintERC677Helper.sol
compileContract ccip/test/helpers/CommitStoreHelper.sol
compileContract ccip/test/helpers/MessageHasher.sol
compileContract ccip/test/helpers/CCIPReaderTester.sol
compileContract ccip/test/helpers/USDCReaderTester.sol
compileContract ccip/test/helpers/ReportCodec.sol
compileContract ccip/test/helpers/receivers/MaybeRevertMessageReceiver.sol
compileContract ccip/test/helpers/MultiOCR3Helper.sol
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ contract HybridLockReleaseUSDCTokenPool is USDCTokenPool, USDCBridgeMigrator {
s_lockedTokensByChainSelector[remoteChainSelector] -= amount;

i_token.safeTransfer(msg.sender, amount);

emit ILiquidityContainer.LiquidityRemoved(msg.sender, amount);
}

Expand Down
305 changes: 0 additions & 305 deletions contracts/src/v0.8/ccip/test/e2e/MultiRampsEnd2End.sol

This file was deleted.

62 changes: 0 additions & 62 deletions contracts/src/v0.8/ccip/test/helpers/USDCReaderTester.sol

This file was deleted.

Loading

0 comments on commit 6f52065

Please sign in to comment.