Releases: gagliardetto/solana-go
Releases · gagliardetto/solana-go
v1.12.0
What's Changed
- fix: Add
ShortID
option for some WebSocket RPC which not support int63/uint64 ID by @GoudanWoo in #179 - Update README.md by @taobig in #195
- fix: check if the channel is closed before returning ws.result to prevent panic by @mhughdo in #198
- fix pointer dereference partially by @0xcary in #201
- Subscribe block by @blockchain-develop in #203
- Add stack height to inner instruction by @sebkaluzny in #227
- fix memory leak in ws client by @SC4RECOIN in #228
- add stake program by @conorpp in #235
- Memo program support by @PlamenHristov in #240
- Fix PublicKey's UnmarshalBSONValue method by @newmanifold in #242
- RPC: Add MinContextSlot to GetMultipleAccountsWithOpts by @bruce-riley in #245
- add version and add program id in TokenBalance type by @verzth in #253
- Add ctx to Recv by @boolangery in #259
- Method to get the marketAuthority(PDA) from the Market Initialization by @andmart in #247
New Contributors
- @taobig made their first contribution in #195
- @mhughdo made their first contribution in #198
- @0xcary made their first contribution in #201
- @blockchain-develop made their first contribution in #203
- @sebkaluzny made their first contribution in #227
- @SC4RECOIN made their first contribution in #228
- @PlamenHristov made their first contribution in #240
- @newmanifold made their first contribution in #242
- @bruce-riley made their first contribution in #245
- @verzth made their first contribution in #253
- @boolangery made their first contribution in #259
- @andmart made their first contribution in #247
Full Changelog: v1.11.0...v1.12.0
v1.11.0
What's Changed
- fix panic by @abcdsxg in #218
- Fix order of signatures in PartialSign function by @VincentDebug in #225
New Contributors
- @abcdsxg made their first contribution in #218
- @VincentDebug made their first contribution in #225
Full Changelog: v1.10.0...v1.11.0
v1.10.0
What's Changed
- Fix rentepoch overflow by @carlcarl in #178
- feat: Add
.Response()
and.Err()
method for all subscriber by @GoudanWoo in #177 - memory leak close stream by @mwei0210 in #185
- Added tpuQuic and pubsub in GetClusterNodesResult struct by @Gioppoo in #182
- add maxSupportedTransactionVersion to blockSubscribe by @D-Quentin in #181
New Contributors
- @carlcarl made their first contribution in #178
- @GoudanWoo made their first contribution in #177
- @mwei0210 made their first contribution in #185
- @Gioppoo made their first contribution in #182
- @D-Quentin made their first contribution in #181
Full Changelog: v1.9.3...v1.10.0
v1.9.3
Full Changelog: v1.9.2...v1.9.3
v1.9.2
Full Changelog: v1.9.0...v1.9.2
v1.9.1
What's Changed
- feat: add maxSupportedTransactionVersion to getParsedTransaction opt by @kelonye in #143
- Update README.md with proper sol airdrop qty by @dylanbrookes in #141
- docs: fix README code on decoding tx instruction by @GCrispino in #136
- Add
ComputeUnitsConsumed
toTransactionMeta
by @cloakd in #169
New Contributors
- @kelonye made their first contribution in #143
- @dylanbrookes made their first contribution in #141
- @cloakd made their first contribution in #169
Full Changelog: v1.8.4...v1.9.1
v1.9.0
What's Changed
- feat: add maxSupportedTransactionVersion to getParsedTransaction opt by @kelonye in #143
- Update README.md with proper sol airdrop qty by @dylanbrookes in #141
- docs: fix README code on decoding tx instruction by @GCrispino in #136
- Add
ComputeUnitsConsumed
toTransactionMeta
by @cloakd in #169
New Contributors
- @kelonye made their first contribution in #143
- @dylanbrookes made their first contribution in #141
- @cloakd made their first contribution in #169
Full Changelog: v1.8.4...v1.9.0
v1.8.4
Full Changelog: v1.8.3...v1.8.4
v1.8.3
What's Changed
- Change max index checking for address look up table in NewTransaction by @dragon0170 in #127
- Fix ws.ConnectWithOptions leaking goroutines by @pires in #124
- Add HandshakeTimeout ops by @datluongductuan in #122
- Exposed Batch requests for RPC client by @alexvec in #130
- feat: support ComputeBudgetProgram instructions by @imalic3 in #132
- add withdraw instruction for vote program by @conorpp in #133
- impl SimulateRawTransactionWithOpts by @ricebin in #135
- feat: add support for getRecentPrioritizationFees RPC method by @GCrispino in #140
New Contributors
- @dragon0170 made their first contribution in #127
- @pires made their first contribution in #124
- @datluongductuan made their first contribution in #122
- @alexvec made their first contribution in #130
- @conorpp made their first contribution in #133
Full Changelog: v1.8.2...v1.8.3
v1.8.2
Full Changelog: v1.8.1...v1.8.2