@solana/kit
v5.0.0 (2025-10-23)
Major Changes
- [
@solana/errors,@solana/rpc-types] #9740fed638Thanks @joncinque! -BorshIoErrorsfrom the RPC no longer contain anencodedDataproperty. This property used to hold the underlying error from the serialization library used on the server. This message was always subject to changes in the version of that library, or changes in the choice of library itself. New versions of the server no longer throw the underlying error, so for consistency it has been removed everywhere in Kit.