refactor: Make group_swaps a util method

- In preparation for also using this for the executor encoder.
This also make test setup much easier for swap grouping - not having to init the encoder every time.
This commit is contained in:
TAMARA LIPOWSKI
2025-02-18 12:12:08 -05:00
parent 4f37cd392b
commit 962e460e34
3 changed files with 326 additions and 327 deletions

View File

@@ -1,3 +1,4 @@
pub mod strategy_encoder_registry;
mod strategy_encoders;
mod strategy_validators;
mod utils;