-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ahash to 0.8.7 #2850
Update ahash to 0.8.7 #2850
Conversation
@moxw is attempting to deploy a commit to the coral-xyz Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, thanks for the PR but we don't have direct dependency to ahash
, the line you changed was added as a temporary fix until we can upgrade to solana-cli 1.18
, and will be removed afterwards.
Also, this change was never published as a release — are you using the git version?
@acheroncrypto I was installing using |
yes |
@zilayo try this i think avm install not adding the tag properly |
thanks that works. Also got |
This dependency has been removed in #2867. |
https://github.com/coral-xyz/anchor/blob/master/Cargo.lock#L66-L75 ahash 0.7.6 needs to be bumped/pinned to https://github.com/tkaitchuck/aHash/releases/tag/v0.7.8, |
Fresh installation of anchor was breaking, this should fix it.
Problem
Solution
tkaitchuck/aHash#200
tkaitchuck/aHash#183