feat: Upgrade tycho dependencies (#289)

Don't use tycho_execution from tycho_simulation

#time 8m
This commit is contained in:
dianacarvalho1
2025-09-30 14:33:01 +01:00
committed by GitHub
parent 8de285a2ee
commit 243cf14c3e
5 changed files with 291 additions and 2131 deletions

View File

@@ -21,6 +21,7 @@ use num_traits::{Signed, ToPrimitive, Zero};
use postgres::{Client, Error, NoTls};
use tokio::runtime::Runtime;
use tracing::{debug, error, info, warn};
use tycho_execution::encoding::evm::utils::bytes_to_address;
use tycho_simulation::{
evm::{decoder::TychoStreamDecoder, protocol::u256_num::bytes_to_u256},
protocol::models::{DecoderContext, Update},
@@ -33,7 +34,6 @@ use tycho_simulation::{
models::token::Token,
Bytes,
},
tycho_execution::encoding::evm::utils::bytes_to_address,
};
use crate::{