1. 10 Jan, 2025 11 commits
  2. 09 Jan, 2025 23 commits
  3. 08 Jan, 2025 4 commits
  4. 07 Jan, 2025 2 commits
    • Yann Hodique's avatar
      feat(kurtosis-devnet): ensure kurtosis engine is running (#13611) · 83fb599d
      Yann Hodique authored
      Unfortunately the logic for doing so is not present in the kurtosis
      SDK, so we have to shell out to the binary.
      
      Make sure the version we run is compatible with the client library we
      use to interact with the created enclaves.
      83fb599d
    • protolambda's avatar
      interop, op-supervisor, op-node: Managed Mode (#13406) · f65c549e
      protolambda authored
      * interop: dataflow refactor v2
      Co-authored-by: default avatarAxel Kingsley <axel.kingsley@gmail.com>
      
      * interop: many refactor-fixes, make action test pass
      
      * op-e2e: fix lint
      
      * op-service: RPC event-stream util, for subscription and polling flexibility
      
      * op-node: update interop managed-mode RPC events to use RPC stream util
      
      * op-supervisor: subscribe or poll for managed-node events
      
      * op-service: stream fallback util
      
      * op-node: fix interop managed L1 traversal
      
      * op-supervisor: enable action tests to pull events
      
      * op-e2e: fix interop action test
      
      * lint
      
      * fix unit test
      
      * Fixes from E2E tests
      - Reset Engine even when in Managed Mode
      - Use correct wrapped subscription
      - Export wrapped subscription type
      - Close Controllers on exit
      
      * Controller tests and fixes
      
      ---------
      Co-authored-by: default avatarAxel Kingsley <axel.kingsley@gmail.com>
      f65c549e