Skip to content

Releases: joncinque/solana-program-sdk-zig

v0.15.0

15 Nov 13:21
238804a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.1...v0.15.0

v0.14.1

02 Nov 00:41
87d40df
Compare
Choose a tag to compare

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

11 Oct 21:49
Compare
Choose a tag to compare

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

v0.13.1

24 Aug 16:11
Compare
Choose a tag to compare
Bump to 0.13.1

v0.13.0

24 Aug 15:49
Compare
Choose a tag to compare

Support for Zig 0.13

v0.12.0

07 Jul 15:31
Compare
Choose a tag to compare

First release using a build.zig.zon for proper integration with Zig 0.12. Contains new helpers