issues
search
ameliatastic
/
seahorse-lang
Write Anchor-compatible Solana programs in Python
Apache License 2.0
327
stars
48
forks
source link
Update pyth-sdk-solana to 0.7.0 for compatibility with Anchor 0.26.0
#82
Closed
mcintyre94
closed
1 year ago
mcintyre94
commented
1 year ago
Seahorse actually uses whichever version of Anchor you have installed/active, so no need to explicitly bump it
But there was a dependency clash between pyth-sdk-solana 0.6.1 and Anchor 0.26.0 (on solana-program-library) causing a compile error on
seahorse build
Bumping to 0.7.0 works with both Anchor 0.25.0 and Anchor 0.26.0
Also tested with all examples on Anchor 0.26.0
Closes #80
ameliatastic
commented
1 year ago
nice!
seahorse build
Closes #80