Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

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

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

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

Performance Improvements

  • migrate to curve25519-voi for ed25519 operations (20713fb)

Internal

  • refactor(base58): replace mr-tron/base58 with in-tree encoder

v1.19.0

1.19.0 (2026-04-23)

Features

  • is token mint classifier (4f72982)

Bug Fixes

  • enhance getUint64 function to handle string inputs (5309095)
  • keep websocket request IDs within JSON-safe range (8ed3105)

... (truncated)

Changelog

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

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)

Performance Improvements

  • migrate to curve25519-voi for ed25519 operations (20713fb)

1.19.0 (2026-04-23)

Features

  • is token mint classifier (4f72982)

Bug Fixes

  • enhance getUint64 function to handle string inputs (5309095)
  • keep websocket request IDs within JSON-safe range (8ed3105)
  • message: json version detection (1fd2201)
  • message: use gojson (8d211d5)
  • reject malformed ed25519 private keys in PrivateKeyFromBase58 (edcedcc)
  • rpc: match ParsedTransactionMeta to TransactionMeta (a0f95c2)

... (truncated)

Commits
  • b857519 chore(main): release 1.21.0 (#438)
  • e93ff5e feat(rpc): add NewWithCommitment / NewWithTimeout / NewWithTimeoutAndCommitme...
  • 950b110 feat(ws): support dataSlice in ProgramSubscribe (#434)
  • fb31fb1 feat(ws): support dataSlice in AccountSubscribe (#433)
  • 810f171 feat(ws): support enableReceivedNotification in SignatureSubscribe (#432)
  • 17984a5 feat(rpc): forward MinContextSlot in getProgramAccounts and getTokenAccounts ...
  • 6969f12 fix(ws): use spec "showRewards" key in blockSubscribe params (#430)
  • 89ef706 feat(wallet): derive PrivateKey/Wallet from BIP-39 mnemonic (#429)
  • 427de1a fix(ws): use uint64 for params.Subscription in incoming notifications (#427)
  • bf130a2 fix(ws): reject EncodingJSONParsed in BlockSubscribe (#426)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 9, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 9, 2026 15:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 9, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/gagliardetto/solana-go-1.21.0 branch from 39be7ea to 956d216 Compare June 9, 2026 16:42
Bumps [github.com/gagliardetto/solana-go](https://github.com/gagliardetto/solana-go) from 1.13.0 to 1.21.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.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/gagliardetto/solana-go-1.21.0 branch from 956d216 to 3f65dfc Compare June 11, 2026 00:44
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