Changelog
Fixes
- Fix
Invalid Account
error in SDK deployments - Fixes documentation errors in
Account
, andNetworkClient
,ProgramManager
, andWasm
documentation - Update SnarkVM Version to v1.5.0
Enhancements
- Adds the ability to specify templates to create in
create-leo-app
- Automatic minimum fee calculation, developers no longer need to specify minimum fees
- Pre-check of sufficient public balance for public fees prior to execution via the ProgramManager.
fromFields
/toFields
,fromBitsLe
/toBitsLe
,fromBytesLe
/toBytesLe
, andtoPlaintext
serialization methods on all supported Literal Types (Address
,Field
,Group
,Scalar
,Signature
) allowing hashes to match those hashes made in theLeo
environment.
Merged PRs
- [Feature] Expose bit, byte, and fields serialization methods for plaintext, ciphertext, records, and addresses by @alexpitsikoulis in #1010
- Create Leo App - specify template via command line by @christianwwwwwwww in #1011
- Bump openssl from 0.10.70 to 0.10.72 in /wasm by @dependabot in #1015
- Bump tokio from 1.43.0 to 1.44.2 in /wasm by @dependabot in #1016
- [Feature] Automatic fee calculation by @Roee-87 in #1007
- [Release Candidate] Update SDK version to v0.8.8 by @iamalwaysuncomfortable in #1017
- [Docs] Update SDK documentation by @iamalwaysuncomfortable in #1018
Full Changelog: v0.8.7...v0.8.8