Krešimir Klas
Krešimir Klas
## Description This upstreams `sui-client-gen` from https://github.com/kunalabs-io/sui-client-gen to the `sui` CLI as a new subcommand `sui client-gen`. A new crate has been created (`sui-client-gen`) that exposes the `run_client_gen` method which...
## Description This PR fixes multiple issues caused by bytecode dependencies not being included in `CompiledPackage`: - multiple functionalities failing due to topo sort in `Modules` panicking on missing dependencies...
## Description This PR implements and enables on-chain package hooks which makes it possible to build against on-chain dependencies specified in the manifest. The hooks are implemented as follows: -...