Skip to content

Commit

Permalink
Fix inconsistent latest_block_hash (#25)
Browse files Browse the repository at this point in the history
* Fix inconsistent `latest_block_hash` (polkadot-evm#1424)

* Add `best_hash` method

* Update earliest tag matched value

* Fix CI tests

* Code clean

* Fix review comments

* Update comment

* Fix compile after solving conflicts

* Remove the broken changes

* Update trait bound

* Simplify trait bound

* FIX ci
  • Loading branch information
boundless-forest authored Sep 23, 2024
1 parent cb1c8a7 commit 1fb09fb
Show file tree
Hide file tree
Showing 21 changed files with 1,617 additions and 1,603 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-11-01
toolchain: nightly-2024-03-17
target: wasm32-unknown-unknown
override: true
components: rust-docs
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-11-01
toolchain: nightly-2024-03-17
target: wasm32-unknown-unknown
override: true
components: rust-src
- name: Install protoc
uses: arduino/setup-protoc@v3
with:
Expand All @@ -39,9 +40,10 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-11-01
toolchain: nightly-2024-03-17
target: wasm32-unknown-unknown
override: true
components: rust-src
- name: Install protoc
uses: arduino/setup-protoc@v3
with:
Expand Down Expand Up @@ -72,7 +74,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-11-01
toolchain: nightly-2024-03-17
target: wasm32-unknown-unknown
override: true
components: rustfmt, clippy
Expand Down
Loading

0 comments on commit 1fb09fb

Please sign in to comment.