cowprotocol/ethcontract-rs

Make `DynTransport` and dynamic dispatch opt-in

nlordell opened this issue · 1 comments

Right now the generated code always uses synamic dispatch and boxes the transport in a DynTransport. This should be an opt-in feature and default to being generic over the transport it uses.

See also related discussion in #601.