Concordium / concordium-contracts-common

Common functionality used by smart contracts and the host environment on the Concordium blockchain.
Mozilla Public License 2.0
10 stars 10 forks source link

Change new_unchecked as constant in EntrypointName #76

Closed DOBEN closed 1 year ago

DOBEN commented 1 year ago

Purpose

Marking new_unchecked as constant in EntrypointName.

This change is needed for the supportsPermit MR: https://github.com/Concordium/concordium-rust-smart-contracts/pull/234