Fabio Berger
0413e3e77f
Change order of index.ts since it not dictates to ordering of the docs
2018-08-01 17:27:33 +02:00
Fabio Berger
92fda0a940
Remove unused dep so that it's not re-compiled onWatcher
2018-08-01 17:27:10 +02:00
Fabio Berger
ba00cd916a
Remove console
2018-07-30 21:09:56 +02:00
Fabio Berger
b4f916d214
Standardize child naming
2018-07-30 21:09:17 +02:00
Fabio Berger
79faf7d3cb
Update yarn.lock
2018-07-30 15:40:20 +02:00
Fabio Berger
79b1b6c8e0
Fix bugs in doc gen
2018-07-30 15:40:10 +02:00
Fabio Berger
b56fc697c4
Move logic to publishUtils so can use as command-line and script import
2018-07-29 23:55:28 +02:00
Fabio Berger
b7ff1fe5d3
Move type
2018-07-29 23:34:49 +02:00
Fabio Berger
1b24064c9f
Move publish_release_notes to own script and other publish cleanup
2018-07-29 23:34:42 +02:00
Fabio Berger
bb9237b0f4
Make monorepo-scripts a private package now that no other package depends on it
2018-07-29 23:01:21 +02:00
Fabio Berger
fe2787fcc1
Add back the 'clean' command
2018-07-29 23:00:44 +02:00
Fabio Berger
11778db05a
Remove no longer necessary include
2018-07-29 23:00:33 +02:00
Fabio Berger
454af2bda3
Fix package.json
2018-07-29 22:49:34 +02:00
Fabio Berger
9f7479711e
Improve doc gen script
2018-07-29 22:29:56 +02:00
Fabio Berger
4579e1637d
Add missing exports discovered by generating compact typedoc JSON
2018-07-29 21:59:09 +02:00
Fabio Berger
f4a2e227e1
Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate release note publishing to publish script
2018-07-29 21:58:39 +02:00
Francesco Agosti
48e538f5c7
Merge pull request #910 from 0xProject/feature/website/upgrade-allowance-toggles-to-locks-and-checks
...
[website] Use new designs with tooltips for allowance toggles
monorepo@48e538f
monorepo@bb9237b
2018-07-27 12:02:29 -07:00
fragosti
c851c37630
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/website/upgrade-allowance-toggles-to-locks-and-checks
2018-07-27 11:51:30 -07:00
fragosti
a0d7b1efa5
Remove unused variable
2018-07-27 11:49:06 -07:00
fragosti
1a06e6b305
Add loading state for initial load and other PR feedback
2018-07-27 11:48:04 -07:00
Fabio Berger
44d1be27e6
Add note about needing Yarn 1.6 to README
2018-07-27 12:22:43 +02:00
Alex Browne
554d5f97df
Add combinatorial tests for internal Exchange functions ( #807 )
...
* WIP add combinatorial tests for internal Exchange functions
* Change combinitorial testing strategy based on feedback
* Check value of filled[orderHash] in updateFilledState tests
* Add combinatorial tests for addFillResults
* Add combinatorial tests for getPartialAmount
* Implement generic `testWithReferenceFuncAsync`
* Implement generic `testCombinatoriallyWithReferenceFuncAsync`
* Add combinatorial tests for isRoundingError
* Add combinatorial tests for calculateFillResults
* Add support for Geth in internal contract tests
* Fix contract artifacts
* Change DECIMAL_PLACES to 78 and add a note.
* Document new functions in utils
* Optimize tests by only reseting state when needed
* Rename/move some files
* Print parameter names on failure in testWithReferenceFuncAsync
* Add to changelog for utils package
* Appease various linters
* Rename some more things related to FillOrderCombinatorialUtils
* Remove .only from test/exchange/internal.ts
* Remove old test for isRoundingError and getPartialAmount
* Appease linters again
* Remove old todos
* Fix typos, add comments, rename some things
* Re-add some LibMath tests
* Update contract internal tests to use new SafeMath revert reasons
* Apply PR feedback from Amir
* Apply PR feedback from Remco
* Re-add networks to ZRXToken artifact
* Remove duplicate Whitelist in compiler.json
2018-07-26 22:09:55 -07:00
Fabio Berger
95c627f581
Publish
...
- 0x.js@1.0.1-rc.2
- @0xproject/abi-gen@1.0.4
- @0xproject/assert@1.0.4
- @0xproject/base-contract@1.0.4
- @0xproject/connect@1.0.4
- @0xproject/contract-wrappers@1.0.1-rc.2
- contracts@2.1.39
- @0xproject/dev-utils@1.0.3
- @0xproject/fill-scenarios@1.0.1-rc.2
- @0xproject/json-schemas@1.0.1-rc.3
- @0xproject/metacoin@0.0.14
- @0xproject/migrations@1.0.3
- @0xproject/order-utils@1.0.1-rc.2
- @0xproject/order-watcher@1.0.1-rc.2
- @0xproject/react-docs@1.0.4
- @0xproject/react-docs-example@0.0.19
- @0xproject/react-shared@1.0.5
- @0xproject/sol-compiler@1.0.4
- @0xproject/sol-cov@1.0.3
- @0xproject/sol-resolver@1.0.4
- @0xproject/sra-report@1.0.4
- @0xproject/subproviders@1.0.4
- @0xproject/testnet-faucets@1.0.40
- @0xproject/types@1.0.1-rc.3
- @0xproject/utils@1.0.4
- @0xproject/web3-wrapper@1.1.2
- @0xproject/website@0.0.43
@0xproject/abi-gen@1.0.4
@0xproject/metacoin@0.0.14
@0xproject/react-docs-example@0.0.19
@0xproject/testnet-faucets@1.0.40
@0xproject/website@0.0.43
contracts@2.1.39
2018-07-26 17:42:30 +02:00
Fabio Berger
512dbb448b
Updated CHANGELOGS
@0xproject/fill-scenarios@1.0.1-rc.2
0x.js@1.0.1-rc.2
@0xproject/assert@1.0.4
@0xproject/base-contract@1.0.4
@0xproject/connect@1.0.4
@0xproject/contract-wrappers@1.0.1-rc.2
@0xproject/dev-utils@1.0.3
@0xproject/json-schemas@1.0.1-rc.3
@0xproject/migrations@1.0.3
@0xproject/order-utils@1.0.1-rc.2
@0xproject/order-watcher@1.0.1-rc.2
@0xproject/react-docs@1.0.4
@0xproject/react-shared@1.0.5
@0xproject/sol-compiler@1.0.4
@0xproject/sol-cov@1.0.3
@0xproject/sol-resolver@1.0.4
@0xproject/sra-report@1.0.4
@0xproject/subproviders@1.0.4
@0xproject/types@1.0.1-rc.3
@0xproject/utils@1.0.4
@0xproject/web3-wrapper@1.1.2
2018-07-26 17:42:22 +02:00
Fabio Berger
b793c1cc73
Update yarn.lock
2018-07-26 17:20:48 +02:00
Fabio Berger
aea048ecc7
Point to actual current version
2018-07-26 17:19:26 +02:00
Fabio Berger
d0e6413fcf
Add changelog entries for other RCs that did publish
2018-07-26 17:12:17 +02:00
Fabio Berger
3b7ad1688b
Fix changelogs and package versions for ones that weren't published
2018-07-26 17:10:59 +02:00
Fabio Berger
e907b99314
Fix circle.yml
2018-07-26 16:57:08 +02:00
Fabio Berger
973bcb0483
Publish
...
- 0x.js@1.0.1-rc.2
- @0xproject/abi-gen@1.0.3
- @0xproject/assert@1.0.3
- @0xproject/base-contract@1.0.3
- @0xproject/connect@1.0.3
- @0xproject/contract-wrappers@1.0.1-rc.2
- contracts@2.1.38
- @0xproject/dev-utils@1.0.3
- ethereum-types@1.0.3
- @0xproject/fill-scenarios@1.0.1-rc.2
- @0xproject/json-schemas@1.0.1-rc.2
- @0xproject/metacoin@0.0.13
- @0xproject/migrations@1.0.3
- @0xproject/monorepo-scripts@1.0.4
- @0xproject/order-utils@1.0.1-rc.2
- @0xproject/order-watcher@1.0.1-rc.2
- @0xproject/react-docs@1.0.3
- @0xproject/react-docs-example@0.0.18
- @0xproject/react-shared@1.0.4
- @0xproject/sol-compiler@1.0.3
- @0xproject/sol-cov@1.0.3
- @0xproject/sol-resolver@1.0.3
- @0xproject/sra-report@1.0.3
- @0xproject/subproviders@1.0.3
- @0xproject/testnet-faucets@1.0.39
- @0xproject/tslint-config@1.0.4
- @0xproject/types@1.0.1-rc.2
- @0xproject/typescript-typings@1.0.3
- @0xproject/utils@1.0.3
- @0xproject/web3-wrapper@1.1.1
- @0xproject/website@0.0.42
@0xproject/testnet-faucets@1.0.39
@0xproject/website@0.0.42
contracts@2.1.38
@0xproject/abi-gen@1.0.3
@0xproject/metacoin@0.0.13
@0xproject/monorepo-scripts@1.0.4
@0xproject/react-docs-example@0.0.18
@0xproject/sol-compiler@1.0.3
2018-07-26 16:27:08 +02:00
Fabio Berger
87fb9a76ce
Updated CHANGELOGS
@0xproject/assert@1.0.3
@0xproject/base-contract@1.0.3
@0xproject/connect@1.0.3
@0xproject/json-schemas@1.0.1-rc.2
@0xproject/react-docs@1.0.3
@0xproject/react-shared@1.0.4
@0xproject/sol-resolver@1.0.3
@0xproject/sra-report@1.0.3
@0xproject/subproviders@1.0.3
@0xproject/tslint-config@1.0.4
@0xproject/types@1.0.1-rc.2
@0xproject/typescript-typings@1.0.3
@0xproject/utils@1.0.3
@0xproject/web3-wrapper@1.1.1
ethereum-types@1.0.3
2018-07-26 16:26:57 +02:00
Fabio Berger
0187e0c47d
Still test unrunnable packages for compilation issues
2018-07-26 16:20:20 +02:00
Fabio Berger
8732d8ece8
Add changelog entries for next RC publish
2018-07-26 16:02:49 +02:00
Fabio Berger
2e7c130f62
Expose lerna dep
2018-07-26 16:00:46 +02:00
Fabio Berger
a90f434df5
Split running packages that cannot be run in a node.js script
2018-07-26 15:58:35 +02:00
Fabio Berger
3b005ad47c
Fix accidental import from test folder
2018-07-26 15:34:00 +02:00
Fabio Berger
735bc2f178
Re-enable deleted the dir after test runs
2018-07-26 15:32:53 +02:00
Fabio Berger
e3cfa6363d
Change test:installation so it also causes run-time errors to appear
2018-07-26 15:32:30 +02:00
Fabio Berger
331b1cb9a0
Fix lint issue
2018-07-26 15:27:50 +02:00
Fabio Berger
55dbb0ece0
Always append monorepo root path so script can be called from anywhere
2018-07-26 14:42:07 +02:00
Fabio Berger
af4071e119
Delete any remenants of test-env dir before creating a new one
2018-07-26 14:23:45 +02:00
Fabio Berger
9947e643d0
Print version that will be tested
2018-07-26 14:23:07 +02:00
Fabio Berger
d3be4f2852
Add ending slash
2018-07-26 14:22:51 +02:00
Fabio Berger
e320f343f8
Add support for testing installations post-publish as well
2018-07-26 14:14:14 +02:00
Fabio Berger
f6cc7d9c3c
Fix asset path
2018-07-26 14:04:47 +02:00
Fabio Berger
b756f76b0e
Publish
...
- 0x.js@1.0.1-rc.1
- @0xproject/abi-gen@1.0.2
- @0xproject/assert@1.0.2
- @0xproject/base-contract@1.0.2
- @0xproject/connect@1.0.2
- @0xproject/contract-wrappers@1.0.1-rc.1
- contracts@2.1.37
- @0xproject/dev-utils@1.0.2
- ethereum-types@1.0.2
- @0xproject/fill-scenarios@1.0.1-rc.1
- @0xproject/json-schemas@1.0.1-rc.1
- @0xproject/metacoin@0.0.12
- @0xproject/migrations@1.0.2
- @0xproject/monorepo-scripts@1.0.3
- @0xproject/order-utils@1.0.1-rc.1
- @0xproject/order-watcher@1.0.1-rc.1
- @0xproject/react-docs@1.0.2
- @0xproject/react-docs-example@0.0.17
- @0xproject/react-shared@1.0.3
- @0xproject/sol-compiler@1.0.2
- @0xproject/sol-cov@1.0.2
- @0xproject/sol-resolver@1.0.2
- @0xproject/sra-report@1.0.2
- @0xproject/subproviders@1.0.2
- @0xproject/testnet-faucets@1.0.38
- @0xproject/tslint-config@1.0.3
- @0xproject/types@1.0.1-rc.1
- @0xproject/typescript-typings@1.0.2
- @0xproject/utils@1.0.2
- @0xproject/web3-wrapper@1.1.0
- @0xproject/website@0.0.41
@0xproject/abi-gen@1.0.2
@0xproject/react-docs-example@0.0.17
@0xproject/testnet-faucets@1.0.38
@0xproject/metacoin@0.0.12
@0xproject/monorepo-scripts@1.0.3
@0xproject/website@0.0.41
contracts@2.1.37
2018-07-26 13:53:36 +02:00
Fabio Berger
034948065d
Updated CHANGELOGS
@0xproject/dev-utils@1.0.2
@0xproject/fill-scenarios@1.0.1-rc.1
@0xproject/sol-compiler@1.0.2
0x.js@1.0.1-rc.1
@0xproject/assert@1.0.2
@0xproject/base-contract@1.0.2
@0xproject/connect@1.0.2
@0xproject/contract-wrappers@1.0.1-rc.1
@0xproject/json-schemas@1.0.1-rc.1
@0xproject/migrations@1.0.2
@0xproject/order-utils@1.0.1-rc.1
@0xproject/order-watcher@1.0.1-rc.1
@0xproject/react-docs@1.0.2
@0xproject/react-shared@1.0.3
@0xproject/sol-cov@1.0.2
@0xproject/sol-resolver@1.0.2
@0xproject/sra-report@1.0.2
@0xproject/tslint-config@1.0.3
@0xproject/subproviders@1.0.2
@0xproject/types@1.0.1-rc.1
@0xproject/typescript-typings@1.0.2
@0xproject/utils@1.0.2
@0xproject/web3-wrapper@1.1.0
ethereum-types@1.0.2
2018-07-26 13:53:27 +02:00
Fabio Berger
0c2df7e589
Fix linter
2018-07-26 13:40:37 +02:00
Fabio Berger
2ae6a71ca3
Revert to using execAsync
2018-07-26 13:27:21 +02:00
Fabio Berger
206fd0f78e
update yarn.lock
2018-07-26 13:20:35 +02:00