paritytech / zombienet-sdk

ZombieNet SDK
https://paritytech.github.io/zombienet-sdk/zombienet_sdk/
GNU General Public License v3.0
28 stars 8 forks source link

feat: enhance public api #209

Closed evilrobot-01 closed 2 months ago

evilrobot-01 commented 2 months ago

Firstly, thank you for an amazing library! The original zombienet is a Polkadot staple and now being able to use it completely from Rust is a game changer for us: as you may be aware, we have integrated zombienet-sdk with pop-cli.

In doing so, we needed to add a few getters to the public api to be able to present certain information to the user, as well we expose a little more of the inner errors. This PR simply upstreams these changes.

It also includes two additional fixes, which may be better implemented based on your guidance:

I am happy to add tests if you are open to these changes. 🙂

pepoviola commented 2 months ago

Hi @evilrobot-01, thanks for your feedback, the fixes and for using zombienet-sdk 🙌 . Changes in the api looks good to me, I will merge those and publish a new version.

Thanks!!