Releases: solana-program/address-lookup-table
Releases · solana-program/address-lookup-table
[email protected]
What's new
- Publish [email protected] by @github-actions[bot]
[email protected]
What's new
- Publish [email protected] by @github-actions[bot]
- Bump Codama JS renderer (#115) by @lorisleiva
- Bump @types/node from 24.6.2 to 24.7.0 in /clients/js (#110) by @dependabot[bot]
- Bump @types/node from 24.6.1 to 24.6.2 in /clients/js (#107) by @dependabot[bot]
- Bump typescript from 5.9.2 to 5.9.3 in /clients/js (#106) by @dependabot[bot]
- Bump @types/node from 24.6.0 to 24.6.1 in /clients/js (#104) by @dependabot[bot]
- Bump ava from 6.1.3 to 6.4.1 in /clients/js (#102) by @dependabot[bot]
- Bump @types/node from 24.5.2 to 24.6.0 in /clients/js (#101) by @dependabot[bot]
- Bump @solana/kit from 3.0.1 to 3.0.3 in /clients/js (#100) by @dependabot[bot]
- Bump @typescript-eslint/eslint-plugin from 7.16.1 to 7.18.0 in /clients/js (#91) by @dependabot[bot]
- Bump typedoc from 0.25.12 to 0.28.13 in /clients/js (#92) by @dependabot[bot]
- Bump rimraf from 5.0.5 to 6.0.1 in /clients/js (#93) by @dependabot[bot]
- Bump @typescript-eslint/parser from 7.16.1 to 7.18.0 in /clients/js (#90) by @dependabot[bot]
- Bump tsup from 8.2.3 to 8.5.0 in /clients/js (#87) by @dependabot[bot]
- Bump @types/node from 24.3.0 to 24.5.2 in /clients/js (#85) by @dependabot[bot]
- Bump @ava/typescript from 4.1.0 to 6.0.0 in /clients/js (#84) by @dependabot[bot]
- Bump prettier from 3.3.3 to 3.6.2 in /clients/js (#86) by @dependabot[bot]
- Bump typescript from 5.5.3 to 5.9.2 in /clients/js (#76) by @dependabot[bot]
[email protected]
This is a copy of [email protected], usable with fetch-core-bpf.sh in Agave
[email protected]
JS client v0.8.0
[email protected]
JS client v0.7.0
[email protected]
Solana Address Lookup Table program, first release of BPF version.
This program has been verifiably built using solana-verifiable-build.
You can verify this build by executing the following command:
$ solana-verify build \
--base-image ellipsislabs/solana@sha256:083ad44f3181d56dea0b628260f3ecf70744add259632234c377d1b6ee5d6a9d \
-- --features bpf-entrypoint
The bpf-entrypoint feature is specified in order to make the program's SBF entrypoint available on the compiled binary. The binary deployed to Solana will have this feature active.
$ solana-verify get-executable-hash target/deploy/solana_address_lookup_table_program.so
35a9a482e693027b6625be7497d493ead1bf30e46ae3db0108c67bdececd3c77
[email protected]
JS client v0.6.1
[email protected]
JS client v0.6.0
[email protected]
JS client v0.5.4
[email protected]
JS client v0.5.3