Skip to content
Snippets Groups Projects
  1. Apr 16, 2025
  2. Apr 01, 2025
  3. Mar 28, 2025
  4. Mar 27, 2025
  5. Mar 18, 2025
  6. Mar 17, 2025
    • Javier Viola's avatar
      add logs with binaries path (#314) · 54bb7176
      Javier Viola authored
      Add log to show binaries path:
      
      
      example for cmd 
      ```
      2025-03-16T17:22:50.037467Z  INFO zombienet_orchestrator: 🔎  We will use the cmd: 'polkadot' at path /Users/user1/parity/polkadot-sdk/target/release/polkadot to spawn nodes.
      ```
      Example with cmd (absolute path)
      ```
      2025-03-16T17:22:50.037753Z  INFO zombienet_orchestrator: 🔎  We will use the full path /Users/user1/parity/polkadot-sdk/target/release/polkadot-parachain to spawn nodes.
      ```
      
      cc: @michalkucharczyk 
      
      fix #306
      54bb7176
  7. Mar 15, 2025
  8. Mar 14, 2025
  9. Mar 07, 2025
  10. Feb 28, 2025
  11. Feb 27, 2025
  12. Feb 24, 2025
  13. Feb 13, 2025
  14. Feb 03, 2025
  15. Feb 02, 2025
  16. Feb 01, 2025
  17. Jan 31, 2025
  18. Jan 30, 2025
  19. Jan 29, 2025
  20. Jan 06, 2025
  21. Dec 16, 2024
    • Dmitry Markin's avatar
      Upgrade dependencies (#285) · 536d0ea9
      Dmitry Markin authored
      Because `polkadot-sdk` depends on `zombienet-sdk`, outdated dependencies
      will slow its compilation.
      This PR align dependencies with `polkadot-sdk`
      536d0ea9
  22. Dec 14, 2024