Skip to content

Releases: joncinque/solana-program-sdk-zig

v0.16.3

02 Sep 11:42
60aced6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.2...v0.16.3

v0.16.2

17 Aug 20:22
e43b4a0

Choose a tag to compare

What's Changed

Full Changelog: v0.16.1...v0.16.2

v0.16.1

17 Aug 19:54
95404ad

Choose a tag to compare

What's Changed

  • Fix account.info(), turn Pubkey back into bytes by @joncinque in #12

Full Changelog: v0.16.0...v0.16.1

v0.16.0

26 Apr 20:36
43effd4

Choose a tag to compare

What's Changed

Full Changelog: v0.15.1...v0.16.0

v0.15.1

18 Nov 18:32
2771518

Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.15.1

v0.15.0

15 Nov 13:21
238804a

Choose a tag to compare

What's Changed

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

v0.14.1

02 Nov 00:41
87d40df

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

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

Choose a tag to compare

Bump to 0.13.1

v0.13.0

24 Aug 15:49

Choose a tag to compare

Support for Zig 0.13