Solana Receiver SDK

Hey guys,

Can on confirm that the pyth-solana-receiver-sdk = β€œ1.0.1” contains no breaking changes if we are using the 0.6.0 version now?

gm,

The reason for the versions 1.0.0 and 1.0.1of pyth-solana-receiver-sdk was to release an sdk compatible with solana-program 2.x.x. Since we went from solana-program 1.x.x to 2.x.xas our dependency, we chose to make it a major semver change. The internals and public API have not changed.

1 Like

So, then upgrading won’t cause any issue then, as the anchor version we using uses solana-program β€˜2.x.x’ ?

Yes that’s my understanding