Skip to content

Commit

Permalink
Merge pull request #1069 from powdr-labs/update-evm-test
Browse files Browse the repository at this point in the history
update evm test
  • Loading branch information
Leo authored Feb 19, 2024
2 parents c41f9f6 + 47fbf91 commit 40ff9db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions riscv/tests/riscv_data/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,4 @@ powdr-riscv-runtime = { path = "../../../../riscv-runtime" }
serde = { version = "1.0", default-features = false, features = ["alloc", "derive", "rc"] }
serde_cbor = { version = "0.11.2", default-features = false, features = ["alloc"] }

# TODO: remove when we update the cargo riscv nightly
ahash = { version = "=0.8.6", default-features = false }

[workspace]
3 changes: 1 addition & 2 deletions riscv/tests/riscv_data/evm/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
#![no_std]

use powdr_riscv_runtime::{coprocessors::get_data_serde, print};
use revm::{
db::{CacheDB, EmptyDB},
primitives::{
address, b256, ruint::Uint, AccountInfo, Address, Bytecode, Bytes, TransactTo, B256, U256,
},
EVM,
};
use powdr_riscv_runtime::{print, coprocessors::get_data_serde};

extern crate alloc;
use alloc::vec;
use alloc::vec::Vec;

#[no_mangle]
Expand Down

0 comments on commit 40ff9db

Please sign in to comment.