- Switched to using MODULARIZE=1 for the Emscripten build process. The library is now initialized via a factory function.
- EMSCRIPTEN: Wasm file is now embedded in the cardano-c.js file.
- Adjusted exports for Emscripten builds.
- Added a WASM release target.
- Added
cardano_json_writer_t
to write JSON to a buffer. - Added
cardano_json_object_t
to parse JSON from a strings. - Added new fuzzing targets for JSON parsing.
- Removed JSON-C dependency.
- First release of cardano-c
- Address Parsing & Generation
- Ed25519 Cryptography
- Transaction Serialization & Deserialization
- Powerful Transaction Builder
- Full Conway era support, including registering DReps, voting on proposals, and submitting proposals.