aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils/transaction_factory.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update file structureAmir Bandeali2018-06-301-47/+0
|
* Add event to setSignatureValidatorApproval, rename signer => signerAddress ↵Amir Bandeali2018-06-221-3/+3
| | | | accross all contracts
* Optimize and remove redundant encodePackedJacob Evans2018-06-191-2/+1
|
* Rebase and update feedbackJacob Evans2018-06-181-8/+8
| | | | | | Cache the domain separator data with address this Use the EIP712Types enum for types everywhere Rename EIP712 struct ExecuteTransaction to ZeroExTransaction
* Basic EIP712 encoderJacob Evans2018-06-081-10/+11
|
* Update Order utils to use eip712Jacob Evans2018-06-061-13/+3
|
* Add missing EIP191 prefix for EIP712Jacob Evans2018-06-051-2/+28
|
* Rename Ecrecover to EthSignFabio Berger2018-06-011-4/+1
|
* Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-011-5/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (45 commits) Check length before accessing indices, add awaitTransactionSuccess where needed, and rename function Add back before/after snapshots for each test Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMIT Make preSigned and allowedValidators mappings public Change names of signature types Fix formatting and tests Make AssetProxyId last byte of assetData Add signer to txHash, allow approveValidator to be used with executeTransaction Update Whitelist Fix Exchange interface Increase block gas limit Use last byte of signature as signature type Remove TxOrigin signature type, modify whitelist to use Validator signature type Update Whitelist contract with comments, also require maker to be whitelisted Fix build Add example whitelist contract and minimum tests Add sample whitelist contract Add TxOrigin signature type and rearrange order of types Add approveValidator function Add Validator signature type ... # Conflicts: # packages/contracts/src/contracts/current/protocol/Exchange/MixinSignatureValidator.sol # packages/contracts/src/utils/types.ts # packages/contracts/test/exchange/transactions.ts # packages/order-utils/src/asset_proxy_utils.ts
| * Add signer to txHash, allow approveValidator to be used with executeTransactionAmir Bandeali2018-05-311-5/+4
| |
* | Initial refactor of order-utils. Move many utils from contracts into this ↵Fabio Berger2018-05-301-3/+3
|/ | | | package.
* Remove 0x.js dep from contractsFabio Berger2018-05-231-2/+2
|
* Update tests and utilsAmir Bandeali2018-04-271-0/+35