• Mark Tyneway's avatar
    contracts-bedrock: use kwargs syntax for nonce versioning in tests · 47dbd11b
    Mark Tyneway authored
    Use the named function arguments syntax for encoding the
    nonce in the L1CrossDomainMessenger tests. This reduces
    the cognitive overhead of ensuring that the tests
    are correct. I had to spend the mental energy figuring out
    what the arguments were over and over again so i elimated
    the problem by moving to the kargs syntax.
    
    I believe that tests should require the least amount of
    mental overhead as possible to confirm their correctness.
    This is a single commit that reduces the mental overhead
    of ensuring our test suite is correct.
    47dbd11b
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...