• Mark Tyneway's avatar
    contracts-bedrock: cleanup `FeeVault` (#12338) · b460aa27
    Mark Tyneway authored
    * contracts-bedrock: cleanup `FeeVault`
    
    Updates the `FeeVault` to follow modern conventions used in the repo
    by moving to usage of interfaces rather than implementations. Also
    moves the `FeeVault` into the `L2` package as its only really useful
    on L2. This is meant to reduce the diff for the Stanard L2 Genesis
    by breaking up the refactor into its own small PR.
    
    * contracts: update semver-lock
    
    * semver-lock: fixup
    
    * cleanup: refactor
    
    * lint: fix
    
    * snapshots: regenerate
    
    * interface check: ignore fee vaults
    
    There is an issue with normalization of enums when they are return
    values
    b460aa27
Name
Last commit
Last update
..
errors Loading commit data...
rlp Loading commit data...
trie Loading commit data...
Arithmetic.sol Loading commit data...
Blueprint.sol Loading commit data...
Burn.sol Loading commit data...
Bytes.sol Loading commit data...
Constants.sol Loading commit data...
Encoding.sol Loading commit data...
GasPayingToken.sol Loading commit data...
Hashing.sol Loading commit data...
L1BlockErrors.sol Loading commit data...
LegacyCrossDomainUtils.sol Loading commit data...
PortalErrors.sol Loading commit data...
Predeploys.sol Loading commit data...
Preinstalls.sol Loading commit data...
SafeCall.sol Loading commit data...
StaticConfig.sol Loading commit data...
Storage.sol Loading commit data...
TransientContext.sol Loading commit data...
Types.sol Loading commit data...