Skip to content

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

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

chore(deps): bump github.com/gagliardetto/solana-go from 1.13.0 to 1.21.0#1035
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 19:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 9, 2026
@changeset-bot

changeset-bot Bot commented Jun 9, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 5269210

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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 c5f636a to 5269210 Compare June 10, 2026 04:24
@cl-sonarqube-production

Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

Looks like github.com/gagliardetto/solana-go is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 16, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/gagliardetto/solana-go-1.21.0 branch June 16, 2026 06:16
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