Question

We have created a smart contract which contains dependencies from other contracts which fully compiles and all of our logic passes our tests (we never call the dependency during tests)... now, we'd like to deploy to testnet/mainnet, and so we use sui client publish, however this then will try to compile our dependencies. this leads to a very large amount of unbound module alias errors when it tries to compile the dependencies... is there any way to circumvent this? I've tried the flags --with-unpublished-dependencies and --skip-dependency-verification

Discussion

Noted Areas of Improvement