Skip to content

Commit

Permalink
Use the new Runner trait from pallet-evm (#162)
Browse files Browse the repository at this point in the history
* Switch to native runner

* Update substrate pin

* Fix new version compile

* Add back logs and gas used implementations and bump versions

* Fix compile and feature updates

* Update CI nightly version

* Use include_str for bytecode string

* Keep using stack runner for now

* Fix test specs

* Fix extraData mismatch in ts-tests

* Skip no gas_limit test

Fix them in a follow-up PR.
  • Loading branch information
sorpaas authored Oct 26, 2020
1 parent 7b836a2 commit 61ba776
Show file tree
Hide file tree
Showing 23 changed files with 1,185 additions and 936 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cargo +$WASM_BUILD_TOOLCHAIN --version
rustc +$WASM_BUILD_TOOLCHAIN --version
env:
WASM_BUILD_TOOLCHAIN: nightly-2020-05-14
WASM_BUILD_TOOLCHAIN: nightly-2020-08-29
- name: Build
run: cargo build --verbose --all
- name: Run tests
Expand Down
Loading

0 comments on commit 61ba776

Please sign in to comment.