gnosis / dex-services

Off-chain services for the Gnosis Protocol v1.
33 stars 9 forks source link

Refactor minimum gas price logic into it's own module #1543

Closed e00E closed 4 years ago

e00E commented 4 years ago

This nicely makes the core gas price logic pure and easily testable while also simplifying the logic in the big select statement in retry.

Test Plan

Moved the min increase test into the new module and see how much nicer the test is.