Fabio Berger
749354b1c0
Merge pull request #520 from 0xProject/fix/installation-tests
...
Fix the publishing/installation test issues
2018-04-12 09:26:42 +09:00
Fabio Berger
27b915789e
Merge branch 'development' into removeMigrateStep
...
* development:
Publish
Updated CHANGELOGS
# Conflicts:
# packages/0x.js/package.json
# packages/deployer/package.json
# packages/utils/CHANGELOG.json
2018-04-12 08:53:12 +09:00
Leonid Logvinov
72aa3d3005
Fix some of the publishing/installation issues
2018-04-11 18:39:58 +02:00
Leonid Logvinov
e8d4f6d532
Publish
...
- 0x.js@0.36 .0
- @0xproject/abi-gen@0.2.10
- @0xproject/assert@0.2.6
- @0xproject/base-contract@0.2.0
- @0xproject/connect@0.6.9
- contracts@2.1.22
- @0xproject/deployer@0.4.0
- @0xproject/dev-utils@0.3.5
- @0xproject/json-schemas@0.7.20
- @0xproject/metacoin@0.0.3
- @0xproject/monorepo-scripts@0.1.17
- @0xproject/react-docs-example@0.0.7
- @0xproject/react-docs@0.0.7
- @0xproject/react-shared@0.1.2
- @0xproject/sol-cov@0.0.7
- @0xproject/sra-report@0.0.8
- @0xproject/subproviders@0.8.5
- @0xproject/testnet-faucets@1.0.23
- @0xproject/tslint-config@0.4.15
- @0xproject/types@0.6.0
- @0xproject/typescript-typings@0.1.0
- @0xproject/utils@0.5.1
- @0xproject/web3-wrapper@0.6.0
- @0xproject/website@0.0.25
2018-04-11 18:00:46 +02:00
Leonid Logvinov
631e7e9c58
Updated CHANGELOGS
2018-04-11 18:00:39 +02:00
Fabio Berger
3c84ce2050
Improve deployer error message
2018-04-11 22:37:39 +09:00
Fabio Berger
29dc22e208
Merge branch 'development' into removeMigrateStep
...
* development:
Fix lint error
Fix documentation links in some READMEs
Fix relative link
Add step to publishing that upload staging doc jsons, deploys staging website, opens every docs page and asks the dev to confirm that each one renders properly before publishing
Fix web3Wrapper build command
Add top-level `yarn lerna:stage_docs` to upload docJsons to the staging S3 bucket for all packages with a docs page
Added a detailed description of `renameOverloadedMethods` (special thanks to @fabioberger). Updated Javascript styles in the Abi-Gen and Utils packages, around support for function overloading.
Updated deployer to accept a list of contract directories as input. Contract directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions.
Refactor publish script to have it's main execution body be lean and discrete steps
# Conflicts:
# packages/contracts/package.json
# packages/deployer/package.json
2018-04-11 19:00:30 +09:00
Brandon Millman
7d8badc86e
Fix documentation links in some READMEs
2018-04-10 21:24:17 -07:00
Greg Hysen
eecf09f515
Added a detailed description of renameOverloadedMethods (special thanks to @fabioberger). Updated Javascript styles in the Abi-Gen and Utils packages, around support for function overloading.
2018-04-09 19:25:07 -07:00
Greg Hysen
61fc3346c2
Updated deployer to accept a list of contract directories as input. Contract directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions.
2018-04-09 17:22:58 -07:00
Fabio Berger
e05b55d4a5
merge development
2018-04-09 14:34:36 +09:00
Fabio Berger
277e58c2e5
Merge pull request #505 from 0xProject/fix/readmeContributingSection
...
Improve README contributing sections in all packages
2018-04-06 15:05:34 +09:00
Fabio Berger
75a51af006
Use provider over web3 in deployer, dev-utils and subprovider tests, rename subprovider to ganacheSubprovider in test util
2018-04-06 15:04:17 +09:00
Fabio Berger
89a72ebf0d
Merge branch 'development' into removeMigrateStep
...
* development:
Fix tests
Call static functions as static
Address feedback
Move our contract templates to accept Provider instead of Web3Wrapper
2018-04-05 21:06:58 +09:00
Leonid Logvinov
fbba5e054a
Address feedback
2018-04-05 12:37:35 +02:00
Fabio Berger
29d38593d6
Fix contributing links
2018-04-05 10:01:41 +09:00
Fabio Berger
d76bc18bb7
Improve contributing section of all packages so they include building entire monorepo on first contribution
2018-04-05 09:57:21 +09:00
Leonid Logvinov
249bf0163d
Move our contract templates to accept Provider instead of Web3Wrapper
2018-04-04 11:56:32 +03:00
Fabio Berger
20aaab0847
Add --exit to all mocha calls so they exit when called from top-level yarn command ( https://github.com/mochajs/mocha/issues/3044 )
2018-04-04 16:34:23 +09:00
Fabio Berger
6c02722f56
Make deployer tests run on inprocess ganache
2018-04-04 09:50:24 +09:00
Fabio Berger
cd3e14f45a
Remove isPublished from all CHANGELOG.json filesx
2018-04-03 09:45:59 +09:00
Leonid Logvinov
4dbf6559aa
After publish
2018-04-02 16:12:37 +03:00
Leonid Logvinov
b987b5988d
Publish
...
- 0x.js@0.35 .0
- @0xproject/abi-gen@0.2.9
- @0xproject/assert@0.2.5
- @0xproject/base-contract@0.1.0
- @0xproject/connect@0.6.8
- contracts@2.1.21
- @0xproject/deployer@0.3.5
- @0xproject/dev-utils@0.3.4
- @0xproject/json-schemas@0.7.19
- @0xproject/metacoin@0.0.2
- @0xproject/monorepo-scripts@0.1.16
- @0xproject/react-docs-example@0.0.6
- @0xproject/react-docs@0.0.6
- @0xproject/react-shared@0.1.1
- @0xproject/sol-cov@0.0.6
- @0xproject/sra-report@0.0.7
- @0xproject/subproviders@0.8.4
- @0xproject/testnet-faucets@1.0.22
- @0xproject/tslint-config@0.4.14
- @0xproject/types@0.5.0
- @0xproject/typescript-typings@0.0.3
- @0xproject/utils@0.5.0
- @0xproject/web3-wrapper@0.5.0
- @0xproject/website@0.0.24
2018-04-02 16:01:51 +03:00
Leonid Logvinov
6ba6bec105
Updated CHANGELOGS
2018-04-02 16:01:45 +03:00
Leonid Logvinov
c1d6c7ff66
Fix a typo
2018-04-02 14:45:59 +03:00
Leonid Logvinov
6e12794765
Compile only the Exchange contract in compiler tests
2018-04-02 14:20:53 +03:00
Leonid Logvinov
51f2a20b2a
Merge branch 'development' into feature/metacoin
2018-04-02 12:56:46 +03:00
Fabio Berger
3bf3f479f5
Add manual postpublish command to all public packages and update CHANGELOG.json
2018-04-02 18:46:53 +09:00
Leonid Logvinov
fbc39614c0
Report errors locally
2018-04-02 12:35:03 +03:00
Leonid Logvinov
ba0696a0d7
Incroduce the Warning constant
2018-04-02 12:35:03 +03:00
Leonid Logvinov
4d9029bb0e
Add metacoin example project
2018-04-02 12:34:29 +03:00
Fabio Berger
2411bfc20f
Publish
...
- 0x.js@0.34 .0
- @0xproject/abi-gen@0.2.8
- @0xproject/assert@0.2.4
- @0xproject/base-contract@0.0.6
- @0xproject/connect@0.6.7
- contracts@2.1.20
- @0xproject/deployer@0.3.4
- @0xproject/dev-utils@0.3.3
- @0xproject/json-schemas@0.7.18
- @0xproject/monorepo-scripts@0.1.15
- @0xproject/react-docs-example@0.0.5
- @0xproject/react-docs@0.0.5
- @0xproject/react-shared@0.1.0
- @0xproject/sol-cov@0.0.5
- @0xproject/sra-report@0.0.6
- @0xproject/subproviders@0.8.3
- @0xproject/testnet-faucets@1.0.21
- @0xproject/tslint-config@0.4.13
- @0xproject/types@0.4.2
- @0xproject/typescript-typings@0.0.2
- @0xproject/utils@0.4.4
- @0xproject/web3-wrapper@0.4.0
- @0xproject/website@0.0.23
2018-04-02 17:42:10 +09:00
Fabio Berger
4d4ea8a4d0
Updated CHANGELOGS
2018-04-02 17:42:03 +09:00
Fabio Berger
595517e68b
Generate CHANGELOG.json files
2018-04-02 17:35:26 +09:00
Amir Bandeali
ff7c3012a5
Run prettier, update deployer CHANGELOG
2018-04-01 10:45:30 -07:00
Amir Bandeali
20fec2943b
Create solc_bin dir if does not exist before attempting to compile
2018-04-01 10:45:25 -07:00
Leonid Logvinov
8926dac78c
Merge pull request #482 from 0xProject/feature/web3-types
...
Move common types out of web3 types
2018-03-28 16:26:05 +02:00
Fabio Berger
0053762760
merge developmentx
2018-03-27 19:16:13 +01:00
Leonid Logvinov
d72b7299c6
Move common types out of web3 types
2018-03-27 17:56:21 +02:00
Fabio Berger
eb89ef79eb
Add monorepo_scripts to npmignore
2018-03-27 16:49:19 +01:00
Leonid Logvinov
a2e4aaa9a3
Add clean-state tests
2018-03-27 17:47:04 +02:00
Fabio Berger
343191e936
Remove nested .gitignore files since yarn publish gets confused by them and ignores their contents on the top-level scope
2018-03-27 16:24:44 +01:00
Leonid Logvinov
f30353087f
Merge branch 'development' into feature/deployer-improvements
2018-03-23 19:18:31 +01:00
Leonid Logvinov
7ef6bd4b14
Set timeout for compiler tests
2018-03-22 14:26:24 +01:00
Fabio Berger
c570f3865f
Use yarn instead of npm
2018-03-22 12:53:41 +00:00
Leonid Logvinov
e476682922
Remove redundant types
2018-03-22 12:37:44 +01:00
Leonid Logvinov
e31ba2e12e
Add missing param comments
2018-03-21 18:06:50 +01:00
Leonid Logvinov
73f8ae9a47
Fix a comment
2018-03-21 18:01:26 +01:00
Leonid Logvinov
32b85625c1
Add a comment
2018-03-21 17:23:07 +01:00
Leonid Logvinov
629edd3108
Move npm-run-all to devDependencies
2018-03-21 17:20:30 +01:00