Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Always validate callback signatures & add support for EIP-1271 signatures #1885

Merged
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
05c6024
Update generated wrappers for coordinator and exchange.
dorothy-zbornak Mar 26, 2019
d835071
`@0x/base-contract`: Make `PromiseWithTransactionHash` fully compatib…
dorothy-zbornak Jun 19, 2019
4e86c53
`@0x/contracts-exchange`: Always check `OrderValidator` and `WalletOr…
dorothy-zbornak Jun 21, 2019
b1439cd
`@0x/utils`: Add `toStringTag` symbol to `RevertError`
dorothy-zbornak Jun 21, 2019
a9e1a26
`@0x/contracts-exchange`: Update changelog
dorothy-zbornak Jun 21, 2019
ce6f447
`@0x/order-utils`: Add `validator` field to `SignatureOrderValidatorE…
dorothy-zbornak Jun 21, 2019
18cc4b7
`@0x/contracts-exchange`: Have `TestValidatorWallet` always accept `W…
dorothy-zbornak Jun 21, 2019
cad5dd8
`@0x/types`: Rename `WalletOrderValidator` to `OrderWallet` in `Signa…
dorothy-zbornak Jun 22, 2019
89ca1e0
`@0x/order-utils`: Rename `SignatureWalletOrderValidatorError` to `Si…
dorothy-zbornak Jun 22, 2019
577a721
`@0x/contracts-exchange`: Rename `WalletOrderValidator` to `OrderWall…
dorothy-zbornak Jun 22, 2019
81f6265
Run prettier/linter
dorothy-zbornak Jun 22, 2019
56dbaa5
Update changelogs
dorothy-zbornak Jun 22, 2019
0e9d1cf
Rebase against 3.0
dorothy-zbornak Jun 24, 2019
d5623cf
`@0x/contracts-utils`: Add LibEIP1271.sol
dorothy-zbornak Jun 25, 2019
e3c4442
`@0x/contracts-exchange`: Fix comments in `test/signature_validator.ts`
dorothy-zbornak Jun 25, 2019
c6761b2
`@0x/contracts-exchange`: Refactor out `EIP1271_MAGIC_VALUE` into a `…
dorothy-zbornak Jun 25, 2019
6093a73
`@0x/contracts-exchange`: Add comments about preserving signatures in…
dorothy-zbornak Jun 25, 2019
1186820
Fix linter errors
dorothy-zbornak Jun 25, 2019
24b21ed
`@0x/contracts-exchange`: Consolidate signature types.
dorothy-zbornak Jun 25, 2019
acdcb1b
`@0x/contracts-exchange`: Fix linearization issues.
dorothy-zbornak Jun 25, 2019
c0aa42b
`@0x/types`: Consolidate signature types.
dorothy-zbornak Jun 25, 2019
c08a618
`@0x/order-utils`: Remove unused exchange revert errors
dorothy-zbornak Jun 25, 2019
721de3c
`@0x/contracts-exchange`: Add `isValidHashSignature()` back.
dorothy-zbornak Jun 26, 2019
51638fc
`@0x/contracts-exchange`: Remove `isValidOrderSignature()` from `IWal…
dorothy-zbornak Jun 26, 2019
1f28d67
`@0x/contracts-test-utils`: Add `hexConcat()` in `hex_utils.ts`.
dorothy-zbornak Jun 26, 2019
13e0433
`@0x/contracts-exchange`: Update tests for new/consolidated signature…
dorothy-zbornak Jun 26, 2019
3ab8eab
`@0x/contracts-exchange`: Update CHANGELOG
dorothy-zbornak Jun 26, 2019
8e9c185
`@0x/order-utils`: Update CHANGELOG
dorothy-zbornak Jun 26, 2019
a099f05
`@0x/contracts-exchange`: Run `contracts:gen`
dorothy-zbornak Jun 26, 2019
e7bde04
`@0x/contracts-exchange`: Make `assertValidFill` and `calculateMatche…
dorothy-zbornak Jun 26, 2019
a966abd
`@0x/contracts-exchange`: Cosmetic changes to contracts.
dorothy-zbornak Jun 26, 2019
c2f4d45
`@0x/contracts-exchange`: Make `assertValidFill()` internal again.
dorothy-zbornak Jul 1, 2019
896cd51
`@0x/contracts-exchange`: REALLY make `assertValidFill()` internal ag…
dorothy-zbornak Jul 1, 2019
d85e9c7
`@0x/contracts-exchange`: Use named return values in `MixinSignatureV…
dorothy-zbornak Jul 1, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
@0x/contracts-exchange: Update CHANGELOG
  • Loading branch information
dorothy-zbornak committed Jun 26, 2019
commit 3ab8eab268d131a9b9a361141671540138837286
4 changes: 2 additions & 2 deletions packages/types/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"pr": 1868
},
{
"note": "Rename `WalletOrderValidator` to `OrderWallet` in `SignatureType`",
"note": "Consolidate all Validator `SignatureType`s to just `Validator`",
"pr": 1885
},
{
"note": "Add `EIP1271Wallet` and `EIP1271OrderWallet` to `SignatureType`",
"note": "Add `EIP1271Wallet` to `SignatureType`",
"pr": 1885
}
]
Expand Down