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

Fix the order of data passed to the host. #320

Closed abizjak closed 1 year ago

abizjak commented 1 year ago

The node expects data before the signature.

https://github.com/Concordium/concordium-node/blob/main/concordium-consensus/src/Concordium/Scheduler.hs#L1454

Checklist