chore: merge main

This commit is contained in:
TAMARA LIPOWSKI
2025-02-05 13:48:00 -05:00
12 changed files with 674 additions and 73 deletions

View File

@@ -1,7 +1,7 @@
use std::str::FromStr;
use num_bigint::BigUint;
use tycho_core::{models::Chain, Bytes};
use tycho_core::{dto::Chain, Bytes};
use crate::encoding::{
errors::EncodingError,
@@ -119,7 +119,7 @@ impl<S: StrategyEncoderRegistry> TychoEncoder<S> for EVMTychoEncoder<S> {
#[cfg(test)]
mod tests {
use tycho_core::{dto::ProtocolComponent, models::Chain};
use tycho_core::dto::{Chain, ProtocolComponent};
use super::*;
use crate::encoding::{