Post
Share your knowledge.
how can we disable implicit dependencies of Deepbook?
how can we disable implicit dependencies of Deepbook that are added since v1.45 in Move.toml? https://github.com/MystenLabs/sui/releases/tag/testnet-v1.45.0
- Sui
Answers
6If the code is not referred to in your source code, the dependency will be dropped. Also, to clarify, the dependency is on deepbook V2, which is a system package (and is now deprecated) not Deepbook v3, the version that is currently in use. This is happening as a side effect of the new mechanism for automatically managing dependencies on system packages.
To disable implicit Deepbook dependencies in Sui v1.45+, don’t include Deepbook in [dependencies] in Move.toml.
To disable Deepbook's implicit dependencies added since Sui v1.45, set implicit-deps = false in your Move.toml under the [package] section.
Do you know the answer?
Please log in and share it.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
- How to Maximize Profit Holding SUI: Sui Staking vs Liquid Staking616
- Why does BCS require exact field order for deserialization when Move structs have named fields?65
- Multiple Source Verification Errors" in Sui Move Module Publications - Automated Error Resolution55
- Sui Move Error - Unable to process transaction No valid gas coins found for the transaction419
- Sui Transaction Failing: Objects Reserved for Another Transaction410