aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils/constants.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fixed two mislabelled revert reasons + Signature Validator revert tests ↵Greg Hysen2018-06-211-0/+5
| | | | working on Geth
* Add tests for deepCopyBytes and missing write methods from LibBytesAmir Bandeali2018-06-131-0/+1
|
* Speedup awaitTransactionMinedAsync and reduce polling interval in contracts ↵Alex Browne2018-06-121-1/+4
| | | | tests
* Updated LibBytes error messagesGreg Hysen2018-06-081-5/+5
|
* Small fixes and cleanupAlex Browne2018-06-071-2/+0
|
* Throw in web3-wrapper when rawCallResult is '0x'Alex Browne2018-06-071-0/+1
|
* Update more tests to pass on GethAlex Browne2018-06-071-0/+2
|
* Get LibBytes tests working on both Ganache and GethAlex Browne2018-06-071-0/+5
|
* Update code after rebaseAlex Browne2018-06-071-0/+1
|
* Remove TxOrigin signature type, modify whitelist to use Validator signature typeAmir Bandeali2018-05-311-0/+1
|
* Remove contracts -> @0xproject/order-utils dependencyLeonid Logvinov2018-05-261-0/+1
|
* Fix importsFabio Berger2018-05-231-1/+1
|
* Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDepFabio Berger2018-05-231-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Fix tslint issues Add `are` to boolean naming conventions Fix tslint Fix the tsutils version, fixing ts typings issue Rename some variables in multi_sig_with_time_lock.ts Remove extra awaitTransactionMinedAsync calls Update artifacts Update yarn.lock Fix warnings in Metacoin Upgrade UglifyJS to include ES6 support Add CancelOrder and MatchOrder types Add missing return types Ignore classnames linter rule Apply changes to test/exchange/match_orders.ts Fix some unhandled promise rejections Add awaitTransactionMinedAsync after every sent transaction Add missing blockchainLifecycle calls to contracts tests # Conflicts: # packages/contracts/src/utils/exchange_wrapper.ts # packages/contracts/test/asset_proxy/proxies.ts # packages/contracts/test/exchange/dispatcher.ts # packages/contracts/test/multi_sig_with_time_lock.ts
| * Add awaitTransactionMinedAsync after every sent transactionAlex Browne2018-05-221-0/+1
| |
* | Remove 0x.js dep from contractsFabio Berger2018-05-231-7/+8
|/
* Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-6/+4
|
* Define numbers of dummy tokens to deploy in constantsAmir Bandeali2018-04-241-0/+2
|
* Add ERC20WrapperAmir Bandeali2018-04-241-2/+13
|
* Asset Proxy DispatcherGreg Hysen2018-04-211-0/+1
|
* Add private keys for testrpc mnemonicAmir Bandeali2018-04-211-20/+14
|
* Fix package.jsonAmir Bandeali2018-04-211-5/+5
|
* Add script for starting testrpc with preconfigured private keysAmir Bandeali2018-04-211-0/+22
|
* Move utils dir into srcAmir Bandeali2018-04-211-0/+14