Releases: joncinque/solana-program-sdk-zig
Releases · joncinque/solana-program-sdk-zig
v0.15.0
What's Changed
- instruction: Fixup instruction data transmute by @joncinque in #5
- version: Bump to 0.14.2 for release by @joncinque in #6
- BREAKING: Use packed structs by @joncinque in #7
- Bump version to 0.15.0 by @joncinque in #8
Full Changelog: v0.14.1...v0.15.0
v0.14.1
What's Changed
- instruction: Add no-alloc helper for instruction data by @joncinque in #4
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's New
BREAKING
The Context
type now avoids allocations, which changes the API for loading accounts from the input pointer. See https://github.com/joncinque/solana-helloworld-zig and https://github.com/joncinque/solana-program-rosetta/blob/main/transfer-lamports/zig/main.zig for sample usage.
Full Changelog: v0.13.1...v0.14.0