Skip to content

Commit

Permalink
anchor-client update (#758)
Browse files Browse the repository at this point in the history
* remove unused structopt

* cleanup anchor-lang dep

anchor-lang is re-exported through anchor-client.
and was unused in some projects.

* update anchor-lang 0.26 -> 0.27

RequestNamespace was removed
coral-xyz/anchor#2285

* update anchor-lang 0.27 -> 0.28

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.

* update anchor-lang 0.28 -> 0.29

no code changes required

---------

Co-authored-by: Matthew Plant <maplant@protonmail.com>
  • Loading branch information
michaeldjeffrey and maplant authored Apr 9, 2024
1 parent cbd5850 commit fc13b23
Show file tree
Hide file tree
Showing 7 changed files with 95 additions and 270 deletions.
Loading

0 comments on commit fc13b23

Please sign in to comment.