Skip to content

Commit

Permalink
Update subxt to 0.30.1 with new subxt-signer crate (#1236)
Browse files Browse the repository at this point in the history
* Fix up remaining errors

* subxt 0.30.1

* Commented out code

* Stable toolchain

* fn account_id

* revert build-image README
  • Loading branch information
ascjones authored Jul 26, 2023
1 parent 2cae832 commit 9f37ee7
Show file tree
Hide file tree
Showing 9 changed files with 913 additions and 91 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
# Pinned to 1.69 for building contracts because of https://github.com/paritytech/cargo-contract/issues/1139
toolchain: 1.69
toolchain: stable
default: true
target: wasm32-unknown-unknown
components: rust-src
Expand Down Expand Up @@ -181,8 +180,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
# Pinned to 1.69 for building contracts because of https://github.com/paritytech/cargo-contract/issues/1139
toolchain: 1.69
toolchain: stable
default: true
target: wasm32-unknown-unknown
components: rust-src
Expand Down
Loading

0 comments on commit 9f37ee7

Please sign in to comment.