• Mark Tyneway's avatar
    contracts-bedrock: ResourceMetering more readable · 396532da
    Mark Tyneway authored
    Makes the arithmetic in the `ResourceMetering` contract
    more readable by using explicit argument syntax when calling
    the `Arithmetic` library functions. This syntax is not used
    throughout the rest of the codebase, although it should be.
    It was determined that it would be too large of a change
    to use this syntax throughout the codebase now, but it is
    something that we want to do in the future. This adds the
    syntax to a few key places in `ResourceMetering` which makes
    it much easier to read and will therefore increase auditability
    and reviewability of this code.
    396532da
Name
Last commit
Last update
..
L1CrossDomainMessenger.sol Loading commit data...
L1ERC721Bridge.sol Loading commit data...
L1StandardBridge.sol Loading commit data...
L2OutputOracle.sol Loading commit data...
OptimismPortal.sol Loading commit data...
ResourceMetering.sol Loading commit data...
SystemConfig.sol Loading commit data...