Releases: Biglup/cardano-c
Releases · Biglup/cardano-c
v1.1.2
- EMSCRIPTEN: Wasm file is now embedded in the cardano-c.js file.
v1.1.1
- Adjusted exports for Emscripten builds.
- Added a WASM release target.
v1.1.0
Changes:
- Added
cardano_json_writer_tto write JSON to a buffer. - Added
cardano_json_object_tto parse JSON from a strings. - Added new fuzzing targets for JSON parsing.
- Removed JSON-C dependency.
v1.0.0
First Official Release of Cardano C 🎉
Cardano C has officially reached version 1.0.0!
Key Features
This library comes packed with everything you need to interact with the Cardano blockchain, broadly:
- Address Parsing & Generation
- Ed25519 Cryptography
- Transaction Serialization & Deserialization
- Powerful Transaction Builder
- Full Conway era support, including registering DReps, voting on proposals, and submitting proposals.
This is a full-feature library designed to support every protocol feature of the Cardano blockchain up to the most recent era (Conway). If your transaction is valid, you can build it with Cardano C.
Read the latest documentation at https://cardano-c.readthedocs.io/en/latest/
What's Next?
We are going to be expanding the library with:
- More coin selection strategies.
- More blockchain data providers (I.E Maestro, Ogmios + Kupos).
- Native script execution cost budget computation (C implementation of the Plutus machine).
- More secure key handlers (Ledger, Trezor).
Stay tuned for these exciting updates, and thank you for joining us on this journey!
Happy coding,
The Cardano C Team