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

Implement ordered maps for smart contracts #405

Closed limemloh closed 6 months ago

limemloh commented 7 months ago

Purpose

Closing #403

Changes

Checklist

limemloh commented 7 months ago

I have asked for a review again. Currently, the only remaining task for this PR is to have the CI run the internal wasm unit-tests, but this is blocked until a new version of cargo-concordium is released.

abizjak commented 7 months ago

I have asked for a review again. Currently, the only remaining task for this PR is to have the CI run the internal wasm unit-tests, but this is blocked until a new version of cargo-concordium is released.

You can just build a binary now before it is released and download it. We don't want to be building cargo-concordium every time anyhow.