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