1. 21 Jan, 2025 1 commit
    • Yann Hodique's avatar
      chore: extract devnet-sdk package (#13864) · 2857bfd4
      Yann Hodique authored
      This will host the code that interacts with:
      - the definition of a devnet (including generation of kurtosis inputs)
      - an arbitrary devnet, regardless of whether it's kurtosis-backed or not
      
      On the other hand, kurtosis-devnet remains focused solely on the
      instantiation of a devnet on kurtosis.
      
      As such, kurtosis-devnet can depend on devnet-sdk, but not the other
      way around.
      2857bfd4
  2. 17 Jan, 2025 1 commit
    • Yann Hodique's avatar
      feat(kurtosis-devnet): subshells (#13759) · 003d648e
      Yann Hodique authored
      This is a convenience feature that allows a user to "enter" a devnet /
      chain and get a subshell with relevant data (in particular env
      variables).
      
      The goal is to try an minimize the amount of error-prone log-browsing
      and copy-pasting before being able to interact with the environment.
      003d648e