concordium-base icon indicating copy to clipboard operation
concordium-base copied to clipboard

Document the cost of host function calls for V0 and V1 contracts

Open abizjak opened this issue 2 years ago • 0 comments

Task description

Write a document (e.g., README) describing the costs of smart contract host function calls in detail.

These costs are assigned in the implementation of the host functions https://github.com/Concordium/concordium-wasm-smart-contracts/blob/main/wasm-chain-integration/src/v1/mod.rs#L150 (and analogously for V0 contracts).

For accessibility it would be useful to have a separate document that can eventually be incorporated into developer documentation.

abizjak avatar Apr 26 '22 10:04 abizjak