1. 14 Jan, 2025 13 commits
  2. 13 Jan, 2025 10 commits
  3. 12 Jan, 2025 2 commits
  4. 11 Jan, 2025 13 commits
  5. 10 Jan, 2025 2 commits
    • santamasa's avatar
      docs: Fix incorrect file extension Update README.md (#13685) · 3a970424
      santamasa authored
      Fix incorrect file extension in rollup-node spec link
      3a970424
    • Maurelian's avatar
      Add deployImplementations to ForkLive flow (#13573) · e9e203ae
      Maurelian authored
      * Add deployImplementations to ForkLive flow
      
      * feat: remove legacy code
      
      * feat: Add comments
      
      * fix comment
      
      * feat: Compatibility with standalone Artifacts
      
      * feat: use etchLabelAndAllowCheatcodes
      
      * feat: more readable ForkLive
      
      * refactor deploy and forklive flow
      
      * fix checks
      
      * feat: Remove the _suffix arg from deployImpls
      
      * feat: Allow overwriting a saved deployment (logs a warning)
      
      * feat: update comment
      
      * feat: Save the impls we need to save
      
      * fix comment
      
      * feat: replace mustGetAddress(Impl) with EIP1967 helper
      
      * fix: impl retrieval in l1xDM
      
      * fix: impl retrieval in l1xDM
      
      * feat: restore import
      
      * lint
      
      * delete outdated comment
      e9e203ae