Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language
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
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