Skip to content

build(deps): bump github.com/gagliardetto/solana-go from 1.13.0 to 1.22.0#804

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/gagliardetto/solana-go-1.22.0
Open

build(deps): bump github.com/gagliardetto/solana-go from 1.13.0 to 1.22.0#804
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/gagliardetto/solana-go-1.22.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/gagliardetto/solana-go from 1.13.0 to 1.22.0.

Release notes

Sourced from github.com/gagliardetto/solana-go's releases.

v1.22.0

1.22.0 (2026-06-30)

Features

  • add nonce account support (#456) (336881c)
  • add sysvars (#457) (f777896)
  • address-lookup-table: one-call resolve for message lookups (closes #262) (#445) (34beab1)
  • rpc: add getTransactionsForAddress client method (closes #343) (#450) (9e538c8)
  • rpc: forward minContextSlot in 4 remaining JSON-RPC endpoints (#448) (c176402)
  • rpc: forward MinContextSlot in getBalance/getLatestBlockhash/getSlot/getTokenAccountBalance (#442) (b8e70e8)
  • zk: add ElGamal & AES key derivation (#413) (9fcbf0c)

Bug Fixes

  • message: surface typed ErrAddressTablesNotSet from AccountMetaList (closes #280) (#441) (a87922d)
  • rpc: default simulateTransaction Accounts.Encoding to base64 (closes #446) (#447) (2697614)
  • token,token-2022: Build() sets Impl to *T, matching DecodeInstruction (closes #222) (#440) (38c57db)
  • token,token-2022: per-instruction ProgramID override (closes #254) (#439) (f489aac)
  • ws: surface subscription request errors to Recv (closes #175) (#449) (725147a)

v1.21.0

1.21.0 (2026-05-25)

Features

  • rpc: add NewWithCommitment / NewWithTimeout / NewWithTimeoutAndCommitment (#436) (e93ff5e), closes #414
  • rpc: forward MinContextSlot in getProgramAccounts and getTokenAccounts (#431) (17984a5)
  • rpc: support EncodingJSON in GetTransaction (#420) (b906b70)
  • wallet: derive PrivateKey/Wallet from BIP-39 mnemonic (#429) (89ef706)
  • ws: support dataSlice in AccountSubscribe (#433) (fb31fb1)
  • ws: support dataSlice in ProgramSubscribe (#434) (950b110)
  • ws: support enableReceivedNotification in SignatureSubscribe (#432) (810f171)

Bug Fixes

  • rpc: support EncodingJSON in GetBlockWithOpts (#419) (eee363a)
  • ws: reject EncodingJSONParsed in BlockSubscribe (#426) (bf130a2)
  • ws: use spec "showRewards" key in blockSubscribe params (#430) (6969f12)
  • ws: use uint64 for params.Subscription in incoming notifications (#427) (427de1a)

v1.20.0

1.20.0 (2026-05-08)

Features

... (truncated)

Changelog

Sourced from github.com/gagliardetto/solana-go's changelog.

1.22.0 (2026-06-30)

Features

  • add nonce account support (#456) (336881c)
  • add sysvars (#457) (f777896)
  • address-lookup-table: one-call resolve for message lookups (closes #262) (#445) (34beab1)
  • rpc: add getTransactionsForAddress client method (closes #343) (#450) (9e538c8)
  • rpc: forward minContextSlot in 4 remaining JSON-RPC endpoints (#448) (c176402)
  • rpc: forward MinContextSlot in getBalance/getLatestBlockhash/getSlot/getTokenAccountBalance (#442) (b8e70e8)
  • zk: add ElGamal & AES key derivation (#413) (9fcbf0c)

Bug Fixes

  • message: surface typed ErrAddressTablesNotSet from AccountMetaList (closes #280) (#441) (a87922d)
  • rpc: default simulateTransaction Accounts.Encoding to base64 (closes #446) (#447) (2697614)
  • token,token-2022: Build() sets Impl to *T, matching DecodeInstruction (closes #222) (#440) (38c57db)
  • token,token-2022: per-instruction ProgramID override (closes #254) (#439) (f489aac)
  • ws: surface subscription request errors to Recv (closes #175) (#449) (725147a)

1.21.0 (2026-05-25)

Features

  • rpc: add NewWithCommitment / NewWithTimeout / NewWithTimeoutAndCommitment (#436) (e93ff5e), closes #414
  • rpc: forward MinContextSlot in getProgramAccounts and getTokenAccounts (#431) (17984a5)
  • rpc: support EncodingJSON in GetTransaction (#420) (b906b70)
  • wallet: derive PrivateKey/Wallet from BIP-39 mnemonic (#429) (89ef706)
  • ws: support dataSlice in AccountSubscribe (#433) (fb31fb1)
  • ws: support dataSlice in ProgramSubscribe (#434) (950b110)
  • ws: support enableReceivedNotification in SignatureSubscribe (#432) (810f171)

Bug Fixes

  • rpc: support EncodingJSON in GetBlockWithOpts (#419) (eee363a)
  • ws: reject EncodingJSONParsed in BlockSubscribe (#426) (bf130a2)
  • ws: use spec "showRewards" key in blockSubscribe params (#430) (6969f12)
  • ws: use uint64 for params.Subscription in incoming notifications (#427) (427de1a)

1.20.0 (2026-05-08)

Features

  • jsonrpc: add CustomHeader http.Header for multi-value headers (20b37ba)

... (truncated)

Commits
  • cd51d95 chore(main): release 1.22.0 (#451)
  • c176402 feat(rpc): forward minContextSlot in 4 remaining JSON-RPC endpoints (#448)
  • f777896 feat: add sysvars (#457)
  • 336881c feat: add nonce account support (#456)
  • 9e538c8 feat(rpc): add getTransactionsForAddress client method (closes #343) (#450)
  • 725147a fix(ws): surface subscription request errors to Recv (closes #175) (#449)
  • 2697614 fix(rpc): default simulateTransaction Accounts.Encoding to base64 (closes #44...
  • 34beab1 feat(address-lookup-table): one-call resolve for message lookups (closes #262...
  • d70c71f test(keys): pin size-mismatch rejection in PrivateKeyFromBase58 (#444)
  • 3590404 test(rpc): pin minContextSlot forwarding in GetMultipleAccountsWithOpts (#443)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/gagliardetto/solana-go](https://github.com/gagliardetto/solana-go) from 1.13.0 to 1.22.0.
- [Release notes](https://github.com/gagliardetto/solana-go/releases)
- [Changelog](https://github.com/solana-foundation/solana-go/blob/main/CHANGELOG.md)
- [Commits](solana-foundation/solana-go@v1.13.0...v1.22.0)

---
updated-dependencies:
- dependency-name: github.com/gagliardetto/solana-go
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 30, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 30, 2026 15:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants