aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/asset_proxy/proxies.ts
Commit message (Collapse)AuthorAgeFilesLines
* Pop id from assetData before dispatching to AssetProxiesAmir Bandeali2018-06-131-21/+47
|
* Linter changes to contractsGreg Hysen2018-06-091-4/+2
|
* Cleanup after last rebaseGreg Hysen2018-06-081-2/+2
|
* Updated tests to use new revert handlerGreg Hysen2018-06-081-2/+2
|
* Minor fixes after rebaseGreg Hysen2018-06-081-14/+6
|
* Style updates to contractsGreg Hysen2018-06-081-4/+1
|
* Style updates to ERC721 onReceiverGreg Hysen2018-06-081-1/+2
|
* Fixes after rebasingGreg Hysen2018-06-081-3/+1
|
* Fixed up after rebasing. Contracts build and tests passGreg Hysen2018-06-081-24/+9
|
* Style audit for proxies + libmem + libbytesGreg Hysen2018-06-081-17/+21
|
* Call safeTransferFrom only when there is receiver data presentGreg Hysen2018-06-081-11/+13
|
* Converged on naming scheme for asset data: renamed all instances of ↵Greg Hysen2018-06-081-75/+42
| | | | assetMetadata, proxyData, proxyMetadata to assetData
* Tons of tests around nested byte arrays and ERC721 receiverGreg Hysen2018-06-081-16/+20
|
* Test for onReceived erc721 callbackGreg Hysen2018-06-081-2/+120
|
* Fix missing pathsFabio Berger2018-06-081-4/+4
|
* merge v2-prototypeFabio Berger2018-06-071-25/+21
|\
| * Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-071-16/+17
| |\ | | | | | | | | | feature/improve-linting
| | * Add Async suffix to relevant assertionsAlex Browne2018-06-071-9/+9
| | |
| | * Replace constant.REVERT test assertions with ↵Alex Browne2018-06-071-16/+17
| | | | | | | | | | | | expectRevertOrAlwaysFailingTransaction
| * | Linter now passesfragosti2018-06-061-5/+0
| |/
* / move generated contract wrappers from `contract_wrappers/generated/` to ↵Fabio Berger2018-06-061-4/+4
|/ | | | `generated_contract_wrappers` in package with no non-generated contract wrappers
* Initial refactor of order-utils. Move many utils from contracts into this ↵Fabio Berger2018-05-301-2/+2
| | | | package.
* Check transaction receipt status codes where applicableAlex Browne2018-05-241-9/+15
|
* Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDepFabio Berger2018-05-231-34/+61
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Fix some unhandled promise rejectionsAlex Browne2018-05-221-2/+2
| |
| * Add awaitTransactionMinedAsync after every sent transactionAlex Browne2018-05-221-32/+53
| |
| * Add missing blockchainLifecycle calls to contracts testsAlex Browne2018-05-221-0/+6
| |
* | Remove 0x.js dep from contractsFabio Berger2018-05-231-9/+2
|/
* Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-6/+5
|
* Add tests for batchTransferFromAmir Bandeali2018-05-021-151/+296
|
* Add hard coded proxyId into each AssetProxyAmir Bandeali2018-05-011-0/+10
|
* merge v2-prototypeFabio Berger2018-04-241-18/+18
|
* Fix testsAmir Bandeali2018-04-241-0/+244