Skip to content

v1.23.0

Compare
Choose a tag to compare
@yihau yihau released this 13 Dec 20:25
· 61 commits to main since this release
9928d96

Rpc

  • GetTransaction supports version, returnData and computeUnitsConsumed
  • GetBlock supports version, returnData and computeUnitsConsumed
  • Add getVoteAccounts

Misc

  • V0 transaction supports multiple address lookup tables
  • Handle error and add flexible config (Thanks @ffc0)

Fix

  • Remove omitempty from DataSlice fields (Thanks @omarkilani )