solana-bpf-program-template icon indicating copy to clipboard operation
solana-bpf-program-template copied to clipboard

Minimal Solana BPF program template

Results 6 solana-bpf-program-template issues
Sort by recently updated
recently updated
newest added

Normal decoding of the SlotHash sysvar will exceed the current BPF compute limit. This PR demonstrates how to manually decode the sysvar to avoid this issue

A _simple_ program that supports two instructions: * 0 - create a SPL Token account at a constant program-derived address * 1 - close the SPL Token account created by...

I cant compile but facing issue in test_validator_transaction

### Summary This PR introduces a complete overhaul of the CI workflow to make development faster, safer, and easier to maintain across Rust and Solana versions. ### What's new -...

### Summary This PR introduces a CI workflow that builds and tests the Solana BPF program automatically using GitHub Actions. ### Details - Adds `.github/workflows/build.yml` - Automates Rust and Solana...