1. 16 Jan, 2025 5 commits
  2. 15 Jan, 2025 13 commits
  3. 14 Jan, 2025 20 commits
  4. 13 Jan, 2025 2 commits
    • Adrian Sutton's avatar
      op-program: Update the host config to support multiple L2s (#13719) · dd902048
      Adrian Sutton authored
      * op-program: Introduce L2Sources to combine info for multiple L2s.
      
      * op-program: Update the host config to support multiple L2s
      
      The CLI flags still only support a single L2.
      
      * op-program: Update interop bootstrap to load multiple chain configs
      dd902048
    • Adrian Sutton's avatar
      op-program: Introduce RetryingL2Sources and use it to make prefetcher somewhat... · e89248ad
      Adrian Sutton authored
      op-program: Introduce RetryingL2Sources and use it to make prefetcher somewhat multi-L2 capable (#13718)
      
      * op-program: Introduce L2Sources to combine info for multiple L2s.
      
      * op-program: Plumb L2Sources in
      
      * op-e2e: Use actual chain ID, not hte test place holder.
      
      * op-program: Use correct chain ID for rexec and prevent duplicate RPC urls for same chain
      
      * op-program: Fix test to use chain ID that is actually configured in the test
      e89248ad