Brandon Millman
8fe81c9d09
Refactor JSON parsing in HttpClient
2017-12-24 21:01:28 -05:00
Brandon Millman
9f3acf8e28
Prevent getFeesAsync method on HttpClient from mutating input
2017-12-24 19:02:01 -05:00
Brandon Millman
cbf06b2165
Merge pull request #289 from 0xProject/fix/missingBigNumberConfigs
...
Add missing calls to bigNumberConfigs in packages where we are instan…
2017-12-21 21:04:50 -05:00
Fabio Berger
e884eb9882
Merge pull request #288 from 0xProject/fix/docLinks
...
Fix doc anchor link collisions
2017-12-21 22:45:22 +01:00
Brandon Millman
f8cbfea4a1
Remove unused import
2017-12-21 15:40:09 -05:00
Fabio Berger
e01c0f054d
Merge branch 'development' into fix/docLinks
...
* development:
Update and standardize contracts README
Add to CHANGELOG
Refactor toBaseUnitAmount so that it throws if user supplies unitAmount with too many decimals
Make assertion stricter so that one cannot submit invalid baseUnit amounts to `toUnitAmount`
Add some missed underscores, update changelog and comments
Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors
# Conflicts:
# packages/website/ts/pages/documentation/documentation.tsx
# packages/website/ts/pages/shared/nested_sidebar_menu.tsx
2017-12-21 21:24:54 +01:00
Brandon Millman
12dc8c0d15
Add missing calls to bigNumberConfigs in packages where we are instantiating BigNumbers
2017-12-21 14:55:55 -05:00
Brandon Millman
cb3582289f
Merge pull request #285 from 0xProject/fix/underscorePrivate
...
Add new underscore-privates rule to @0xproject/tslint-config and fix …
2017-12-21 13:16:25 -05:00
Fabio Berger
734d220d60
Merge pull request #287 from 0xProject/fix/toBaseUnitAmount
...
Fix toBaseUnitAmount Issue
2017-12-21 18:22:28 +01:00
Fabio Berger
d725de7286
Create types sectionName constant
2017-12-21 17:28:20 +01:00
Fabio Berger
3e91773cd9
Add sectionName prefix to all anchor links in order to fix method name collisions between sections
2017-12-21 17:28:06 +01:00
Amir Bandeali
dc1d2a33a5
Merge pull request #286 from 0xProject/feature/updateContractsReadme
...
Update and standardize contracts README
2017-12-21 09:26:33 -06:00
Amir Bandeali
ac4074911d
Update and standardize contracts README
2017-12-21 09:21:10 -06:00
Fabio Berger
66cf60f9cb
Fix Max button bug
2017-12-21 15:32:23 +01:00
Fabio Berger
fffe8c355e
Add to CHANGELOG
2017-12-21 14:40:18 +01:00
Fabio Berger
b94d13b413
Refactor toBaseUnitAmount so that it throws if user supplies unitAmount with too many decimals
2017-12-21 09:34:50 +01:00
Fabio Berger
85e16c1233
Make assertion stricter so that one cannot submit invalid baseUnit amounts to toUnitAmount
2017-12-21 09:33:57 +01:00
Brandon Millman
2d53b7d9a4
Add some missed underscores, update changelog and comments
2017-12-20 19:08:11 -05:00
Brandon Millman
23052a5c2e
Merge branch 'development' into fix/underscorePrivate
...
* development: (29 commits)
Move call to error reporter to end of handler so that even if reporting the error takes a while, it doesn't block the UI
Update outdated WETH ranges
Fix conditional
Fix top-padding
Publish
Update CHANGELOGs
Add slashes to base URLs
Fix linter issue
Fix WETH symbol
Update snapshot and artifacts
Replace our EtherTokens with WETH9 from maker
Fix test description
Fix a typo
Add err==null assertions
Add WETH9 tests
Use the new snapshot including WETH9 and it's artifacts
Add WETH9 and mirations
Fix WETH events watching
Fix a typo
Init the _etherTokenContractsByAddress
...
2017-12-20 19:07:54 -05:00
Fabio Berger
42b3a7c9d7
Move call to error reporter to end of handler so that even if reporting the error takes a while, it doesn't block the UI
2017-12-20 18:36:12 +01:00
Fabio Berger
33315046cd
Update outdated WETH ranges
2017-12-20 18:31:01 +01:00
Fabio Berger
2cf647d5ad
Fix conditional
2017-12-20 17:40:01 +01:00
Fabio Berger
b1d88ca643
Merge branch 'development' of github.com:0xProject/0x.js into development
...
* 'development' of github.com:0xProject/0x.js:
Publish
2017-12-20 17:24:19 +01:00
Fabio Berger
b79b48cfbe
Fix top-padding
2017-12-20 17:24:12 +01:00
Leonid Logvinov
a2bf19efc1
Publish
...
- 0x.js@0.28 .0
- @0xproject/abi-gen@0.0.3
- @0xproject/assert@0.0.8
- @0xproject/connect@0.3.1
- contracts@2.1.0
- @0xproject/dev-utils@0.0.2
- @0xproject/json-schemas@0.7.0
- @0xproject/kovan_faucets@1.0.1
- @0xproject/monorepo-scripts@0.1.1
- @0xproject/subproviders@0.1.1
- @0xproject/tslint-config@0.3.0
- @0xproject/types@0.1.1
- @0xproject/utils@0.1.1
- @0xproject/web3-wrapper@0.1.1
- @0xproject/website@0.0.3
0x.js@0.28.0
@0xproject/dev-utils@0.0.2
@0xproject/kovan_faucets@1.0.1
@0xproject/monorepo-scripts@0.1.1
@0xproject/website@0.0.3
contracts@2.1.0
2017-12-20 17:10:12 +01:00
Leonid Logvinov
6636a0861d
Update CHANGELOGs
@0xproject/json-schemas@0.7.0
@0xproject/abi-gen@0.0.3
@0xproject/assert@0.0.8
@0xproject/connect@0.3.1
@0xproject/subproviders@0.1.1
@0xproject/tslint-config@0.3.0
@0xproject/types@0.1.1
@0xproject/utils@0.1.1
@0xproject/web3-wrapper@0.1.1
2017-12-20 16:40:19 +01:00
Leonid Logvinov
5d4078bcf4
Add slashes to base URLs
2017-12-20 16:25:41 +01:00
Brandon Millman
396e3d3ec2
Merge pull request #280 from 0xProject/feature/updateReadmes
...
Update readmes for connect, kovan-faucets, types, and utils packages
2017-12-20 10:06:44 -05:00
Leonid
e88b01ed5b
Merge pull request #277 from 0xProject/feature/weth-events
...
Add etherToken.getLogsAsync and etherToken.subscribe with tests
2017-12-20 15:33:15 +01:00
Brandon Millman
cb11aec84d
Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors
2017-12-20 15:30:25 +01:00
Leonid Logvinov
3e3587c281
Fix linter issue
2017-12-20 15:21:36 +01:00
Fabio Berger
972e1675f6
Merge branch 'development' of github.com:0xProject/0x.js into development
...
* 'development' of github.com:0xProject/0x.js:
Change contributing test
Fix yarn workspaces explanation
Change CONTRIBUTING section
Fix the headers
Address feedback
Write 4 README's
2017-12-20 15:18:15 +01:00
Fabio Berger
05ee368763
Fix md link
2017-12-20 15:17:36 +01:00
Leonid
291e2c8fa0
Merge pull request #279 from 0xProject/feature/READMEs
...
Write 4 README's
2017-12-20 15:17:23 +01:00
Fabio Berger
ad61fe4b54
Fix link
2017-12-20 15:16:18 +01:00
Fabio Berger
439fe10e1e
Merge pull request #284 from 0xProject/feature/newAndImprovedReadmes
...
Improve/Add to README's
2017-12-20 15:14:04 +01:00
Leonid Logvinov
d05a36deed
Fix WETH symbol
2017-12-20 15:02:22 +01:00
Leonid Logvinov
03fd73fab8
Update snapshot and artifacts
2017-12-20 15:00:25 +01:00
Fabio Berger
1d430cf62f
Standardize on improved contributing section
2017-12-20 14:53:50 +01:00
Leonid Logvinov
9ed05f56d3
Replace our EtherTokens with WETH9 from maker
2017-12-20 14:53:38 +01:00
Fabio Berger
23aa3ec5ea
Add Yarn < v1.0 disclaimer
2017-12-20 14:51:04 +01:00
Fabio Berger
a0f5ceddce
Flesh out LedgerSubprovider usage example
2017-12-20 14:50:20 +01:00
Fabio Berger
3171943228
Fix command
2017-12-20 14:50:08 +01:00
Leonid Logvinov
455f74d449
Fix test description
2017-12-20 14:45:35 +01:00
Leonid Logvinov
01bc254cd0
Fix a typo
2017-12-20 14:45:13 +01:00
Leonid Logvinov
2a7cafbf20
Add err==null assertions
2017-12-20 14:44:54 +01:00
Leonid Logvinov
bf1603839e
Change contributing test
2017-12-20 14:21:39 +01:00
Leonid Logvinov
8ed776e113
Fix yarn workspaces explanation
2017-12-20 14:17:17 +01:00
Leonid Logvinov
c3508dcdc6
Change CONTRIBUTING section
2017-12-20 14:10:35 +01:00
Leonid Logvinov
3579f063d6
Fix the headers
2017-12-20 14:07:50 +01:00