Skip to content
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

anchor-client update #758

Merged
merged 6 commits into from
Apr 9, 2024
Merged

anchor-client update #758

merged 6 commits into from
Apr 9, 2024

Conversation

michaeldjeffrey
Copy link
Contributor

I was messing with deps last week, and the 0.28 anchor-client dep in boost_manager threw a wrench at me. And I ended up with anchor-client 0.29.

anchor-lang is re-exported through anchor-client.
and was unused in some projects.
We don't use async feature in achor-lang, which means we get the blocking version of RequestBuilder. It needs a handle to the runtime to block with.

also ran `cargo update -p helium-anchor-gen` to get generated types to implement updated traits.
no code changes required
@maplant maplant merged commit fc13b23 into main Apr 9, 2024
1 check passed
@maplant maplant deleted the mj/dep-update branch April 9, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants