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
Fabio Berger
b84225ac70
Revert to publishing ethereum-types
2018-07-26 13:05:36 +02:00
Fabio Berger
5ebcea53d6
Fix marshaller import
2018-07-26 12:59:48 +02:00
Fabio Berger
a491e01144
Update yarn.lock
2018-07-26 12:52:25 +02:00
Fabio Berger
1236efc008
Temporarily have all packages depend on an older, published version of ethereum-types since we cannot publish a new one
2018-07-26 12:50:15 +02:00
Fabio Berger
e63bbdeb87
Temporarily make ethereum-types private to exclude from publishing
2018-07-26 12:40:31 +02:00
Fabio Berger
084ccb62a6
Add order-watcher artifacts to gitignore
2018-07-26 12:35:22 +02:00
Fabio Berger
015469885d
Fix changelogs
2018-07-26 12:34:41 +02:00
Fabio Berger
061f223269
Remove artifacts for git
2018-07-26 12:15:01 +02:00
Fabio Berger
88ee35d5f9
Call 'lerna publish' with spawn so we see stderr and stdout in real-time
2018-07-26 12:14:13 +02:00
Francesco Agosti
6c5b33ec71
Merge pull request #902 from 0xProject/feature/web3-wrapper/unexport-marshaller
...
Stop exporting marshaller from web3-wrapper
2018-07-25 16:32:04 -07:00
Brandon Millman
31b8dd1bfc
Remove careers page feature flag
2018-07-26 06:55:06 +08:00
Brandon Millman
35113487f1
Merge pull request #893 from 0xProject/feature/website/jobs-page-part2
...
Jobs page
2018-07-25 15:31:54 -07:00
Brandon Millman
9ce8e10115
Header copy change
2018-07-26 06:28:17 +08:00
Brandon Millman
d07d059eda
Margin polish
2018-07-26 06:00:35 +08:00
Fabio Berger
d836b0f815
Also skip prompt when publishing for real
2018-07-25 22:34:50 +02:00
Fabio Berger
1b1733ce7c
Merge pull request #911 from 0xProject/fix-v2-beta-migration
...
Update/Fix V2-beta-testnet migration & Use it in all RC packages
2018-07-25 22:21:32 +02:00
Fabio Berger
5fd64a969b
Add order-watcher artifacts to prettierignore
2018-07-25 22:04:12 +02:00
Fabio Berger
9a762e584c
Add contract-wrappers artifacts to prettierignore
2018-07-25 21:51:36 +02:00
Fabio Berger
7fc0fd9fb6
Prettier fixes
2018-07-25 21:36:56 +02:00
fragosti
da4b70fcae
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into feature/web3-wrapper/unexport-marshaller
2018-07-25 10:33:13 -07:00
Fabio Berger
a0db69ee05
Missing artifact
2018-07-25 19:10:36 +02:00