Lawrence Forman 0bcd47b394 Add OrderValidator and WalletOrderValidator signature strategies to Exchange (#1774)
* In `@0x/contracts-exchange`: Add `SignatureType.OrderValidator` support to contracts and refactor signature validation functions.

* In `@0x/types`: Add `SignatureType.OrderValidator` and `RevertReason.InappropriateSignature`.

* In `@0x/contracts-exchange`: Fix contracts and update tests for `SignatureType.OrderValidator`.

* Ran prettier/linter

* Update changelogs

* In `@0x/order-utils`: Add `SignatureOrderValidatorError` to `ExchangeRevertErrors`.

* In `@0x/contracts-exchange`: Add `SignatureOrderValidatorError` rich revert. Fix rebase issues. Rename `IValidator.isValidOrder` to `IValidator.isValidOrderSignature`.

* In `@0x/contracts-exchange`: Add revert test cases for `OrderValidator` signature type.

* In `@0x/order-utils`: Update changelog.

* In `@0x/contracts-exchange`: Split off `SignatureType.OrderValidator` scheme into its own interface and registry.

* In `@0x/types`: Add `SignatureType.WalletOrderValidator`.

* In `@0x/order-utils`: Add `SignatureWalletOrderValidatorError`.

* In `@0x/contracts-exchange`: Add `SignatureType.WalletOrderValidator` support.

* Ran prettier

* In `@0x/types`: Remove `RevertReason.WalletOrderValidator`.

* Update/fix changelogs in `@0x/contracts-exchange`, `@0x/order-utils`, and `@0x/types`.

* In `@0x/contracts-exchange`: Make `isValidOrderSignature` `external` instead of `public`.

* In `@0x/contracts-exchange`: Change `isValidOrderSignature` back to `public` because passing `calldata` to internal functions isn't supported.
2019-07-23 15:18:26 -07:00
..
2019-07-13 01:33:08 -07:00
2019-07-15 05:23:02 -07:00
2019-07-17 15:22:48 -07:00
2019-07-23 15:17:56 -07:00
2019-07-15 05:23:02 -07:00
2019-07-15 05:23:02 -07:00
2019-07-23 15:17:56 -07:00
2019-07-13 01:33:08 -07:00
2019-07-13 13:00:33 -07:00
2019-07-23 15:17:56 -07:00
2019-02-19 13:46:48 -08:00
2019-07-23 15:17:56 -07:00
2019-07-23 15:08:58 -07:00
2019-07-15 05:23:02 -07:00
2019-07-23 15:08:58 -07:00
2019-07-23 15:04:46 -07:00
2019-07-13 13:00:33 -07:00
2019-07-13 13:00:33 -07:00
2019-07-13 01:33:08 -07:00
2019-07-13 01:33:08 -07:00
2019-07-13 01:33:08 -07:00
2019-07-13 01:33:08 -07:00
2019-07-13 01:33:08 -07:00
2019-07-13 01:33:08 -07:00
2019-07-13 01:33:08 -07:00
2019-07-15 05:23:02 -07:00
2019-04-11 17:00:06 +01:00
2019-07-23 15:17:56 -07:00
2019-07-23 15:17:56 -07:00
2019-07-23 10:06:39 -07:00