Skip to content

v0.14.0

Compare
Choose a tag to compare
@joncinque joncinque released this 11 Oct 21:49
· 7 commits to main since this release

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