carp
carp copied to clipboard
Improve address matching
Currently, CML doesn't support Rust-friendly types so instead of using proper matching logic, we instead try parsing the address types one-by-one which isn't efficient. Once we add this feature to CML, we can update this codebase to use it