Leonid Logvinov
2d561bc8a0
Allow users to specify the contracts backend in abi-gen
2018-02-27 12:05:23 -08:00
Leonid Logvinov
593474031d
Merge branch 'development' into fix/unsubscribeAll
2018-02-27 10:24:36 -08:00
Leonid Logvinov
7f8f4df0a0
Rename _unsubscribeAll to unsubscribeAll
2018-02-26 14:38:17 -08:00
Jacob Evans
eabe96fd19
Check isETHAddressHex before lowercase
...
Flip the check so assertion happens before lowercase
2018-02-26 09:39:46 -08:00
Jacob Evans
f689d335c0
Check maker is valid address
2018-02-22 18:43:01 -08:00
Jacob Evans
31f9a848f9
Lowercase public addresses
...
Normalize the public api addresses to lowercase to prevent an avoidable
error
2018-02-22 18:43:00 -08:00
Leonid Logvinov
a7c51593e4
Use abi-gen for events in 0x.js
2018-02-06 17:27:47 -08:00
Jacob Evans
e17ace397c
Move BlockParamLiteral to shared types package
...
Also BlockParam
2018-02-06 13:17:14 -08:00
Brandon Millman
7cc4a8f5ce
Fix lint errors
2018-01-30 16:26:42 -08:00
Leonid Logvinov
c02dfc4fb1
Fix tslint issues
2018-01-30 16:01:37 +01:00
Leonid Logvinov
387363283c
Remove truffle from tests
2018-01-30 16:01:36 +01:00
Leonid Logvinov
36bfe62a8f
Fix the bug making it impossible to specify the custom ZRX address
2018-01-24 15:17:56 +01:00
Leonid Logvinov
89d6326a83
Fix fillOrdersUpTo balances validation
2018-01-16 11:22:04 +01:00
Leonid Logvinov
c49f68ef3e
Fix linter errors
2018-01-04 14:53:38 +01:00
Leonid Logvinov
4dfa720f2d
Use configured version of bignumber in all packages
2018-01-04 12:38:19 +01:00
Leonid Logvinov
e744e4cd98
Apply prettier config
2018-01-03 11:37:38 +01:00
Leonid Logvinov
75f637bd75
Throw a better error message when taker is null|undefined or anything but not a string
2017-12-19 16:22:57 +01:00
Leonid Logvinov
156dae1d33
Fix comments
2017-12-19 12:10:44 +01:00
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
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
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
eb667f653c
Adjust 0x.js to use generated wrappers
2017-12-01 23:31:50 -06:00
Leonid Logvinov
128fccb763
Fix defaults for shouldValidate
2017-11-27 17:37:23 -06:00
Leonid Logvinov
7a21c6854b
Add option config for gasPrice and gasLimit for every transaction sending method
2017-11-27 17:35:55 -06:00
Leonid Logvinov
32867c9a07
Fix merge conflicts
2017-11-27 16:03:57 -06:00
Leonid
cf0a8b2d05
Merge branch 'development' into feature/passNetworkId
2017-11-27 15:53:21 -06:00
Fabio Berger
b7b1721145
Pass 'latest' to ExchangeTransferSimulator when used for validating orders, and pass 'pending' when used in the order watcher.
2017-11-23 15:21:45 -06:00
Leonid Logvinov
062f85e506
Pass networkId on provider update
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
34beee1edc
Refactor getContractAddress to contractWrapper
2017-11-23 15:15:00 -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
a38ef3655b
Remove even more asyncs
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
4fe28ec53c
Make zeroEx.exchange.getContractAddress non-async
2017-11-23 15:13:36 -06:00
Leonid Logvinov
63dc606a9c
Make getZRXTokenAddress non async
2017-11-23 15:13:36 -06:00
Brandon Millman
9bb5e6f5ce
Merge branch 'development' into feature/addJsonSchemas
...
* development:
Improve description
Alphabetize
Add exit 0 to 0x.js build command
Add snapshot save and revert to order_state_watcher_test.ts
Fix changelog
Use tslint v5.8.0 everywhere and use the tslint-config sub-package instead of the old repo as a dep. in the rest of the sub-packages.
Add tslint-config sub-package
Fix tslint issue
Public interface has changed, moved to minor version
Update changelog
Renamed canceled to cancelled
2017-11-14 12:29:46 -05:00
Brandon Millman
56b5619d24
Add json-schemas package to mono repo
2017-11-14 09:42:50 -05:00
Jacob Evans
b1b473d3cb
Renamed canceled to cancelled
2017-11-13 16:35:37 -05:00
Fabio Berger
8d69d8553c
Add interface type
2017-11-13 12:43:22 -05:00
Fabio Berger
23de8185c6
Declare as string
2017-11-13 12:39:20 -05:00
Fabio Berger
2060940ecc
Fix lint and ts issues
2017-11-13 12:30:01 -05:00
Fabio Berger
c4ee2d7386
Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach
2017-11-12 22:17:18 -05:00