Fabio Berger
ecf86d1d13
Uppercase Networks enum values
2018-01-30 21:01:16 +01:00
Fabio Berger
e219772b2a
Fix all setState calls after unmounted errors. Decided to create our own flag rather then using a cancellablePromise since there was little to be gained from this alternative
2018-01-30 20:12:32 +01:00
Fabio Berger
dd9f5adc2e
Initial Ledger support implementation
2018-01-28 10:29:15 +01:00
Leonid Logvinov
e744e4cd98
Apply prettier config
2018-01-03 11:37:38 +01: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
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
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
b79b48cfbe
Fix top-padding
2017-12-20 17:24:12 +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
Fabio Berger
fb0b7efc45
Refactor configs and constants, standardize on uppercase/snakecase, alphebetize, rename for logical grouping
2017-12-18 19:30:25 +01:00
Fabio Berger
1aed970ce3
standarize on grey
over gray
spelling and other color related fixes
2017-12-18 10:28:34 +01:00
Fabio Berger
445ff1e28e
Standardize colors to always be in uppercase hex and consolidate material-ui greys
2017-12-18 10:06:16 +01:00
Fabio Berger
df9d3e3e16
Consolidate all custom colors and material-ui colors into a colors module
2017-12-18 09:15:12 +01:00
Fabio Berger
abbad68eb8
Replace remaining strEnums with property TS string enums
2017-12-17 20:48:23 -05:00
Leonid Logvinov
2041e9945e
Fix website unused vars
2017-12-15 15:19:19 +01:00
Fabio Berger
c57190dead
Add orderWatcher to 0x.js docs
2017-11-29 18:57:21 -06:00
Fabio Berger
53522a98b9
Rename packageName to displayName for clarity
2017-11-29 08:52:49 -06:00
Fabio Berger
0e856ccfab
Fix phantom Contracts
section issue
2017-11-29 08:48:11 -06:00
Fabio Berger
9ce899d3f3
Merge branch 'development' into feature/connect-docs
...
* development:
rename for clarity
remove unused code
Publish
2017-11-28 16:06:44 -06:00
Fabio Berger
4258e6dab1
rename for clarity
2017-11-28 16:05:13 -06:00
Fabio Berger
3c3033586d
Add 0x Connect Docs to the menu and topBar
2017-11-28 16:02:31 -06:00
Fabio Berger
629a0fa3a5
Add subPackageName and get rid of hard-coded 0x.js in sourceLink
2017-11-28 15:42:27 -06:00
Fabio Berger
72a00ac2df
Refactor the topLevel documentation react components for 0x.js and Smart contracts into a single component
2017-11-28 15:11:04 -06:00
Fabio Berger
3472bdcfd4
Refactor docs to be more declarative, put all hard-coded doc-related data in one place so it easier to add new doc pages
2017-11-28 11:16:35 -06:00
Fabio Berger
5a59ac4c6b
fix remaining tslint errors
2017-11-27 22:08:08 -06:00
Fabio Berger
e7b523074a
remove comment
2017-11-27 12:24:11 -06:00
Fabio Berger
3e5abc60d3
Add "Web3" prefix to web3 alias types and link to the correct line in the web3 typings
2017-11-27 12:05:39 -06:00
Fabio Berger
edf80aba1a
Fix overlapping arg names
2017-11-27 10:56:33 -06:00
Fabio Berger
25ec4cf7b0
Fix source links in 0x.js docs
2017-11-27 10:25:53 -06:00
Fabio Berger
3660ba28d7
Add website to mono repo, update packages to align with existing sub-packages, use new subscribeAsync 0x.js method
2017-11-21 14:03:08 -06:00