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
097fc477a2
Merge pull request #401 from 0xProject/feature/web3-abi-v2-types
...
Add types for ABIv2
2018-02-20 11:55:29 -07:00
Leonid
f60b00d116
Merge branch 'development' into feature/web3-abi-v2-types
2018-02-20 11:55:10 -07:00
Brandon Millman
3a36e0621f
Publish
...
- @0xproject/connect@0.6.1
@0xproject/connect@0.6.1
2018-02-16 22:54:28 -07:00
Brandon Millman
b482473e23
Updated CHANGELOGs
2018-02-16 22:51:29 -07:00
Brandon Millman
9a5fd3f784
Merge pull request #407 from 0xProject/fix/connect/empty-response
...
Do not JSON parse empty reponse
2018-02-16 21:50:39 -08:00
Brandon Millman
b703ccde9b
Do not JSON parse empty reponse
2018-02-16 22:43:37 -07:00
Brandon Millman
80eca30725
Fix incorrect comment on WebSocketOrderbookChannel constructor
2018-02-16 10:11:40 -07:00
Brandon Millman
7dbc14dc43
Fix broken postpublish script in connect
2018-02-16 10:06:47 -07:00
Brandon Millman
b3f9010eb5
Updated top level @0xproject/utils dependency
2018-02-16 10:00:39 -07:00
Brandon Millman
f62d72e548
Publish
...
- 0x.js@0.32 .4
- @0xproject/abi-gen@0.2.3
- @0xproject/assert@0.0.20
- @0xproject/connect@0.6.0
- contracts@2.1.13
- @0xproject/deployer@0.1.0
- @0xproject/dev-utils@0.1.0
- @0xproject/json-schemas@0.7.12
- @0xproject/subproviders@0.5.0
- @0xproject/testnet-faucets@1.0.14
- @0xproject/types@0.2.3
- @0xproject/utils@0.3.4
- web3-typescript-typings@0.9.11
- @0xproject/web3-wrapper@0.1.14
- @0xproject/website@0.0.16
@0xproject/connect@0.6.0
@0xproject/dev-utils@0.1.0
@0xproject/testnet-faucets@1.0.14
@0xproject/website@0.0.16
contracts@2.1.13
2018-02-16 09:53:35 -07:00
Brandon Millman
d12352972e
Updated CHANGELOGs
@0xproject/json-schemas@0.7.12
@0xproject/subproviders@0.5.0
0x.js@0.32.4
@0xproject/abi-gen@0.2.3
@0xproject/assert@0.0.20
@0xproject/deployer@0.1.0
@0xproject/types@0.2.3
@0xproject/utils@0.3.4
@0xproject/web3-wrapper@0.1.14
web3-typescript-typings@0.9.11
2018-02-16 09:49:02 -07:00
Brandon Millman
03d3d84db3
Merge pull request #406 from 0xProject/feature/connect/heartbeat
...
Add configurable heartbeat to WebSocketOrderbookChannel
2018-02-16 08:10:00 -08:00
Brandon Millman
6d818c25c7
Add an enforced minimum for the heartbeat interval
2018-02-16 08:48:15 -07:00
Fabio Berger
6a8f624e75
Add Rinkeby network to smart contract docs
2018-02-16 08:47:27 -07:00
Fabio Berger
0801b1ddf9
Updated CHANGELOG
2018-02-16 08:47:10 -07:00
Fabio Berger
4fd64ca492
Merge pull request #405 from 0xProject/refactor/docs-redesign
...
Re-design Wiki + Doc pages
2018-02-16 07:45:55 -08:00
Brandon Millman
c4bcf24640
Add configurable heartbeat to WebSocketOrderbookChannel
2018-02-16 01:20:27 -07:00
Fabio Berger
0114fc9608
remove hard-coded color
2018-02-16 00:12:27 -07:00
Fabio Berger
8db098eaec
Remove section links until they go somewhere
2018-02-16 00:09:10 -07:00
Fabio Berger
05c3a66543
Add more padding on top of section title
2018-02-16 00:08:57 -07:00
Fabio Berger
9349752baa
Add hack comment explaining param count short-cut
2018-02-15 23:56:19 -07:00
Fabio Berger
974fab7284
replace repeated conditionals with variable
2018-02-15 23:54:36 -07:00
Fabio Berger
8a52ffe7b7
Remove unneeded props
2018-02-15 23:52:49 -07:00
Fabio Berger
c6ecdbd86e
use const over hard-coding
2018-02-15 23:52:40 -07:00
Fabio Berger
03797545f9
uncomment dev logic
2018-02-15 23:51:10 -07:00
Fabio Berger
2778f96483
Re-design docs pages
2018-02-15 21:51:49 -07:00
Fabio Berger
6cd4e7a17e
Add icons for all doc pages
2018-02-15 21:51:37 -07:00
Fabio Berger
5c91b4bfc6
Re-designed Wiki and half-redesigned docs pages
2018-02-15 20:12:47 -07:00
Fabio Berger
e2b51c5dc4
Merge branch 'development' of github.com:0xProject/0x.js into development
...
* 'development' of github.com:0xProject/0x.js: (24 commits)
Rename variables
Update CHANGELOG
Add npm config for contracts list
Run prettier
Fix checks, add contract list to compile script in package.json
Add contracts to compiler options
Add missing public types from connect docs
Change imports order
Change default page params in connect to page 1 and perPage 100
Add docs staging to 0x.js package
Fix a typo
Add an assertion
Add PR numbers
Fix entry points
Add tests for dev-utils package
Move subproviders from dev-utils to subproviders
Add missing CHANGELOG entry
Add support for intersection types in docs
Add stagedocs script to connect package
web3 typings fix - web3.net.peerCount returns number
...
2018-02-15 20:09:53 -07:00
Fabio Berger
b610b7c192
Prettier fixes
2018-02-15 20:09:24 -07:00
Amir Bandeali
b75fdd6b66
Merge pull request #400 from 0xProject/feature/deployer/selectContracts
...
Pass in contracts to compile in deployer
2018-02-15 12:27:43 -08:00
Amir Bandeali
060b02eaed
Rename variables
2018-02-15 10:20:03 -08:00
Amir Bandeali
003e5da00d
Update CHANGELOG
2018-02-15 10:13:06 -08:00
Amir Bandeali
02951d4813
Add npm config for contracts list
2018-02-15 10:13:06 -08:00
Amir Bandeali
db52ed9941
Run prettier
2018-02-15 10:13:06 -08:00
Amir Bandeali
af333b1838
Fix checks, add contract list to compile script in package.json
2018-02-15 10:13:06 -08:00
Amir Bandeali
f62762bd0e
Add contracts to compiler options
2018-02-15 10:13:06 -08:00
Brandon Millman
4b67352278
Add missing public types from connect docs
2018-02-15 00:18:48 -08:00
Leonid Logvinov
76afb6b116
Add types for ABIv2
2018-02-14 15:52:06 -08:00
Leonid
e22788abe8
Merge pull request #392 from 0xProject/feature/subproviders_move
...
Move subproviders from dev-utils to subproviders package and add tests for dev-utils
2018-02-15 00:13:12 +01:00
Leonid Logvinov
bbfbfcda85
Change imports order
2018-02-14 15:03:52 -08:00
Brandon Millman
0dfb36e675
Merge pull request #398 from 0xProject/feature/website/stage-documentation
...
Add support for intersection types and staged connect documentation
2018-02-14 14:45:33 -08:00
Brandon Millman
95a9d77301
Change default page params in connect to page 1 and perPage 100
2018-02-14 14:43:43 -08:00
Leonid
ab1f070901
Merge pull request #386 from 0xProject/fix/windows_install
...
Use system-independent rm command
2018-02-14 23:38:48 +01:00
Brandon Millman
8201d5d1f8
Add docs staging to 0x.js package
2018-02-14 14:35:31 -08:00
Leonid Logvinov
8704c34a0f
Fix a typo
2018-02-14 11:54:20 -08:00
Leonid Logvinov
599adaf1bf
Add an assertion
2018-02-14 11:53:40 -08:00
Leonid Logvinov
778e399438
Add PR numbers
2018-02-14 11:51:26 -08:00