• Mark Tyneway's avatar
    feat: fees v2 (#976) · a64f8161
    Mark Tyneway authored
    * l2 geth: new fee logic
    
    * l2 geth: migrate to fees package
    
    * core-utils: new fee scheme
    
    * chore: add changeset
    
    * l2geth: delete dead code
    
    * integration-tests: fix typo
    
    * integration-tests: fixes
    
    * fees: use fee scalar
    
    * lint: fix
    
    * rollup: correct gas payment comparison
    
    * fix(integration-tests): do not hardcode gas price
    
    * core-utils: update with new scheme
    
    * l2geth: refactor rollup oracle
    
    * l2geth: clean up DoEstimateGas
    
    * l2geth: implement latest scheme
    
    * tests: fix up
    
    * lint: fix
    
    * l2geth: better sycn service test
    
    * optimism: rename to TxGasLimit
    
    * fee: fix docstring
    
    * tests: fix
    
    * variables: rename
    
    * l2geth: prevent users from sending txs with too high of a fee
    
    * integration-tests: fix import
    
    * integration-tests: fix type
    
    * integration-tests: fix gas limits
    
    * lint: fix
    
    * l2geth: log error
    Co-authored-by: default avatarGeorgios Konstantopoulos <me@gakonst.com>
    a64f8161
Name
Last commit
Last update
..
contracts Loading commit data...
scripts Loading commit data...
sync-tests Loading commit data...
test Loading commit data...
.prettierrc.json Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
hardhat.config.ts Loading commit data...
mocha.opts Loading commit data...
package.json Loading commit data...
tsconfig.json Loading commit data...
tslint.json Loading commit data...