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
58 stars 35 forks source link

Allow operators to sign a permit transfer action #372

Closed DOBEN closed 12 months ago

DOBEN commented 12 months ago

Purpose

To adhere to the CIS3 standard, we discussed and decided to allow operators to sign and execute a transfer permit operation as well. The logic/authentication is now equivalent to the normal transfer function.

Changes

Allow operators to sign/authorize a transfer permit operation.