Releases: Zokrates/ZoKrates
Releases · Zokrates/ZoKrates
0.5.2
The main features of this release are:
- WASM compatibility:
zokrates_core
now compiles to WASM. - Full boolean support: Missing features for booleans in previous releases are now implemented.
- zokrates.js: Javascript bindings for ZoKrates are available.
Also, various bugs were fixed, so upgrading to this version is recommended.
Thanks to @dark64, @fulldecent, @edisinovcic, @iRyanBell, @leonardoalt, @jolestar, and @Genysys for their contribution 🥇
0.5.1
0.5.0 - Structs, Arrays of Anything, and ABI
- New File endings for ZoKrates code
.zok
#476 - Multidimensional Arrays of anything #434
- Implement Structs and named imports from modules #448
- Added JSON-ABI to allow providing ZoKrates program inputs as JSON #480
- Cross module circuit optimizations #357
- Refactored Testing #474
- Tests for Operator Precedence #487
- Compiler Performance Improvements #467
Thanks @petscheit for the contributions!
Merge pull request #464 from Zokrates/rc/0.4.11
Release 0.4.11