Skip to content

deps: bump github.com/gagliardetto/solana-go from 1.8.0 to 1.17.0#10

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

deps: bump github.com/gagliardetto/solana-go from 1.8.0 to 1.17.0#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/gagliardetto/solana-go-1.17.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps github.com/gagliardetto/solana-go from 1.8.0 to 1.17.0.

Release notes

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

v1.17.0

What's Changed

Performance

  • 16x faster base58 encoding/decoding — migrated to fd_base58 algorithm (ported from Firedancer) with hand-written ARM64/AMD64 assembly. PublicKey.String() drops from 937ns to 57ns. by @​sonicfromnewyoke in #379

Bug Fixes

  • Fix SOL/WSOL address mismatch — SolMint and WrappedSol were incorrectly pointing to the same address by @​sonicfromnewyoke in #378
  • Fix message version detection and add transaction validation (Sanitize, HasDuplicates, VerifyWithResults) to match Rust SDK by @​sonicfromnewyoke in #381
  • Fix WebSocket client goroutine/channel leaks, race conditions, and premature Close() returns — now passes -race flag by @​sonicfromnewyoke in #383
  • Actualize SimulateTransaction to match official Solana RPC spec — added InnerInstructions, MinContextSlot, ReturnData, and more by @​sonicfromnewyoke in #382

New Features

Maintenance

  • Replace deprecated Go patterns (ioutilio, interface{}any, sort.Sliceslices.SortFunc) by @​sonicfromnewyoke in #373
  • Actualize documentation — streamlined README from ~3,000 to ~865 lines, extracted 63 examples into testable functions by @​sonicfromnewyoke in #372

Issues Closed

#311, #327, #334, #270, #350

New Contributors

Full Changelog: solana-foundation/solana-go@v1.16.0...v1.17.0

v1.16.0

What's Changed

This release updates RPC methods to align with the current Solana RPC API. Deprecated method names have been removed:

Removed Use Instead
GetConfirmedBlock GetBlock
GetRecentBlockhash GetLatestBlockhash
GetConfirmedSignaturesForAddress2 GetSignaturesForAddressWithOpts
GetConfirmedTransaction GetTransaction
CommitmentMax CommitmentFinalized

If your code uses any of the removed methods, update to the new names listed above.

... (truncated)

Commits
  • 4370b70 Merge pull request #383 from sonicfromnewyoke/fix/ws-race-and-leak-fixes
  • 364496d Merge pull request #382 from sonicfromnewyoke/sonic/actualize-sim-txn
  • 88a5b52 Merge pull request #381 from sonicfromnewyoke/sonic/fix-message-bugs
  • 6be3404 fix: ws race and leak fixes
  • 48975d7 fix: actualize simulate transaction
  • 9ef2d24 fix: message bugs
  • 801a013 Merge pull request #379 from sonicfromnewyoke/sonic/fast-base58
  • 6a4dd23 Merge pull request #372 from sonicfromnewyoke/sonic/update-docs
  • 066b414 refactor: remove redundant tables in README
  • 25a0cee chore: actualize documentation
  • 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.8.0 to 1.17.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.8.0...v1.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 13, 2026

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 20, 2026

Superseded by #11.

@dependabot dependabot Bot closed this Apr 20, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/gagliardetto/solana-go-1.17.0 branch April 20, 2026 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants