AcalaNetwork / chopsticks

Create parallel reality of your Substrate network.
Apache License 2.0
138 stars 84 forks source link

new package chopsticks-utils #534

Closed xlc closed 1 year ago

xlc commented 1 year ago

move all the code thats not related to vitest from testing to utils. I want to write some quick Chopsticks script (example) without importing vitest

ermalkaleci commented 1 year ago

it's just a file. why not move it to chopsticks?

xlc commented 1 year ago

we will have more things there in future

qiweiii commented 1 year ago

Do we only want test related utils in this package? is so we could name it testing-utils

xlc commented 1 year ago

For example, to implement this https://github.com/polkadot-fellows/runtimes/issues/83, we need the ability to launch new networks on the fly to dry run the xcm on dest chain. This will be something can be implemented here and not just for testing.