220 Commits

Author SHA1 Message Date
Leonid Logvinov
436d78eb93
Fix linter issues 2017-12-19 12:10:43 +01:00
Leonid Logvinov
1e4fdcf615
Rename SubscriptionOpts to BlockRange 2017-12-19 12:10:43 +01:00
Fabio Berger
1f748afed9 Modify the etherToken wrapper methods to accept an etherTokenAddress as the first arg. Since it is becoming apparent we will be updating the canonical WETH contract, we want users of 0x.js to be able to interact with n number of etherTokens without re-instantiating for each one. 2017-12-17 00:32:53 -06:00
Fabio Berger
4a73c05435 Fix documentation issue where unsubscribeAll shown as method on every contractWrapper instance even though it's only used by Exchange and Token wrappers. 2017-12-17 00:19:15 -06:00
Leonid Logvinov
274aa50d74
Fix 0x.js unused vars 2017-12-15 13:30:19 +01:00
Leonid Logvinov
9ad9e1204c
Add a newline 2017-12-14 17:15:49 +01:00
Leonid Logvinov
4391f9913e
Fix linter errors 2017-12-14 15:47:03 +01:00
Leonid Logvinov
4bcd7ba31e
Add DummyToken to gitignore 2017-12-14 15:47:03 +01:00
Leonid Logvinov
5bda301fec
Add DummyToken to artifacts list 2017-12-14 15:47:03 +01:00
Leonid Logvinov
f746f5bfa3
Update addresses and add DummyToken artifact 2017-12-14 15:47:03 +01:00
Leonid Logvinov
abd55411d4
Move shared types to types package 2017-12-14 15:47:02 +01:00
Leonid Logvinov
cb596c1413
Move more shared utils into utils package and reuse them 2017-12-14 15:47:02 +01:00
Leonid Logvinov
0a0d3503c0
Remove generated contracts and ignore them. Add a prebuild command to regenerate them 2017-12-14 15:47:02 +01:00
Leonid Logvinov
f94dc1fe44
Rename blockAndLogStreamer to blockAndLogStreamerIfExists 2017-12-12 13:32:54 +01:00
Leonid Logvinov
b362e2c28e
Refactor networkId out of web3Wrapper 2017-12-08 12:51:46 +03:00
Leonid Logvinov
f1b267cc9f
Refactor web3Wrapper to a separate package 2017-12-06 20:55:09 +03:00
Leonid Logvinov
c64ec92fb2
Address feedback 2017-12-05 22:34:59 +03:00
Leonid Logvinov
293847053a
Regenerate files 2017-12-05 20:34:39 +03:00
Leonid Logvinov
1ce66b4a81
Rename abi-gen to typed-contracts 2017-12-05 19:53:59 +03:00
Leonid Logvinov
e2ef7a74db
Remove TODOs 2017-12-05 18:07:39 +03:00
Leonid Logvinov
f88ecaa035
Fix a comment 2017-12-05 17:01:24 +03:00
Leonid Logvinov
c0cf47138e
Add a comment 2017-12-05 16:59:36 +03:00
Leonid Logvinov
e1127dc2e8
Fix a typo 2017-12-05 16:56:50 +03:00
Leonid Logvinov
355514ca38
Update comment 2017-12-01 23:31:50 -06:00
Leonid Logvinov
518d0eba84
Add comments before generated contracts 2017-12-01 23:31:50 -06:00
Leonid Logvinov
78fb8d2bdc
Use our promisify 2017-12-01 23:31:50 -06:00
Leonid Logvinov
5673b42ec4
Make target optional 2017-12-01 23:31:50 -06:00
Leonid Logvinov
438c8ff807
Remove es6-promisify 2017-12-01 23:31:50 -06:00
Leonid Logvinov
ee15143dd7
Remove all contract wrapper 2017-12-01 23:31:50 -06:00
Leonid Logvinov
042caa3363
Add async prefix 2017-12-01 23:31:50 -06:00
Leonid Logvinov
eb667f653c
Adjust 0x.js to use generated wrappers 2017-12-01 23:31:50 -06:00
Leonid Logvinov
6cbd0d4537
Remove old contract typings 2017-12-01 23:31:11 -06:00
Leonid Logvinov
9485e4f4f3
Add promisify 2017-12-01 23:31:11 -06:00
Leonid Logvinov
865ee090c8
Add class utils 2017-12-01 23:31:11 -06:00
Leonid Logvinov
0fc356740a
Add generated contract wrappers 2017-12-01 23:31:11 -06:00
Leonid Logvinov
da0af12834
Export TransactionOpts type 2017-11-28 14:54:52 -06:00
Leonid
a98d6bf496
Merge pull request #235 from 0xProject/feature/gasPriceGasLimit
Add optional config for gasPrice and gasLimit for every transaction sending method
2017-11-28 14:37:33 -06:00
Leonid Logvinov
328ecd0533
Change interval to 1h 2017-11-28 14:33:08 -06:00
Leonid Logvinov
ab91717199
Rename 2017-11-28 14:27:39 -06:00
Leonid Logvinov
e4dfdc6b5c
Add ifExists to cleanupJobInterval 2017-11-28 14:27:16 -06:00
Leonid Logvinov
9e673f0073
Add a cleanup job to an order watcher 2017-11-28 14:11:00 -06:00
Leonid Logvinov
353abffba9
Improve the comment 2017-11-28 12:23:41 -06:00
Leonid Logvinov
1d584b1329
Remove a comment 2017-11-28 12:10:06 -06:00
Leonid Logvinov
0c5a9fbc2c
Fix a typo 2017-11-28 12:06:11 -06:00
Leonid Logvinov
36b21e6e7b
Add fake gas estimate suprovider for tests 2017-11-28 11:44:10 -06:00
Leonid Logvinov
e6887dc9d4
Fix a comment 2017-11-27 17:37:55 -06:00
Leonid Logvinov
5977fa881e
Increase gas margin 2017-11-27 17:37:23 -06:00
Leonid Logvinov
128fccb763
Fix defaults for shouldValidate 2017-11-27 17:37:23 -06:00
Leonid Logvinov
ee93f091ea
Add gas margin and remove undefined values 2017-11-27 17:37:22 -06:00
Leonid Logvinov
d1065cd266
Add an initializer for txOpts in etherToken 2017-11-27 17:36:27 -06:00