Brandon Millman
3cf2cb89bb
Implement initial wallet interface
2018-03-20 13:42:50 -07:00
Fabio Berger
abf41b073c
Set Lodash dep to an exact version since newer versions introduced breaking changes
2018-03-20 11:40:29 +00:00
Fabio Berger
0f0aca7de5
Change title
2018-03-19 14:51:58 +01:00
Fabio Berger
f699b9a73f
Add Blake and Zach to About page
2018-03-19 14:50:50 +01:00
Fabio Berger
214096de9e
Re-size Jacob and Tom's images
2018-03-19 14:50:36 +01:00
Fabio Berger
a0ccb609cd
Manually publish 0x.js back to a working state
2018-03-19 00:55:10 +01:00
Fabio Berger
4e05554b3e
Publish
...
- 0x.js@0.33 .5
- contracts@2.1.19
- @0xproject/sra-report@0.0.5
- @0xproject/testnet-faucets@1.0.20
- @0xproject/website@0.0.22
2018-03-19 00:48:26 +01:00
Fabio Berger
04c08b9fc8
Publish
...
- 0x.js@0.33 .4
- @0xproject/assert@0.2.3
- @0xproject/connect@0.6.6
- contracts@2.1.18
- @0xproject/deployer@0.3.2
- @0xproject/dev-utils@0.3.2
- @0xproject/json-schemas@0.7.17
- @0xproject/react-docs-example@0.0.4
- @0xproject/react-docs@0.0.4
- @0xproject/react-shared@0.0.4
- @0xproject/sol-cov@0.0.4
- @0xproject/sra-report@0.0.4
- @0xproject/subproviders@0.8.2
- @0xproject/testnet-faucets@1.0.19
- @0xproject/website@0.0.21
2018-03-19 00:39:25 +01:00
Fabio Berger
8392ee4625
Publish
...
- 0x.js@0.33 .3
- @0xproject/abi-gen@0.2.7
- @0xproject/assert@0.2.2
- @0xproject/base-contract@0.0.5
- chai-as-promised-typescript-typings@0.0.12
- chai-typescript-typings@0.0.6
- @0xproject/connect@0.6.5
- contracts@2.1.17
- @0xproject/deployer@0.3.1
- @0xproject/dev-utils@0.3.1
- ethers-typescript-typings@0.0.4
- @0xproject/json-schemas@0.7.16
- @0xproject/monorepo-scripts@0.1.14
- @0xproject/react-docs-example@0.0.3
- @0xproject/react-docs@0.0.3
- @0xproject/react-shared@0.0.3
- @0xproject/sol-cov@0.0.3
- @0xproject/sra-report@0.0.3
- @0xproject/subproviders@0.8.1
- @0xproject/testnet-faucets@1.0.18
- @0xproject/tslint-config@0.4.12
- @0xproject/types@0.4.1
- @0xproject/utils@0.4.3
- web3-typescript-typings@0.10 .2
- @0xproject/web3-wrapper@0.3.1
- @0xproject/website@0.0.20
2018-03-19 00:24:28 +01:00
Fabio Berger
79f521b555
Publish
...
- 0x.js@0.33 .2
- @0xproject/abi-gen@0.2.6
- @0xproject/assert@0.2.1
- @0xproject/base-contract@0.0.4
- chai-as-promised-typescript-typings@0.0.11
- chai-typescript-typings@0.0.5
- @0xproject/connect@0.6.4
- contracts@2.1.16
- @0xproject/deployer@0.3.0
- @0xproject/dev-utils@0.3.0
- ethers-typescript-typings@0.0.3
- @0xproject/json-schemas@0.7.15
- @0xproject/monorepo-scripts@0.1.13
- @0xproject/react-docs-example@0.0.2
- @0xproject/react-docs@0.0.2
- @0xproject/react-shared@0.0.2
- @0xproject/sol-cov@0.0.2
- @0xproject/sra-report@0.0.2
- @0xproject/subproviders@0.8.0
- @0xproject/testnet-faucets@1.0.17
- @0xproject/tslint-config@0.4.11
- @0xproject/types@0.4.0
- @0xproject/utils@0.4.2
- web3-typescript-typings@0.10 .1
- @0xproject/web3-wrapper@0.3.0
- @0xproject/website@0.0.19
2018-03-18 19:49:46 +01:00
Brandon Millman
380e51ca50
Merge branch 'development' into feature/utils/console-log
...
* development: (25 commits)
Enable coverage for all other packages with tests
Fix parallel coverage results reporting
Fix linter issuesx
Remove outdated comment
Add script copying to build command
Add postpublish script to sol-cov
Move configuration into package.json configs section
Transform input data before encoding for callAsync and getABIEncodedTransactionData
Consolidate docs generation and uploading logic
Use async/await instead of promise syntax
Move changelog entry
remove unneeded include
remove unused dep
Fix lint issues
Re-add linter to monorepo-scripts but with tslint-config dep at earlier version to avoid cyclical dependency
small fixes
move scripts to monorepro-scripts
Fix gitignore
Move abi-gen scripts to src
Add missing dep
...
2018-03-14 14:36:04 -07:00
Fabio Berger
009b70f5b2
Merge branch 'development' into convertScriptsToTs
...
* development: (71 commits)
Transform input data before encoding for callAsync and getABIEncodedTransactionData
Update coverage badge to show development coverage
Configure post build hook
Notify coveralls after all tasks have finished
Address feedback
Revert "Report all coverage reports together"
Separate published packages and typescript typings on README
Report all coverage reports together
Add other statement types
Properly and consistently parse ENV vars
Add forgotten file
Start using solidity-parser-antlr
Fix the default always overriding to address
Submit a TD PR
Add an explanatory comment for making ranges unique
Fix a typo in handling env variables
Introduce TESTRPC_FIRST_ADDRESS
Make BlockchainLifecycle accept only web3Wrapper
Fix comments
Fix deployer CHANGELOG
...
# Conflicts:
# README.md
# packages/deployer/package.json
# packages/subproviders/src/globals.d.ts
# yarn.lock
2018-03-14 14:16:08 +01:00
Brandon Millman
c8a8b851d8
Consolidate all console.log into the @0xproject/utils package
2018-03-13 18:13:48 -07:00
Jacob Evans
e065ac45dc
Fix the default always overriding to address
2018-03-12 11:34:55 -04:00
Fabio Berger
952f1cf8d0
Use isMetaMask
flag rather then constructor name for Metamask provider detection
2018-03-12 15:22:04 +01:00
Fabio Berger
86a55fe55a
Add OrderRelevantState
to public types in 0x.js docs configs
2018-03-12 13:58:15 +01:00
Fabio Berger
76a31b6fd6
Merge pull request #447 from 0xProject/refactorAnalytics
...
Refactor Website Analytics
2018-03-12 11:28:34 +01:00
Fabio Berger
870ba445b8
Merge pull request #444 from 0xProject/dedupWeb3Wrapper
...
Remove custom web3Wrapper from website
2018-03-11 12:49:15 +01:00
Fabio Berger
caaa70f630
Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we don't sometimes pass an empty string and sometimes undefined
2018-03-11 12:33:34 +01:00
Fabio Berger
56a8e0a09a
Fix userAddress bugs
2018-03-11 12:04:46 +01:00
Fabio Berger
4c08667a07
Replace local PRECISION constants with global config.AMOUNT_DISPLAY_PRECISION
2018-03-10 22:43:13 +01:00
Fabio Berger
4ac6b6828c
Get rid of getFirstAccountIfExistsAsync since no longer needed
2018-03-10 22:38:31 +01:00
Fabio Berger
c050186014
Use undefined rather then an empty string in blockchainWatcher
2018-03-10 22:36:54 +01:00
Fabio Berger
63f2606863
Refactor blockchain to store userAddress as address or undefined
2018-03-10 22:31:19 +01:00
Fabio Berger
8a58ffda86
Fix tslint issues
2018-03-10 16:59:59 +01:00
Fabio Berger
cea8dcae3d
Refactor Analytics so that calls to ReactGA are all in a single module, combining the provider type util function, moving GA id to configs and using utils.onPageLoadAsync
2018-03-10 16:53:42 +01:00
Tom Schmidt
494bff4bc0
Fixed merge issue
2018-03-09 16:10:25 -08:00
Tom Schmidt
47af38ecb8
Merge branch 'development' into feature/website/web3-logging
2018-03-09 15:22:59 -08:00
Tom Schmidt
654c790c3d
Fixed Parity detection
2018-03-09 12:44:11 -08:00
Fabio Berger
7ebebb5bd9
Create blockchainWatcher class and refactor Portal such that Ether amounts are always passed around as baseUnits
2018-03-09 19:02:07 +01:00
Fabio Berger
cfd734d84f
remove remaining declaration
2018-03-09 15:09:25 +01:00
Fabio Berger
342a697e42
Remove _exchangeAddress instance var from blockchain class
2018-03-09 15:08:22 +01:00
Fabio Berger
918f3cde94
Remove duplicitous methods from website's webWrapper
2018-03-09 15:08:02 +01:00
Tom Schmidt
c78e504bfb
Fixed lint
2018-03-08 17:08:43 -08:00
Tom Schmidt
c009e9979e
Added web3 provider logging
2018-03-08 16:06:44 -08:00
Brandon Millman
8e5a876b37
Publish
...
- 0x.js@0.33 .1
- @0xproject/abi-gen@0.2.5
- @0xproject/assert@0.2.0
- @0xproject/base-contract@0.0.3
- @0xproject/connect@0.6.3
- contracts@2.1.15
- @0xproject/deployer@0.2.1
- @0xproject/dev-utils@0.2.1
- @0xproject/json-schemas@0.7.14
- @0xproject/react-docs@0.0.1
- @0xproject/react-shared@0.0.1
- @0xproject/sra-report@0.0.1
- @0xproject/subproviders@0.7.0
- @0xproject/testnet-faucets@1.0.16
- @0xproject/types@0.3.1
- @0xproject/utils@0.4.1
- @0xproject/web3-wrapper@0.2.1
- @0xproject/website@0.0.18
2018-03-08 10:20:46 -08:00
Fabio Berger
4a94a2b4e8
Add support for going back to previous hashes via the browser back button to wiki
2018-03-08 16:38:25 +01:00
Fabio Berger
7e5c35d06e
Add comment about commented out CSS exception
2018-03-08 14:39:28 +01:00
Fabio Berger
3779ab90de
Fix css files with prettier
2018-03-08 14:37:05 +01:00
Fabio Berger
9aec1feae3
Move remaining type configs to topLevel DocsInfoConfigs
2018-03-07 15:19:59 +01:00
Fabio Berger
6f8a70834b
Add onSelectedVersion callback so it can be handled in any way the caller wishes
2018-03-07 13:25:15 +01:00
Fabio Berger
327cc307b3
Add back icons to example so that link icon renders
2018-03-07 11:05:48 +01:00
Fabio Berger
f66efed777
Add example docs to react-docs package
2018-03-07 10:20:15 +01:00
Fabio Berger
e88eba1877
Fix tslint errors
2018-03-06 20:55:57 +01:00
Fabio Berger
f8b8a10b8f
Make sidebar header configurable
2018-03-06 20:38:45 +01:00
Fabio Berger
71008dc819
Remove menuSubsectionsBySection prop from Documentation component
2018-03-06 19:49:00 +01:00
Tom Schmidt
f27e943258
Added provider canonical name mapping
2018-03-06 09:47:13 -08:00
Fabio Berger
9301173f7d
Rename docsVersion prop to selectedVersion and docsVersions to versions for clarity
2018-03-06 16:46:07 +01:00
Fabio Berger
c8ace2edc0
Remove location prop
2018-03-06 16:37:37 +01:00
Fabio Berger
0b1ba9f997
Move Documentation to the @0xproject/react-docs
package
2018-03-06 16:31:55 +01:00