Concordium / concordium-rust-smart-contracts

Libraries and tools for writing and testing smart contracts on Concordium
https://docs.rs/concordium-std/latest/concordium_std/
Mozilla Public License 2.0
57 stars 36 forks source link

Remove redundant `serializationHelper` functions #424

Open DOBEN opened 4 months ago

DOBEN commented 4 months ago

Task description

Smart contract developers do not need to know the serializationHelperParameter (CIS3 standard) in their dApps anymore after the merge of: https://github.com/Concordium/concordium-dapp-examples/pull/83. To reduce the size of the smart contract code (smaller wasm modules save on deployment and executing costs), the not needed serializationHelper function should be removed.

Sub-tasks