1. 28 Sep, 2022 1 commit
  2. 14 Jun, 2022 1 commit
    • smartcontracts's avatar
      feat: introduce hardhat-deploy-config (#2755) · 27234f68
      smartcontracts authored
      * feat: introduce hardhat-deploy-config
      
      Creates a new package hardhat-deploy-config. We're using the same
      configuration system for all of our contracts package, so might as well
      turn it into a hardhat plugin to avoid duplicating code.
      
      * feat(ct): use hardhat-deploy-config
      
      * plugin: don't validate if spec not passed
      
      * contracts: update deps
      
      * contracts-bedrock: use deploy config plugin
      
      * contracts-bedrock: deploy instructions
      
      * contracts-bedrock: modularize deployment
      
      * contracts-bedrock: add deploy-config
      
      * contracts-bedrock: add in deploy config spec
      
      * lint: fix
      Co-authored-by: default avatarMark Tyneway <mark.tyneway@gmail.com>
      Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
      27234f68
  3. 10 Mar, 2022 1 commit
    • Kelvin Fichter's avatar
      feat(ct): overhaul deployment process · 4c486d70
      Kelvin Fichter authored
      Overhauls the contract deployment process to use a simpler typed
      deployment method. Removes the need for deployment bash scripts and
      makes review of deployment configurations much easier.
      4c486d70
  4. 29 Jan, 2022 1 commit
  5. 28 Jan, 2022 1 commit
  6. 24 Jan, 2022 1 commit
  7. 22 Jan, 2022 1 commit
    • Mark Tyneway's avatar
      contracts: add in berlin hardfork config · c201aeba
      Mark Tyneway authored
      The hardfork block will need to be determined
      and the genesis json file will need to be
      recreated. This will by default set the
      height to 0 so that the development
      networks start with berlin activated.
      c201aeba
  8. 11 Nov, 2021 15 commits