You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a problem with compilation cli and scripts for governance. solana-client depends on spl-token version '=3.2.0' but spl-governance requires spl-token:3.3.0.
So using solana-program-library solves the next issues:
resolve this dependency conflict
fixup used governance version
collect all necessary contracts and files (include spl-governance.so into one place)
We have a problem with compilation
cli
and scripts for governance.solana-client
depends onspl-token
version '=3.2.0' but spl-governance requiresspl-token:3.3.0
.So using
solana-program-library
solves the next issues:governance
versionspl-governance.so
into one place)┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: