407 Commits

Author SHA1 Message Date
Leonid Logvinov
062f85e506
Pass networkId on provider update 2017-11-23 15:15:47 -06:00
Leonid Logvinov
3d11afd872
Remove outdated comment 2017-11-23 15:15:47 -06:00
Leonid Logvinov
96d15a8931
Improve a comment 2017-11-23 15:15:47 -06:00
Leonid Logvinov
50915e6007
Add a comment 2017-11-23 15:15:47 -06:00
Leonid Logvinov
52007e5864
Reuse the protected function to get contract address 2017-11-23 15:15:47 -06:00
Leonid Logvinov
0c74d5ba01
Move variable declaration inside the if 2017-11-23 15:15:47 -06:00
Leonid Logvinov
0cd1959706
Update CHANGELOG.md 2017-11-23 15:15:17 -06:00
Leonid Logvinov
55ddf62df2
Fix rebasing issues 2017-11-23 15:15:17 -06:00
Leonid Logvinov
7f69d26247
Add CHANGELOG entry 2017-11-23 15:15:17 -06:00
Leonid Logvinov
b3c01f6750
Revert "Remove redundant async"
This reverts commit 8d11ababd62d947e338757f57c41179510b11338.
2017-11-23 15:15:00 -06:00
Leonid Logvinov
34beee1edc
Refactor getContractAddress to contractWrapper 2017-11-23 15:15:00 -06:00
Leonid Logvinov
7bc6a7b23f
Remove redundant async 2017-11-23 15:13:38 -06:00
Leonid Logvinov
4a19655fb0
Fix the artifacts 2017-11-23 15:13:38 -06:00
Leonid Logvinov
e32c453bc3
Remove unused asyncs 2017-11-23 15:13:38 -06:00
Leonid Logvinov
010e6f8d7f
Fix the imports order 2017-11-23 15:13:37 -06:00
Leonid Logvinov
db2917b01c
Enable some new linter rules and fix the issues 2017-11-23 15:13:37 -06:00
Leonid Logvinov
87d34f9c7f
Auto-fix linter errors 2017-11-23 15:13:37 -06:00
Leonid Logvinov
d20926e150
Don't reassign the parameter 2017-11-23 15:13:37 -06:00
Leonid Logvinov
c453099f6b
Fix linter issues 2017-11-23 15:13:37 -06:00
Leonid Logvinov
08569dbe6c
Await block reconcilation 2017-11-23 15:13:37 -06:00
Leonid Logvinov
a38ef3655b
Remove even more asyncs 2017-11-23 15:13:37 -06:00
Leonid Logvinov
c586d3e81d
Add project config to tslint which enables some type-dependent rules 2017-11-23 15:13:37 -06:00
Leonid Logvinov
c72745b0b2
Make zeroEx.tokenRegistry.getContractAddress non-async 2017-11-23 15:13:37 -06:00
Leonid Logvinov
8935146240
Make exchange subscriptions non-async 2017-11-23 15:13:37 -06:00
Leonid Logvinov
66aaceea91
Cleanup order watcher from redundant asyncs 2017-11-23 15:13:36 -06:00
Leonid Logvinov
4fe28ec53c
Make zeroEx.exchange.getContractAddress non-async 2017-11-23 15:13:36 -06:00
Leonid Logvinov
efe8e07854
Add ZRX artifacts 2017-11-23 15:13:36 -06:00
Leonid Logvinov
63dc606a9c
Make getZRXTokenAddress non async 2017-11-23 15:13:36 -06:00
Leonid Logvinov
131236305b
Store networkId in web3Wrapper 2017-11-23 15:13:36 -06:00
Leonid Logvinov
45c9171a2c
Add networkId to zeroExConfig schema 2017-11-23 15:13:36 -06:00
Leonid Logvinov
311d42626a
Adjust the tests 2017-11-23 15:13:36 -06:00
Leonid Logvinov
cbf35de4c1
Fix CI tests 2017-11-23 15:13:36 -06:00
Leonid Logvinov
92efc65847
Add networkId to ZeroExConfig and make it required 2017-11-23 15:13:36 -06:00
Leonid Logvinov
fcd37808d4
Rename removed to isRemoved 2017-11-23 15:12:34 -06:00
Leonid Logvinov
6323badc19
Add CHANGELOG entry 2017-11-23 15:12:34 -06:00
Leonid Logvinov
e01468b492
Make DecodedLogEvent contain web3 log under a log subkey 2017-11-23 15:12:34 -06:00
Fabio Berger
f97074dc84
Merge pull request #230 from 0xProject/feature/removeDuplicateEvents
Add an order state cache to filter out duplicate events
2017-11-23 12:35:18 -06:00
Jacob Evans
5a18f43b51 Update to Async call 2017-11-23 15:17:11 +11:00
Jacob Evans
924b96ce2a Fix nits 2017-11-23 15:14:33 +11:00
Jacob Evans
437ac301db
Merge branch 'development' into feature/calculate-remaining-proportions 2017-11-23 14:37:34 +11:00
Brandon Millman
cd42ca1bbd Publish
- 0x.js@0.26.1
     - @0xproject/connect@0.1.0
2017-11-22 15:07:34 -08:00
Fabio Berger
99f2026ce2 Revert "Publish"
This reverts commit 6a8717b29407b75cd03ca85b890fa8f34527accc.
2017-11-22 16:51:09 -06:00
Fabio Berger
6a8717b294 Publish
- 0x.js@0.26.1
 - @0xproject/connect@0.1.0
2017-11-22 16:50:16 -06:00
Fabio Berger
c3f24a9cea Add actual version to CHANGELOG 2017-11-22 16:47:24 -06:00
Brandon Millman
c0e17f6136 Add blockchainLifecycle management to the ExpirationWatcher test 2017-11-22 14:20:45 -08:00
Leonid Logvinov
ac2c723ec9
Last renames 2017-11-22 11:56:34 -06:00
Leonid Logvinov
3fc0eae4c0
Refactor while condition 2017-11-22 11:44:34 -06:00
Leonid
beed223281
Merge branch 'development' into feature/orderExpired 2017-11-22 11:24:59 -06:00
Jacob Evans
9c9ce97525 Perform the division last to not compound any errors 2017-11-22 11:08:39 +11:00
Jacob Evans
4bfb1fcc71 add a test constant for ZRX decimals 2017-11-22 10:54:09 +11:00