Releases: Concordium/concordium-client
Releases · Concordium/concordium-client
concordium-client 4.1.0
Changelog
4.1.0
- Fix bug in contract schema parsing caused by endiannes confusion.
- Add support for smart contract schema V2.
- V2 schemas offer the same options as V1, but can also include a schema for the error type.
- This enables
concordium-client
to interact with contracts and schemas usingconcordium-std
version 4.
concordium-client 4.0.4
This is a minor release that brings support for updated contract schemas and new packaging for the Mac.
Changelog
4.0.4
- Add support for contract schemas containing the version.
- Add support for the contract schema types, ULeb128, ILeb128, ByteList and ByteArray.