Results 5 issues of N

read the readme its weird

## Motivation When debugging eth integrations across platforms sometimes the only thing you can work with is the revert data, this can turn into searching thru forge inspect or manually...

C-cast

caused confusion you can try decoding this in solidity, or you can see that "4ef5ed7a01e37cb578f497329cdb3c273a50000000000000000000000000000000000000000000000000000000000002710" in the `encoded_order` field is the exclusive filler / bp override, which shouldnt exist on...

## Motivation https://github.com/alloy-rs/alloy/issues/1119 https://github.com/alloy-rs/alloy/issues/328 ## Solution Introduce a new type for each Multicall Type (`aggregate`, `try_aggregate`. `aggreagte3`) that holds an `R: AsRef` When a users creates a multicall for the...

Added memoization to some curve parameters to avoid string parsing more than once during runtime The tests in `crates/curves` also werent working so I enabled the needed feature in dev-deps