Skip to content
  1. May 14, 2024
  2. May 08, 2024
  3. May 06, 2024
  4. May 04, 2024
  5. Apr 30, 2024
  6. Apr 26, 2024
  7. Apr 19, 2024
  8. Apr 15, 2024
  9. Mar 29, 2024
  10. Mar 26, 2024
  11. Mar 21, 2024
  12. Mar 18, 2024
  13. Mar 16, 2024
  14. 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
  15. Mar 08, 2024
  16. Mar 07, 2024
  17. Mar 05, 2024
  18. Mar 03, 2024
  19. Feb 26, 2024
  20. Feb 25, 2024
  21. Feb 23, 2024
  22. Feb 22, 2024
  23. Feb 21, 2024
  24. Feb 20, 2024
  25. 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
  26. Feb 13, 2024
    • ordian's avatar
      Some issues spotted (#145) · 465a12f4
      ordian authored
      
      
      This PR lists some issues and suggested fixes for them (feel free to
      pick them up separately and close this PR):
      
      In addition to issues outlined in
      https://github.com/paritytech/zombienet-sdk/issues/117#issuecomment-1867941395,
      here are some issues spotted when writing
      https://github.com/paritytech/disabling-e2e-tests:
      - runtime genesis patch is applied incorrectly (extra `/genesis` pointer
      shouldn't be added)
      - malus accepts
      [subcommands](https://github.com/paritytech/polkadot-sdk/blob/4c0e0e071355c1048d75fba538c96c35ac743547/polkadot/zombienet_tests/functional/0008-dispute-old-finalized.toml#L25),
      having a command with spaces not supported, so I added a subcommand
      support
      - some types need to be exported in order to be able to reuse
      setup/helper functions across multiple tests
      - test cleanup doesn't always work (zombie polkadot processes - not
      fixed here)
      
      ---------
      
      Co-authored-by: default avatarJavier Viola <[email protected]>
      465a12f4