1. 07 Jan, 2025 6 commits
  2. 06 Jan, 2025 6 commits
  3. 04 Jan, 2025 4 commits
  4. 03 Jan, 2025 10 commits
  5. 02 Jan, 2025 3 commits
  6. 30 Dec, 2024 1 commit
  7. 24 Dec, 2024 5 commits
  8. 23 Dec, 2024 5 commits
    • Maurelian's avatar
      bcb6ef90
    • Tyler Smith's avatar
      feat,interop: add db syncing between nodes (#13357) · 590fc814
      Tyler Smith authored
      * feature: Allow adding arbitrary HTTP handlers to RPC HTTP Server.
      
      * feature: Add sync package to handle streaming db files between nodes.
      
      * tweak: Add DB sync server handler to op-supervisor server.
      
      * feature: Use db sync if it's configured and there's no existing db.
      
      * tweak: Use retry lib, which also adds max retries.
      
      * rename: SyncRPC -> SyncEndpoint.
      
      * tweak: Make the initial chain set part of the Server constructor.
      
      * cleanup: Remove unused functions.
      
      * rename: client -> syncClient to avoid package collision.
      
      * fix: Load DepSet and use for sync server.
      
      * tweak: Use client.BasicHTTPClient for sync client.
      
      * fix: Don't double concat the path.
      
      * tests,fix: Set sync resume to true.
      
      * tweak: Add error context.
      
      * tweak: Make http body close lint-friendly.
      
      * tweak: Change retry policy to backoff from 1s to 30s, up to 10 minutes.
      
      * tests,fix: Use require.ErrorIs to handle wrapped error.
      590fc814
    • Yann Hodique's avatar
      feat(kurtosis-devnet): extract information from op-deployer artifact (#13492) · 2a903ea4
      Yann Hodique authored
      This is in service of outputting useful information at the end of the
      deployment.
      
      Here we get back some useful wallets and addresses for downstream
      consumption.
      2a903ea4
    • Yann Hodique's avatar
      feat(kurtosis-devnet): use inspect as a data source (#13493) · 4c162a26
      Yann Hodique authored
      This enables us to retrieve information about artifacts and services,
      for downstream consumption.
      4c162a26
    • Huberto's avatar
      Fix typos (#13433) · f38d8291
      Huberto authored
      * Update README.md
      
      * Update README.md
      
      * op-supervisor: fix typo in README.md
      
      ---------
      Co-authored-by: default avatarprotolambda <proto@protolambda.com>
      f38d8291