fynd-core 0.107.1

Core solving logic for Fynd DEX router
Documentation
1
2
3
4
5
6
7
8
9
10
//! On-chain quote simulation and the ERC-20 state overrides it needs.

/// Shared quote/simulation comparison helpers with no RPC dependency.
pub(crate) mod deviation;
/// Decoding of the revert a simulated router call produces.
mod revert;
/// Simulation of encoded Tycho router quotes.
pub mod simulator;
/// Trace-guided discovery of the storage slots a token keys its balances and allowances on.
pub mod token_layout;