Skip to content

Commit

Permalink
upgrade to polkadot v1.8.0 (#361)
Browse files Browse the repository at this point in the history
* bump to crates.io

* fixes

* try to fix simd ahash

* bump nightly

* same toolchains as sdk. cargo update. no luck

* taplo fmt

* disable toolchain-pin and re-applysdk lockfile

* still no luck with nightly

* WIP before migrating to async api client

* node upgrades

* fix node build

* try async jsonrpsee

* more awaits

* use streams for async filter_map

* plenty of async fixes. WIP

* found a solution. WIP

* finally one first command compiles

* fixed cmd_vote

* added more fn

* moar fn

* moar fn

* all commands refactored

* toml cosmetics

* lift patches

* molularize commands

* cargo fix

* more cleanup of main. distribute helper fn to modules

* cargo fix

* fmt +nightly

* cleanup remaining warnings

* CI with nightly fmt

* fix CI

* fmt

* fix extra feature builds

* fix node impl got genesis

* fix broken faucet whitelist arg

* fix CI test validation for VerifiedLinked(_)

* fix reputation checks

* some toml cosmetics

* fix democracy list-proposals

* fix democracy.vote extrinsic
  • Loading branch information
brenzi authored Mar 6, 2024
1 parent 2ab9941 commit 50fed3b
Show file tree
Hide file tree
Showing 35 changed files with 5,872 additions and 5,573 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,21 @@ jobs:
os: [ ubuntu-latest ]
rust: [ stable ]
rust-target: [ x86_64-unknown-linux-gnu ]
check: [ fmt --all -- --check, clippy -p encointer-client-notee ]
check: [ +nightly fmt --all -- --check, clippy -p encointer-client-notee ]
env:
RUST_BACKTRACE: full
RUSTV: ${{ matrix.rust }}
TARGET: ${{ matrix.rust-target }}
steps:
- uses: actions/checkout@v3
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
components: rustfmt

- name: Checkout
uses: actions/checkout@v3

- name: Install protoc
run: sudo apt-get install protobuf-compiler
Expand Down
Loading

0 comments on commit 50fed3b

Please sign in to comment.