gagliardetto / solana-go

Go SDK library and RPC client for the Solana Blockchain
Apache License 2.0
943 stars 267 forks source link

fix: Add `ShortID` option for some WebSocket RPC which not support int63/uint64 ID #179

Closed GoudanWoo closed 1 month ago

GoudanWoo commented 8 months ago

avoid ID field overflow when use some WebSocket RPC.

image

image

gagliardetto commented 1 month ago

thank you!