• 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
..
actor-tests Loading commit data...
balance-monitor Loading commit data...
chain-mon Loading commit data...
common-ts Loading commit data...
contracts Loading commit data...
contracts-bedrock Loading commit data...
contracts-periphery Loading commit data...
core-utils Loading commit data...
data-transport-layer Loading commit data...
fault-detector Loading commit data...
hardhat-deploy-config Loading commit data...
message-relayer Loading commit data...
migration-data Loading commit data...
replica-healthcheck Loading commit data...
sdk Loading commit data...
two-step-monitor Loading commit data...