MystenLabs / sui

Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language
https://sui.io
Apache License 2.0
6.18k stars 11.19k forks source link

sui-test-validator: Add endpoint for `sui move build` #5755

Open 666lcz opened 2 years ago

666lcz commented 2 years ago

The TS e2e tests rely on invoking sui move build to build the Move modules, but this is quite slow. I'll experiment with adding this endpoint to the sui-test-validator to see if it improves the performance

xydas97 commented 1 year ago

Is this issue still open? cc @666lcz