• Karl Floersch's avatar
    feat: deployment config for fee oracle contract (#936) · 8e2bfd07
    Karl Floersch authored
    * feat[contracts]: add GasPriceOracle w/o predeploy
    
    Based on #912
    
    * feat[contracts]: congestion price oracle
    
    * chore: add changeset
    
    * contracts: gas price oracle (#917)
    
    * contracts: gas price oracle
    
    * tests: update
    
    * fees: fix tests
    
    * contracts: simplify gas price oracle
    
    * lint: fix
    
    * test: execution price is at the 1st storage slot
    
    * chore: rename predeploy to GasPriceOracle
    
    * chore: rename gas price oracle test name
    Co-authored-by: default avatarMark Tyneway <mark.tyneway@gmail.com>
    Co-authored-by: default avatarGeorgios Konstantopoulos <me@gakonst.com>
    
    * Add an L2 deploy script for gas oracle contract
    
    * Add a kovan deployment artifact
    
    * Add deployment to readme
    
    * Add extra validation & initial execution price
    
    * Update README.md
    
    * Fix execution price logic
    
    * Perform new deployment with final contract
    
    * contracts: better require in ovm gas price oracle
    
    * Deploy L2GasPriceOracle
    
    * Update contract to use new fee logic & rename to gas
    
    * Deploy updated contract
    
    * Fix lint
    
    * gas price oracle: do not restrict gas price
    
    * gas price oracle: new deployment
    
    * tests: delete dead test
    Co-authored-by: default avatarsmartcontracts <kelvinfichter@gmail.com>
    Co-authored-by: default avatarMark Tyneway <mark.tyneway@gmail.com>
    Co-authored-by: default avatarGeorgios Konstantopoulos <me@gakonst.com>
    8e2bfd07
Name
Last commit
Last update
..
bin Loading commit data...
contracts Loading commit data...
deploy Loading commit data...
deploy-l2 Loading commit data...
deployments Loading commit data...
scripts Loading commit data...
src Loading commit data...
tasks Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.prettierrc.json Loading commit data...
.solcover.js Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
codechecks.yml Loading commit data...
hardhat.config.ts Loading commit data...
package.json Loading commit data...
slither.config.json Loading commit data...
tsconfig.build.json Loading commit data...
tsconfig.json Loading commit data...
tslint.json Loading commit data...