• Mark Tyneway's avatar
    bedrock: make fee recipient be SequencerFeeVault (#3781) · 927b4321
    Mark Tyneway authored
    * bedrock: make fee recipient be SequencerFeeVault
    
    The fee recipient or `block.coinbase` is now set to a hardcoded
    value of the predeploy `SequencerFeeVault`. This reduces configuration
    that is consensus criticial.
    
    * op-chain-ops: correct config
    
    Fixes a bug in the fee tests
    
    * core-utils: remove dead config field from op-node config
    
    * contracts-bedrock: deployment files
    
    Existing tooling expects the name of the contract to equal
    the name of the deployment. The latest work that updated
    the deploy files added the `Impl` suffix to contract names.
    
    * sdk: improve erc20 deposit logs
    927b4321
Name
Last commit
Last update
..
src Loading commit data...
tasks Loading commit data...
test Loading commit data...
.depcheckrc Loading commit data...
.eslintrc.js Loading commit data...
.gitignore Loading commit data...
.lintstagedrc.yml Loading commit data...
.prettierrc.js Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
hardhat.config.ts Loading commit data...
package.json Loading commit data...
tsconfig.json Loading commit data...