mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 16:23:12 +00:00
Misc
This commit is contained in:
parent
b737aeaf03
commit
94c9b1b09c
@ -2,7 +2,7 @@ mod curve_ops;
|
|||||||
mod ecrecover;
|
mod ecrecover;
|
||||||
mod exp;
|
mod exp;
|
||||||
mod rlp;
|
mod rlp;
|
||||||
mod type_0_txn;
|
mod transaction_parsing;
|
||||||
|
|
||||||
use std::str::FromStr;
|
use std::str::FromStr;
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@ use ethereum_types::U256;
|
|||||||
|
|
||||||
use crate::cpu::kernel::aggregator::KERNEL;
|
use crate::cpu::kernel::aggregator::KERNEL;
|
||||||
use crate::cpu::kernel::interpreter::Interpreter;
|
use crate::cpu::kernel::interpreter::Interpreter;
|
||||||
use crate::memory::segments::Segment;
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_decode_rlp_string_len_short() -> Result<()> {
|
fn test_decode_rlp_string_len_short() -> Result<()> {
|
||||||
|
|||||||
1
evm/src/cpu/kernel/tests/transaction_parsing/mod.rs
Normal file
1
evm/src/cpu/kernel/tests/transaction_parsing/mod.rs
Normal file
@ -0,0 +1 @@
|
|||||||
|
mod parse_type_0_txn;
|
||||||
@ -1,5 +1,3 @@
|
|||||||
use std::str::FromStr;
|
|
||||||
|
|
||||||
use anyhow::Result;
|
use anyhow::Result;
|
||||||
use ethereum_types::U256;
|
use ethereum_types::U256;
|
||||||
use hex_literal::hex;
|
use hex_literal::hex;
|
||||||
@ -7,7 +5,6 @@ use NormalizedTxnField::*;
|
|||||||
|
|
||||||
use crate::cpu::kernel::aggregator::KERNEL;
|
use crate::cpu::kernel::aggregator::KERNEL;
|
||||||
use crate::cpu::kernel::interpreter::Interpreter;
|
use crate::cpu::kernel::interpreter::Interpreter;
|
||||||
use crate::cpu::kernel::tests::rlp::set_rlp_memory;
|
|
||||||
use crate::cpu::kernel::txn_fields::NormalizedTxnField;
|
use crate::cpu::kernel::txn_fields::NormalizedTxnField;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
Loading…
x
Reference in New Issue
Block a user