Skip to content

Commit

Permalink
Feature/evm (#111)
Browse files Browse the repository at this point in the history
* EVM Compatibility.

* EVM Compatibility.

* Parachain 0.9.13.

* EVM Compatibility.

* EVM Compatibility.

* EVM compatibility types.
  • Loading branch information
firke authored Dec 21, 2021
1 parent 59a212d commit 9b1e8dd
Show file tree
Hide file tree
Showing 15 changed files with 1,632 additions and 777 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ permissions:
contents: read

env:
TOOLCHAIN_BUILD: "nightly-2021-09-12"
TOOLCHAIN_BUILD: "nightly-2021-11-07"
TOOLCHAIN_OVERRIDE: false

# Controls when the action will run.
Expand All @@ -23,7 +23,7 @@ on:
inputs:
toolchain-build:
description: "Rust toolchain to use"
default: "nightly-2021-09-12"
default: "nightly-2021-11-07"
required: false
toolchain-override:
description: "Set installed toolchain as an override for the current directory"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fmt-checks-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permissions:
discussion: write

env:
TOOLCHAIN_BUILD: "nightly-2021-09-12"
TOOLCHAIN_BUILD: "nightly-2021-11-07"

# Controls when the action will run.
on:
Expand Down
Loading

0 comments on commit 9b1e8dd

Please sign in to comment.