Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CAP-0046-02] Updated contract lifecycle CAP.
The main updates: - Change `InvokeHostFunctionOp` to use XDR for contract creation args, as it's getting quite complex and doesn't ever need to be called from the contracts. - Decouple WASM sources from the contract instances in order to deduplicate contracts that share their code. - Change the contract-from-contract creation to use the code reference instead of the actual code - Removed some outdated parts that don't allow well with the current implementation/vision
- Loading branch information