Skip to content
  1. May 16, 2024
  2. May 14, 2024
  3. May 08, 2024
  4. May 06, 2024
  5. May 04, 2024
  6. Apr 30, 2024
  7. Apr 26, 2024
  8. Apr 19, 2024
  9. Apr 15, 2024
  10. Mar 29, 2024
  11. Mar 26, 2024
  12. Mar 21, 2024
  13. Mar 18, 2024
  14. Mar 16, 2024
  15. Mar 13, 2024
    • Loris Moulin's avatar
      Feat/available args (#184) · 1b124e59
      Loris Moulin authored
      Fix https://github.com/paritytech/zombienet-sdk/issues/169
      
      - Add logic to retrieve available args from node before spawning the
      full network using the output of the command with --help
      1b124e59
  16. Mar 08, 2024
  17. Mar 07, 2024
  18. Mar 05, 2024
  19. Mar 03, 2024
  20. Feb 26, 2024
  21. Feb 25, 2024
  22. Feb 23, 2024
  23. Feb 22, 2024
  24. Feb 21, 2024
  25. Feb 20, 2024
  26. Feb 15, 2024
    • Loris Moulin's avatar
      Feat/k8s provider (#130) · 3fd12880
      Loris Moulin authored
      
      
      This PR introduces the Kubernetes Provider for the SDK, with the use of
      kube.rs for common operation and a custom file server using axum to
      transfer files back and forth the nodes.
      
      https://github.com/paritytech/zombienet-sdk/issues/35
      
      This also includes the refacto of the native provider to reflect changes
      to the provider structure with weak references and simplifying the use
      of abstractions
      
      ---------
      
      Co-authored-by: default avatarJavier Viola <[email protected]>
      Co-authored-by: default avatarJavier Viola <[email protected]>
      Co-authored-by: default avatarJavier Viola <[email protected]>
      3fd12880