gnosis / dex-services

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

Enforce requirements on interpolation input more explicitly #1497

Closed e00E closed 4 years ago

e00E commented 4 years ago

Instead of relying on the assert we use a wrapper struct which implements TryFrom. This prevents accidental panics if the assertion fails by making it more clear when the requirements on points are checked and turning them into an Error.

Test Plan

New unit tests.