Commit Graph

908 Commits

Author SHA1 Message Date
Leonid Logvinov
092e0c4273 Update CHANGELOG.md 2017-07-06 15:20:39 -07:00
Leonid Logvinov
e19c222f30 Add tests for networkId caching and invalidation 2017-07-06 15:18:56 -07:00
Leonid Logvinov
8b88ad835c Cache networkId in web3Wrapper 2017-07-06 15:18:56 -07:00
Leonid
18050b7ea3 Merge pull request #94 from 0xProject/moveExchangeAddressGetters
Moves exchange contract address getters to zeroEx top level
2017-07-06 14:51:44 -07:00
Leonid Logvinov
9f89dbc8e4 Inline _isExchangeContractAddressProxyAuthorizedAsync 2017-07-06 10:19:22 -07:00
Leonid Logvinov
b1667cdd89 Fix comments to use web3 provider instead of web3 instance 2017-07-06 10:18:38 -07:00
Leonid Logvinov
87f2658fc9 Update CHANGELOG.md 2017-07-05 14:22:23 -07:00
Leonid Logvinov
9a9fd7d926 Move zeroEx.exchange.getAvailableContractAddressesAsync to zeroEx.getAvailableExchangeContractAddressesAsync and zeroEx.exchange.getProxyAuthorizedContractAddressesAsync to zeroEx.getProxyAuthorizedExchangeContractAddressesAsync 2017-07-05 14:18:46 -07:00
Leonid Logvinov
f2611d5b2b 0.8.0 v0.8.0 2017-07-04 19:00:55 -07:00
Leonid Logvinov
370b82ee18 Add publish date for 0.8.0 in CHANGELOG.md 2017-07-04 19:00:12 -07:00
Leonid
74b2308488 Merge pull request #90 from 0xProject/subscribe-token
Add implementation and tests for zeroEx.token.subscribeAsync
2017-07-04 18:17:57 -07:00
Leonid Logvinov
371acc0ba1 Merge branch 'master' into subscribe-token 2017-07-04 17:55:08 -07:00
Leonid Logvinov
3302d18f6e Run umd tests only on master 2017-07-04 17:54:31 -07:00
Leonid Logvinov
d6595f171a Add order hash schema 2017-07-04 17:49:25 -07:00
Leonid Logvinov
61a6040e74 Merge branch 'master' into subscribe-token 2017-07-04 17:44:32 -07:00
Leonid
c81855e119 Merge pull request #93 from 0xProject/testrpc-snapshot
Testrpc snapshots
2017-07-04 17:43:42 -07:00
Leonid Logvinov
db53c5a41f Rename CONTRACTS_COMMIT to CONTRACTS_COMMIT_HASH 2017-07-04 17:43:30 -07:00
Leonid Logvinov
9c4f3b2cba Rearrange methods in event utils 2017-07-04 17:37:02 -07:00
Leonid Logvinov
4cb544f4f5 Add underscore in front of _getBigNumberWrappingEventCallback 2017-07-04 17:36:33 -07:00
Leonid Logvinov
6f73589d40 Use string template 2017-07-04 17:35:51 -07:00
Leonid Logvinov
ea6583d47e Make all fields of subscriptionOpts schema optional 2017-07-04 17:35:02 -07:00
Leonid Logvinov
464c16be73 move order hash schema to a separate file 2017-07-04 17:33:35 -07:00
Leonid Logvinov
4d522db474 Fix CHANGELOG entry 2017-07-04 17:21:14 -07:00
Leonid Logvinov
33494c2206 Change prepublish to prepublishOnly 2017-07-04 16:38:57 -07:00
Leonid Logvinov
ea2dbaabeb Use testrpc snapshots in tests 2017-07-04 16:30:55 -07:00
Leonid
8f8b678e7c Change gitter link badge to 0xproject/Lobby 2017-07-04 13:51:44 -07:00
Leonid
5f62aed80a Add npm version badge 2017-07-04 12:47:13 -07:00
Leonid Logvinov
82c1d7ca7c Add exchangeContractAddress to an order in schema tests 2017-07-04 12:29:14 -07:00
Leonid Logvinov
e570ad28dd Fix order schema (add exchangeContractAddress) 2017-07-04 11:59:08 -07:00
Leonid Logvinov
a45f6ff4af Fix the bug when didn't invalidate etherToken contract instance 2017-07-04 11:48:41 -07:00
Leonid Logvinov
74e991db94 Update CHANGELOG.md 2017-07-04 11:36:22 -07:00
Leonid Logvinov
33216ea53f Make this.proxy.invalidateContractInstance and this.tokenRegistry.invalidateContractInstance private 2017-07-04 11:22:12 -07:00
Leonid Logvinov
4ebf046cea Make invalidateContractInstancesAsync private on exchange and token 2017-07-04 11:12:56 -07:00
Leonid Logvinov
43bebf6d61 Add parameter validation for subscribeAsync 2017-07-04 11:06:13 -07:00
Leonid Logvinov
40d1d30b58 Add assert.doesBelongToStringEnum 2017-07-04 10:59:11 -07:00
Leonid Logvinov
196194c04a Add StringEnum type 2017-07-04 10:58:36 -07:00
Leonid Logvinov
c5dca95f89 Use .bignumber for BigNumber comparation 2017-07-04 10:31:07 -07:00
Leonid Logvinov
b1c7291d3c Use orderHashSchema to validate order hash 2017-07-04 10:27:31 -07:00
Leonid Logvinov
5611df82f9 Refactor event tests 2017-07-04 10:26:43 -07:00
Leonid Logvinov
f39a2134b9 Add tests for order hash Schema 2017-07-04 10:05:45 -07:00
Leonid Logvinov
551b6db35e Add orderHashSchema 2017-07-03 22:31:59 -07:00
Leonid Logvinov
64cf47f297 Add tests for subscriptionOptsSchema and blockParamSchema 2017-07-03 21:59:42 -07:00
Leonid Logvinov
7d7bef2b1a Handle errors from pseudo-async subscription tests 2017-07-03 18:26:31 -07:00
Leonid Logvinov
7b24809698 Register new schemas within schema validator 2017-07-03 18:24:11 -07:00
Leonid Logvinov
ca92502d34 Add index_filter_values_schema.ts and subscription_opts_schema.ts 2017-07-03 18:23:35 -07:00
Leonid Logvinov
12b71b20f0 Make IndexedFilterValues type scricter 2017-07-03 16:54:08 -07:00
Leonid Logvinov
90f99e48e1 Add CHANGELOG.md entry 2017-07-03 16:50:24 -07:00
Leonid Logvinov
4fae4b4493 Fix comments 2017-07-03 16:49:37 -07:00
Leonid
6d234c09af Merge branch 'master' into subscribe-token 2017-07-03 16:37:15 -07:00
Leonid
2892f45ab7 Merge pull request #89 from 0xProject/proxy
Add zeroEx.proxy
2017-07-03 16:24:22 -07:00