thrumdev / blobs

Blobchains on Polkadot and Kusama
https://docs-site-pi.vercel.app
Apache License 2.0
64 stars 8 forks source link

xtask: remove node binary from path #234

Closed gabriele-0201 closed 9 months ago

gabriele-0201 commented 9 months ago

Zombienet requires the node binary to be in the path. Until now, it was sourced before calling 'zombienet.sh', which made things more complex in CI. Removing the need to source it before and instead doing it in the test script makes it easier to work with

Implementing this, I understood better how Duct works, and I had to also change how I was executing the shim. Solving #232 it is probable that the way commands are executed will change again

gabriele-0201 commented 9 months ago

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.