Skip to content

Releases: gagliardetto/solana-go

v1.0.3

05 Jan 20:07
Compare
Choose a tag to compare

What's Changed

  • Send raw transaction by @GCrispino in #16
  • fix: Handle client.newRequest returning nil request by @archseer in #29
  • Feature/is blockhash valid by @Lazar955 in #26
  • Implemented GetSupplyWithOpts method to be able to exclude non circulating accounts list from getSupply response. by @martelev in #27
  • Implement BPF Loader by @lebdron in #10

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

23 Oct 11:07
Compare
Choose a tag to compare

What's Changed

  • Add FindTokenMetadataAddress() by @terorie in #7
  • WebSocket Client: remove configuration from unsubscribe call, add missing SetWriteDeadline calls by @lebdron in #9
  • Fix getBlockProduction opts by @terorie in #11
  • Fixed GetTokenAccountsResult unmarshalling by @hexdigest in #12

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

10 Oct 18:56
Compare
Choose a tag to compare
  • Add DurationSeconds
  • JSON RPC performance improvements
  • Use better zstd encoder/decoder pools
  • Improve README
  • Rename GetAccountDataIn to GetAccountDataInto
  • Add GetAccountDataBorshInto
  • Add/update license/copyright headers inside files.
  • Add changes notice

v0.5.1

21 Sep 15:39
Compare
Choose a tag to compare
  • Improve README.
  • Improve transaction serialization logic.
  • Upgrade github.com/gagliardetto/binary to v0.4.4.
  • Add String() method to UnixTimeSeconds type.
  • Add example with SendAndConfirmTransaction.

v0.5.0

13 Sep 13:14
Compare
Choose a tag to compare
  • Add associated-token-account program client.
  • Move UnixTimeSeconds to solana package.
  • (AccountMetaSlice) GetAccounts() : Skip nil accounts.
  • Add generic instruction with creator.

v0.4.5

08 Sep 15:18
Compare
Choose a tag to compare

RPC errors: include whole error contents (formatted with spew).

v0.4.4

06 Sep 16:44
be93bc0
Compare
Choose a tag to compare
  • Add client for token program.
  • Add SendAndConfirmTransaction.
  • Improve formatting of parsed transactions.

v0.4.3

04 Sep 12:07
Compare
Choose a tag to compare

go.mod: remove (now) unnecessary replace statements

v0.4.2

01 Sep 14:21
Compare
Choose a tag to compare
  • Refactor key loading
  • Add key loading/parsing example

v0.4.1

01 Sep 10:59
Compare
Choose a tag to compare
  • Fix system program
  • Add SOL transfer example