github solana-foundation/solana-go v1.16.0

latest releases: v1.20.0, v1.19.0, v1.18.0...
one month ago

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.

Full Changelog: v1.15.0...v1.16.0

Don't miss a new solana-go release

NewReleases is sending notifications on new releases.