Leonid Logvinov
fa822caa62
Apply prettier after generating contracts
2018-02-27 12:05:46 -08:00
Leonid Logvinov
ddc30cc2c0
Add CHANGELOG entry
2018-02-27 12:05:46 -08:00
Leonid Logvinov
9d9cab1711
Fix build by using local events types
2018-02-27 12:05:23 -08:00
Leonid Logvinov
fe8f2d8d89
Add support for ABIv2 to abi-gen
2018-02-27 12:05:23 -08:00
Leonid Logvinov
2d561bc8a0
Allow users to specify the contracts backend in abi-gen
2018-02-27 12:05:23 -08:00
Leonid Logvinov
f5275d3ad7
Add data to TxData
2018-02-27 12:05:23 -08:00
Leonid Logvinov
5fbdf9cfb9
Pass whole txData to estimateGas
2018-02-27 12:05:22 -08:00
Leonid Logvinov
0409c9c1e5
Fix default contract set calculation
2018-02-27 12:05:22 -08:00
Leonid Logvinov
42a5da1df4
Fix default paths
2018-02-27 12:05:22 -08:00
Leonid Logvinov
0b326a8bbe
Add web3Wrapper.callAsync and remove web3Wrapper.getContractInstance
2018-02-27 12:05:22 -08:00
Brandon Millman
9c8501a84e
Refactor environment factory and promisify newman
2018-02-27 11:51:05 -08:00
Leonid Logvinov
2da7f82171
Merge pull request #415 from 0xProject/fix/unsubscribeAll
...
Rename _unsubscribeAll to unsubscribeAll
2018-02-27 10:25:52 -08:00
Leonid Logvinov
593474031d
Merge branch 'development' into fix/unsubscribeAll
2018-02-27 10:24:36 -08:00
Fabio Berger
fce10548d2
Merge pull request #373 from 0xProject/feature/0x.js/lowercase-addresses
...
Lowercase addresses in the Public API
2018-02-27 09:58:09 -08:00
Jacob Evans
addca63938
Prevent a single account from draining the faucet
2018-02-26 21:15:11 -08:00
Jacob Evans
6961169f89
Merge branch 'development' into feature/0x.js/lowercase-addresses
2018-02-26 18:47:09 -08:00
Jacob Evans
3d66feb89f
Lowercase web3 wrapper addresses
...
Ensure all of the user account addresses are lower case when returned from web3wrapper
2018-02-26 18:10:27 -08:00
Brandon Millman
bb157eefc6
Add exchange contract address to environment files
2018-02-26 17:13:14 -08:00
Leonid Logvinov
7f8f4df0a0
Rename _unsubscribeAll to unsubscribeAll
2018-02-26 14:38:17 -08:00
Brandon Millman
4b325676f7
Add schema validation to each collection folder and flesh out params
2018-02-26 13:32:57 -08:00
Fabio Berger
ecba95250d
Update missed docsJsonRoot variables
2018-02-26 10:09:22 -08:00
Fabio Berger
dd116b3cd6
remove docsJsonRoot from docsInfo
2018-02-26 09:52:08 -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
Fabio Berger
7dd9ce2e32
Remove unused props
2018-02-26 07:57:41 -08:00
Fabio Berger
fffaafe4c9
Merge branch 'development' into moveOutDocGenerator
...
* development: (36 commits)
Fix english translations
Fix footer on mobile
re-add google analytics code
Fix Russian translation
Move all dependencies on @0xproject/types out of devDependencies
Slight improvement to footer
Fix a few Korean translations
Address feedback
Use source tree hash instead of compile flag
Fix race condition
Update CHANGELOG
Delete artifacts directory
Add generated contract artifacts to gitignore
Check dependencies when determining if should be recompiled
Update CHANGELOG
Remove unused CHANGELOG entry
Remove unused import
Change assert.doesConformToShema interface
Remove a type assertion
Publish
...
2018-02-25 18:32:12 -08:00
Brandon Millman
0b9646136a
Update postman collection to load json schemas into tv4 before every test run
2018-02-23 14:26:24 -08:00
Brandon Millman
55f38b9c35
Add an array of schemaKeys to the globals
2018-02-23 14:25:48 -08:00
Fabio Berger
709fa9e02e
Fix english translations
2018-02-23 14:15:53 -08:00
Fabio Berger
f42bdb8bab
Fix footer on mobile
2018-02-23 14:15:39 -08:00
Fabio Berger
10aed46062
Merge branch 'development' of github.com:0xProject/0x.js into development
...
* 'development' of github.com:0xProject/0x.js:
Update CHANGELOG
Remove unused CHANGELOG entry
Remove unused import
Change assert.doesConformToShema interface
Remove a type assertion
Remove type-level validation
Access property over this
Add type cast
Fix tests
Add entries to the CHANGELOG
Better validate ZeroExConfig on public networks
2018-02-23 14:15:29 -08:00
Fabio Berger
6e43e89b2d
re-add google analytics code
2018-02-23 13:49:24 -08:00
Leonid Logvinov
10c0c0b6d2
Merge pull request #385 from 0xProject/feature/0x_config_validation
...
Better validate ZeroExConfig on private networks
2018-02-23 13:20:28 -08:00
Brandon Millman
e13924cd2d
Remove url from kovan environment json
2018-02-23 11:57:33 -08:00
Brandon Millman
7afe00f06a
Use Schema interface from @0xproject/json-schemas
2018-02-23 11:56:50 -08:00
Brandon Millman
87b9caa7dc
Fix README typo
2018-02-23 11:47:45 -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
Fabio Berger
3d2c5d67af
Fix Russian translation
2018-02-22 16:32:19 -08:00
Brandon Millman
63f8f469b0
Fix @types/lodash version
2018-02-22 13:54:39 -08:00
Brandon Millman
9929f1acf0
Merge pull request #411 from 0xProject/fix/types/dev-dependencies
...
Move all dependencies on @0xproject/types out of devDependencies
2018-02-22 13:30:35 -08:00
Brandon Millman
42ecc087cb
Implement initial sra-report command line tool
2018-02-22 13:12:44 -08:00
Brandon Millman
93adee36b0
Move all dependencies on @0xproject/types out of devDependencies
2018-02-22 00:35:16 -08:00
Fabio Berger
0e95fd0b9b
Slight improvement to footer
2018-02-21 17:40:07 -08:00
Fabio Berger
611ddfeeb8
Fix a few Korean translations
2018-02-21 17:17:09 -08:00
Fabio Berger
dfe2579eeb
Merge pull request #410 from 0xProject/translateHomepage
...
Translate Landing Page
2018-02-21 17:09:33 -08:00
Fabio Berger
66b36f6d8f
Begin refactoring out doc generator template
2018-02-21 16:34:14 -08:00
Fabio Berger
1b3a9102f1
Move from storing translations in TS files to JSON files
2018-02-21 14:22:02 -08:00
Fabio Berger
9993a50903
Remove Segment.io
2018-02-21 12:06:53 -08:00
Fabio Berger
c226509be0
Remove unused var
2018-02-21 11:56:10 -08:00
Fabio Berger
ef6f52e722
Remove extenuous defaultProps
2018-02-21 11:54:03 -08:00