Releases: gagliardetto/solana-go
Releases · gagliardetto/solana-go
v1.1.0
What's Changed
- Bump up fatih/color to fix wasm error by @pikomonde in #34
New Contributors
- @pikomonde made their first contribution in #34
Full Changelog: v1.0.4...v1.1.0
v1.0.4
Full Changelog: v1.0.3...v1.0.4
v1.0.3
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
- @GCrispino made their first contribution in #16
- @archseer made their first contribution in #29
- @Lazar955 made their first contribution in #26
- @martelev made their first contribution in #27
Full Changelog: v1.0.2...v1.0.3
v1.0.2
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
- @terorie made their first contribution in #7
- @lebdron made their first contribution in #9
- @hexdigest made their first contribution in #12
Full Changelog: v1.0.1...v1.0.2
v1.0.1
- Add DurationSeconds
- JSON RPC performance improvements
- Use better zstd encoder/decoder pools
- Improve README
- Rename
GetAccountDataIn
toGetAccountDataInto
- Add
GetAccountDataBorshInto
- Add/update license/copyright headers inside files.
- Add changes notice
v0.5.1
- Improve README.
- Improve transaction serialization logic.
- Upgrade
github.com/gagliardetto/binary
tov0.4.4
. - Add
String()
method toUnixTimeSeconds
type. - Add example with SendAndConfirmTransaction.
v0.5.0
- Add
associated-token-account
program client. - Move
UnixTimeSeconds
to solana package. (AccountMetaSlice) GetAccounts()
: Skip nil accounts.- Add generic instruction with creator.
v0.4.5
RPC errors: include whole error contents (formatted with spew).
v0.4.4
- Add client for token program.
- Add SendAndConfirmTransaction.
- Improve formatting of parsed transactions.
v0.4.3
go.mod: remove (now) unnecessary replace
statements