1. 10 Aug, 2024 1 commit
    • Axel Kingsley's avatar
      op-supervisor: Include executing message info when storing logs. (#11369) · 773e476b
      Axel Kingsley authored
      * Rebase: op-supervisor: Include executing message info when storing logs.
      
      Takes from aj/parse-exec-msg and makes the following updates:
      - uses upstream ABI definitions for identifier hash
      - removes the core recording functionality for the moment
      - fixes up inconsistent typing and merge conflicts due to rearranged packages
      
      * Incorporate new ABI format
      
      * remove trailing newline in contract
      
      ---------
      Co-authored-by: default avatarAdrian Sutton <adrian@oplabs.co>
      773e476b
  2. 13 Jul, 2024 1 commit
    • Adrian Sutton's avatar
      op-supervisor: Wire in head tracking (#11139) · 98e1cf26
      Adrian Sutton authored
      * op-supervisor: Introduce head tracker
      
      * op-supervisor: Move log db to subpackage of db.
      
      * op-supervisor: Route all updates through a common db that can track heads
      
      * op-supervisor: Remove unused error.
      
      * op-supervisor: Remove operations - it fits into a later PR.
      
      * op-supervisor: Fix semgrep
      
      * op-supervisor: Move resuming databases into ChainsDB so it can later update the chain heads too.
      98e1cf26
  3. 11 Jul, 2024 1 commit
    • Adrian Sutton's avatar
      op-supervisor: Refactor types (#11132) · d5109103
      Adrian Sutton authored
      * op-supervisor: Move TruncatedHash and ExecutingMessage out of db package
      
      * op-supervisor: Introduce EntryIdx type
      
      Will make it clear when a value is a block number vs a db entry index when adding head tracking.
      d5109103
  4. 09 Jul, 2024 1 commit