Releases: Lightprotocol/surfpool
Releases · Lightprotocol/surfpool
v1.0.1-light
Pre-release with Light Protocol CLI compatibility fixes.
Changes
- Add
--bpf-program ADDRESS PATHCLI flag for loading BPF programs at startup - Add
--account-dir DIRECTORYand--account ADDRESS FILENAMECLI flags for loading accounts in solana-test-validator JSON format - Expose
add_program/add_program_from_fileAPI through SurfnetSvm so programs are registered in LiteSVM's execution cache and invocable by transactions - Fix snapshot loading to use
add_programfor executable BPF accounts instead ofset_account - Fix
parent_slotincorrectly set to own slot instead ofslot - 1 - Fix
block_timedouble-divided by 1000
Built from branch jorrit/feat-light-cli-compat.