- Remove encode_full_calldata from the TychoEncoder trait - Make the TychoExecutorEncoder use encode_solutions instead of encode_full_calldata - Update tycho-encode.rs accordingly Took 1 hour 3 minutes Took 12 seconds
Encoding example
This guide enables you to:
- Create a Solution object
- Encode the solution to interact with the Ethereum blockchain
How to run
cargo run --release --example encoding-example