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

[CIS-3 NFT] Fix nonce event serialization #423

Closed lassemoldrup closed 3 months ago

lassemoldrup commented 4 months ago

Purpose

As per the CIS-3 specification, nonce events should be serialized with the nonce first, followed by the account. This is currently not the case.