- Nov 27, 2023
-
-
Javier Viola authored
- Add `pjs-rs` support and mimic the [javascript](https://polkadot.js.org/apps/#/js) tab from polkadot.js apps/ - Allow to use an external file or just an string with the `js/ts` code, TODO: We should implement integration tests for this feature.
-
- Nov 26, 2023
-
-
Javier Viola authored
-
- Nov 24, 2023
-
-
Javier Viola authored
-
- Nov 14, 2023
-
-
Javier Viola authored
-
Javier Viola authored
-
Javier Viola authored
-
- Nov 12, 2023
-
-
Javier Viola authored
Changes to publish `0.1.0-alpha.0` version.
-
- Nov 09, 2023
-
-
Javier Viola authored
Fix parachain spec filename (local) to use when we spawn collators. Also, adding `Context` to spawner to improve error reporting. cc @pgherveou --------- Co-authored-by:
PG Herveou <pgherveou@gmail.com>
-
- Nov 08, 2023
-
-
Javier Viola authored
Adding `tracing` and replace all the `println`. We should add more info in a followup pr. Thx!
-
Javier Viola authored
Call `add_collator_selection` to customize `invulnerables` for both session and aura keys. cc @pgherveou
-
- Nov 07, 2023
-
-
PG Herveou authored
Following up on take 1 https://github.com/paritytech/zombienet-sdk/pull/124 Apart from better logs, I realize that one of the only thing missing now for us to start consuming this project is a top level package available (with it's dependencies) on crates.io. This PR serves mainly as a discussion point to get there. It would be great if we could publish an early version (0.0.1?) on crates.io so that we can start using this asap.
-
- Nov 06, 2023
-
-
Javier Viola authored
Register the parachains (that aren't included in the genesis) after we run the verifier and remove the need for using sleep. Thx!
-
- Oct 24, 2023
-
-
PG Herveou authored
just wanted to throw a quick implementation that exposes the OnclineClient on the node. This would make the sdk super useful to enable cross chain e2e tests in ink! --------- Co-authored-by:
Javier Viola <pepoviola@gmail.com>
-
- Oct 20, 2023
-
-
Loris Moulin authored
- Split native provider into multiple smaller files and each with their respective tests - Update ProviderNode.command() to ProviderNode.program() - Update ProviderNamespace.id() to ProviderNamespace.name()
-
- Oct 11, 2023
-
-
Loris Moulin authored
-
- Oct 06, 2023
-
-
Nikos Kontakis authored
-
Nikos Kontakis authored
-
Nikos Kontakis authored
-
Nikos Kontakis authored
-
Nikos Kontakis authored
-
Nikos Kontakis authored
-
Nikos Kontakis authored
-
Nikos Kontakis authored
-
Nikos Kontakis authored
-
Javier Viola authored
-
Nikos Kontakis authored
In order to ensure that backward compatibility with existing node Zombienet, this PR migrates (as a start) a [simple example of a test from Polkadot-SDK](https://github.com/paritytech/polkadot-sdk/blob/0a6dfdf973b8e7b669eda6e2ed202fb3549a20b9/polkadot/zombienet_tests/smoke/0001-parachains-smoke-test.toml), and fixes some bugs in order to make the test work;
-
Nikos Kontakis authored
-
Nikos Kontakis authored
-
Nikos Kontakis authored
-
Nikos Kontakis authored
-
Nikos Kontakis authored
-
Nikos Kontakis authored
-
Nikos Kontakis authored
-
Nikos Kontakis authored
-
Nikos Kontakis authored
-
- Oct 05, 2023
-
-
Nikos Kontakis authored
-
Nikos Kontakis authored
-
Nikos Kontakis authored
Fixes #106 --------- Co-authored-by:
Javier Viola <javier@parity.io>
-
Javier Viola authored
-
- Oct 03, 2023
-
-
Javier Viola authored
-