The contract state no longer needs to implement StateClone trait in order to work with the test infrastructure. The word StateClone in smart contract code snippets should be removed.
Remove the StateClone also from the Concordium Academy documentation.
Our old test infrastructure (which required StateClone trait) is deprecated in favor of using integration tests.
Task description
The contract state no longer needs to implement
StateClone
trait in order to work with the test infrastructure. The wordStateClone
in smart contract code snippets should be removed.Remove the
StateClone
also from the Concordium Academy documentation.Our old test infrastructure (which required
StateClone
trait) is deprecated in favor of using integration tests.StateClone
was removed in this PR: https://github.com/Concordium/concordium-rust-smart-contracts/pull/321/fileshttps://developer.concordium.software/en/mainnet/smart-contracts/tutorials/sft-minting/build-smart-contract.html