Skip to content

Commit

Permalink
chore: lint and update gas snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
RayXpub committed Sep 30, 2024
1 parent 5fbc875 commit 0e80023
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions contracts/gas-snapshots/shared.gas-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ CallWithExactGas__callWithExactGasSafeReturnData:test_NoContractReverts() (gas:
CallWithExactGas__callWithExactGasSafeReturnData:test_NoGasForCallExactCheckReverts() (gas: 16139)
CallWithExactGas__callWithExactGasSafeReturnData:test_NotEnoughGasForCallReverts() (gas: 16569)
CallWithExactGas__callWithExactGasSafeReturnData:test_callWithExactGasSafeReturnData_ThrowOOGError_Revert() (gas: 36708)
EnumerableBytesSetTest_Add:test_add_AlreadyExistingValue() (gas: 78092)
EnumerableBytesSetTest_Add:test_add_MultipleUniqueValues() (gas: 128315)
EnumerableBytesSetTest_Add:test_add_SingleValue() (gas: 78017)
EnumerableBytesSet_Remove:test_remove_MultipleExistingValues() (gas: 9186)
EnumerableBytesSet_Remove:test_remove_SingleExistingValue() (gas: 28176)
EnumerableBytesSet_Remove:test_remove_SingleNonExistingValue() (gas: 22406)
EnumerableMapAddresses_at:testAtSuccess() (gas: 95086)
EnumerableMapAddresses_at:testBytes32AtSuccess() (gas: 94877)
EnumerableMapAddresses_at:testBytesAtSuccess() (gas: 96564)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
/* solhint-disable-next-line chainlink-solidity/prefix-internal-functions-with-underscore */
/* solhint-disable chainlink-solidity/prefix-internal-functions-with-underscore */
pragma solidity ^0.8.0;

/// Library for managing sets of bytes. Reuses OpenZeppelin's EnumerableSet library logic but for bytes.
Expand Down

0 comments on commit 0e80023

Please sign in to comment.