1. 11 Dec, 2024 9 commits
  2. 10 Dec, 2024 10 commits
  3. 09 Dec, 2024 4 commits
    • zhiqiangxu's avatar
      cannon: add `RegSP` constant (#13316) · a47441c8
      zhiqiangxu authored
      * add RegSP constant
      
      * address comments
      
      * fix natspec
      
      * update semver-lock
      a47441c8
    • Axel Kingsley's avatar
      supervisor: L1 Processor (#13206) · b6131611
      Axel Kingsley authored
      * supervisor: L1 Processor
      
      * comments ; test fixes
      
      * Make L1 source separate from RPC Addr
      
      * fix test
      
      * Add atomic bool for singleton processor routine
      b6131611
    • George Knee's avatar
      op-batcher: syncActions is aware of safe=unsafe edge case (#13292) · 53034d28
      George Knee authored
      * add additional test case for computeSyncActions
      
      * fixup test
      
      * check for unsafe = safe edge case & replace oldestUnsafeBlock with nextSafeBlock
      
      * add test case for no progress and safe=unsafe
      
      * refine log
      
      * rename variable
      
      * harmonize log ordering and labels
      
      * tighten up test behaviour for expectedLogs
      
      * add test case: no progress + unsafe=safe + blocks in state
      
      and fix behaviour so we don't try to fetch unsafe blocks if there aren't any, even when there are blocks in state
      
      * typo
      53034d28
    • Francis Li's avatar
      [conductor] Fix test race condition (#13314) · 2824b3b2
      Francis Li authored
      * Fix conductor test race condition
      
      * update
      
      * Address shell ci check
      
      * rerun CI for non-related issue
      2824b3b2
  4. 07 Dec, 2024 15 commits
  5. 06 Dec, 2024 2 commits