1. 26 Jul, 2022 1 commit
    • Mark Tyneway's avatar
      contracts: update docs · 0fb9310e
      Mark Tyneway authored
      Due to a new version of the openzeppelin contracts,
      the docs need to be regenerated. Each time that the
      contracts are built, these files are generated.
      Merging this commit will make dev on alternative things
      less noisy.
      0fb9310e
  2. 25 Jul, 2022 11 commits
  3. 24 Jul, 2022 2 commits
  4. 23 Jul, 2022 1 commit
  5. 21 Jul, 2022 7 commits
  6. 20 Jul, 2022 1 commit
  7. 19 Jul, 2022 14 commits
  8. 18 Jul, 2022 3 commits
    • norswap's avatar
      spec: derivation spec rework (#2855) · b7087214
      norswap authored
      * batch derivation spec draft
      
      * add diagrams, fix recovery-from-reorg wording
      
      * update spec to cover channel ID timestamp
      
      * specs: update batch derivation diagrams
      
      * simplified overview draft + greatly expand glossary
      
      * section on batch submission an encoding
      
      * stages explanation
      
      * edit resetting part of the spec
      
      * rework pipeline description (& more)
      
      * incorporate review feedback
      
      * recover lost change
      
      * rework payload attributes derivation section
      
      * specs: toc fix
      
      * specs: misc lint fixes
      
      * specs/meta: toc fix
      Co-authored-by: default avatarprotolambda <proto@protolambda.com>
      Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
      b7087214
    • Joshua Gutow's avatar
      Op-Node: Fix divergence due to bad reset logic (#3044) · aa707a47
      Joshua Gutow authored
      * Op-Node: Restore sync package
      
      * Op-Node: Fix reset/reorg logic
      
      This now uses the old sync package b/c the pipeline reset logic was
      not actually working.
      
      * OP Node: Add time invariant check to reset step
      
      * Don't skip L1 Origin in reset step
      
      * sync: Rollback to block with sequence number 0
      Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
      aa707a47
    • Maurelian's avatar
      getL2Output reverts if not found (#2979) · 7e6eb9b2
      Maurelian authored
      * feat(bedrock): getL2Output reverts if not found
      
      feat(bedrock): Handle error on empty output in Portal
      
      feat(ctb): use isOutputFinalized in finalizeWithdrawalTx
      
      * ctb: Remove extraneous abi encoding
      
      Revert "feat(ctb): use isOutputFinalized in finalizeWithdrawalTx"
      
      This reverts commit 4d4e89d4f624b8cbd95c1ad2800027bfe561c213.
      
      ctb: getL2Output returns the next output for a block
      
      ctb: Fix error message style
      7e6eb9b2