You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if you fill (or partially fill) an order that was already filled or cancelled, the Exchange contract will re-evaluate the signature of the order. This ZEIP would remove the need to verify the signature of an already partially filled or cancelled order.
Motivation
An order that has already been partially filled or cancelled always implies that the order has been approved by the maker. Skipping signature verification would save at least 3000 gas with no additional downside.
Summary
Currently, if you fill (or partially fill) an order that was already filled or cancelled, the Exchange contract will re-evaluate the signature of the order. This ZEIP would remove the need to verify the signature of an already partially filled or cancelled order.
Motivation
An order that has already been partially filled or cancelled always implies that the order has been approved by the maker. Skipping signature verification would save at least 3000 gas with no additional downside.
Specification
The text was updated successfully, but these errors were encountered: