• Mark Tyneway's avatar
    contracts-bedrock: cleanup expect emits · cb1011ea
    Mark Tyneway authored
    Modern foundry added the ability to `vm.expectEmit(address)`. This is an
    alias for `vm.expectEmit(bool,bool,bool,bool,address)` where each of the
    booleans are true. It is important to include the address of the
    contract this is expecting to emit the event. If all of the bools are
    going to be true, might as well use the short hand to simplify the
    source code as well as the bytecode.
    cb1011ea
Name
Last commit
Last update
..
chain-mon Loading commit data...
common-ts Loading commit data...
contracts-bedrock Loading commit data...
contracts-ts Loading commit data...
core-utils Loading commit data...
fee-estimation Loading commit data...
sdk Loading commit data...
web3js-plugin Loading commit data...