You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* skip unncessarily verifying erc1271 signature + remove stray dbg
* clippy
* add schema titles
* fix error reporting for erc1271 verification
* Add `serde_with` dependency and implement multicall configuration in contract read logic
- Updated `Cargo.toml` to include `serde_with` version 3.14.0.
- Enhanced `contract_read.rs` to support multicall configuration with detailed execution strategies.
- Introduced `MulticallConfig` enum for flexible multicall handling, including enabling/disabling and custom addresses.
- Refactored contract reading logic to utilize multicall by default, with fallback to direct calls on failure.
- Improved error handling and response mapping for multicall results.
/// Used to represent an EVM address. This is a string of length 42 with a `0x` prefix. Non-checksummed addresses are also supported, but will be converted to checksummed.
0 commit comments