Fabio Berger
0248add542
Merge development branch
2018-08-22 11:41:42 +01:00
Fabio Berger
c00c477307
Add doc comments to AbiDecoder
2018-08-21 17:39:35 +01:00
Fabio Berger
12881e60e3
Fix file name from camel to snake case
2018-08-21 14:23:06 +01:00
Amir Bandeali
8bce73dc67
Fix typos, run prettier, and allow anyone to call on DummyERC721Token
2018-08-16 17:32:16 -07:00
Amir Bandeali
c13f538400
Update CHANGELOGs
2018-08-16 17:31:21 -07:00
Amir Bandeali
aeb9ffbf5a
Store methodId and number of indexed args in AbiDecoder to differentiate between events with same function signature
2018-08-16 17:31:21 -07:00
Fabio Berger
0337b5a401
Merge development
2018-08-16 15:10:12 -07:00
dependabot[bot]
b6cdc00a31
Bump copyfiles from 1.2.0 to 2.0.0
...
Bumps [copyfiles](https://github.com/calvinmetcalf/copyfiles ) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/calvinmetcalf/copyfiles/releases )
- [Commits](https://github.com/calvinmetcalf/copyfiles/compare/v1.2.0...v2.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-14 21:51:13 +00:00
Fabio Berger
2f2582a0da
Merge development
2018-08-14 14:21:47 -07:00
Alex Browne
6baa5ef311
feat: Upgrade TypeScript to 3.0.1
2018-08-14 11:02:04 -07:00
Alex Browne
fadd292ecf
Publish
...
- 0x.js@1.0.1-rc.3
- @0xproject/abi-gen@1.0.5
- @0xproject/assert@1.0.5
- @0xproject/base-contract@2.0.0-rc.1
- @0xproject/connect@1.0.5
- @0xproject/contract-wrappers@1.0.1-rc.3
- contracts@2.1.40
- @0xproject/dev-utils@1.0.4
- ethereum-types@1.0.4
- @0xproject/fill-scenarios@1.0.1-rc.3
- @0xproject/json-schemas@1.0.1-rc.4
- @0xproject/metacoin@0.0.15
- @0xproject/migrations@1.0.4
- @0xproject/monorepo-scripts@1.0.5
- @0xproject/order-utils@1.0.1-rc.3
- @0xproject/order-watcher@1.0.1-rc.3
- @0xproject/react-docs@1.0.5
- @0xproject/react-docs-example@0.0.20
- @0xproject/react-shared@1.0.6
- @0xproject/sol-compiler@1.0.5
- @0xproject/sol-cov@2.0.0
- @0xproject/sol-resolver@1.0.5
- @0xproject/sra-api@1.0.1-rc.4
- @0xproject/sra-report@1.0.5
- @0xproject/subproviders@1.0.5
- @0xproject/testnet-faucets@1.0.41
- @0xproject/tslint-config@1.0.5
- @0xproject/types@1.0.1-rc.4
- @0xproject/typescript-typings@1.0.4
- @0xproject/utils@1.0.5
- @0xproject/web3-wrapper@1.2.0
- @0xproject/website@0.0.44
2018-08-13 18:34:51 -07:00
Alex Browne
7c8a7a2420
Updated CHANGELOGS
2018-08-13 18:34:37 -07:00
Alex Browne
f3761af567
fix: Update dependencies
2018-08-09 11:35:54 -07:00
Alex Browne
c4c37cafa0
Update comment about ethers checksummed address behavior
2018-08-08 17:58:04 -07:00
Alex Browne
5b7774f9d0
Add packages/coverage/.gitkeep file
2018-08-08 17:33:20 -07:00
Alex Browne
ca7d8a8940
Update CI config and package.json to run @0xproject/utils tests on CI
2018-08-08 16:47:36 -07:00
Alex Browne
52e094addc
Move some ethers-related types to typescript-typings/ethers
2018-08-08 14:27:30 -07:00
Alex Browne
6a6739ebbe
Apply prettier
2018-08-08 14:27:30 -07:00
Alex Browne
6a5965d73b
Add strictArgumentEncodingCheck to BaseContract and use it in contract templates
2018-08-08 14:27:30 -07:00
Alex Browne
6e2e658162
Update TypeScript to version 2.9.2
2018-08-08 11:27:38 -07: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
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
2018-07-26 17:42:30 +02:00
Fabio Berger
512dbb448b
Updated CHANGELOGS
2018-07-26 17:42:22 +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
2018-07-26 16:27:08 +02:00
Fabio Berger
87fb9a76ce
Updated CHANGELOGS
2018-07-26 16:26:57 +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
2018-07-26 13:53:36 +02:00
Fabio Berger
034948065d
Updated CHANGELOGS
2018-07-26 13:53:27 +02:00
Fabio Berger
b84225ac70
Revert to publishing ethereum-types
2018-07-26 13:05:36 +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
91c7105d43
Revert "Temporarily add changelog & package.json version changes"
...
This reverts commit 97268d22534c2f4aca9bd6a88c70e988969d3c76.
2018-07-25 11:48:01 +02:00
Fabio Berger
97268d2253
Temporarily add changelog & package.json version changes
2018-07-24 16:33:16 +02:00
Fabio Berger
16a38c687e
Merge fix-rc-packages
2018-07-24 16:20:25 +02:00
Fabio Berger
3af2ef8439
Revert "Revert "Publish""
...
This reverts commit a66ccaa1da2af753038bf22a5e7e63bdc307bf2f.
2018-07-23 19:11:48 +02:00
Leonid Logvinov
a66ccaa1da
Revert "Publish"
...
This reverts commit 3dc94051713e4a32796ce3b4ae4b70b527e24cfe.
2018-07-23 17:13:44 +02:00
Leonid Logvinov
f05a563802
Publish
...
- 0x.js@1.0.0
- @0xproject/abi-gen@1.0.1
- @0xproject/assert@1.0.1
- @0xproject/base-contract@1.0.1
- @0xproject/connect@1.0.1
- @0xproject/contract-wrappers@1.0.0
- contracts@2.1.36
- @0xproject/dev-utils@1.0.1
- ethereum-types@1.0.1
- @0xproject/fill-scenarios@1.0.0
- @0xproject/json-schemas@1.0.0
- @0xproject/metacoin@0.0.11
- @0xproject/migrations@1.0.1
- @0xproject/monorepo-scripts@1.0.1
- @0xproject/order-utils@1.0.0
- @0xproject/order-watcher@1.0.0
- @0xproject/react-docs@1.0.1
- @0xproject/react-docs-example@0.0.16
- @0xproject/react-shared@1.0.1
- @0xproject/sol-compiler@1.0.1
- @0xproject/sol-cov@1.0.1
- @0xproject/sol-resolver@1.0.1
- @0xproject/sra-report@1.0.1
- @0xproject/subproviders@1.0.1
- @0xproject/testnet-faucets@1.0.37
- @0xproject/tslint-config@1.0.1
- @0xproject/types@1.0.0
- @0xproject/typescript-typings@1.0.1
- @0xproject/utils@1.0.1
- @0xproject/web3-wrapper@1.0.1
- @0xproject/website@0.0.40
2018-07-23 17:13:44 +02:00
Leonid Logvinov
855b6b1dc5
Updated CHANGELOGS
2018-07-23 16:58:40 +02:00
Fabio Berger
4f73b81b9c
Add troubleshooting section to utils README
2018-07-23 11:00:27 +02:00
Fabio Berger
b325ad1735
Add additional required tsconfig option for utils package since it now relies on RequestInit & Response types defined in lib.dom.d.ts
2018-07-22 18:27:36 +02:00
Brandon Millman
f2baeddc30
Merge branch 'v2-prototype' into bug/website/fix-website
...
* v2-prototype:
Add missing timestamp to CHANGELOG entries
2018-07-20 12:07:27 -07:00
Brandon Millman
fd349b618a
Add changelog entry for @0xproject/utils
2018-07-20 12:05:47 -07:00
Brandon Millman
6ca2a02766
Add AbortController polyfill to fetchAsync in utils
2018-07-20 11:58:38 -07:00
Fabio Berger
dc151f7290
Add missing timestamp to CHANGELOG entries
2018-07-20 20:13:53 +02:00
Leonid Logvinov
681a582630
FIx a typo
2018-07-20 00:54:44 +02:00
Leonid Logvinov
bf955bd87f
@0xproject/utils@1.0.0
2018-07-19 22:20:35 +02:00
Leonid Logvinov
6bd921d0bc
Add a missing CHANGELOG entry
2018-07-19 22:20:08 +02:00
Leonid Logvinov
534decea95
Change all package to depend on the new @0xproject/types@1.0.0-rc.1
2018-07-19 22:17:55 +02:00
Leonid Logvinov
74d5449719
Change all package to depend on the new @0xproject/tslint-config@1.0.0
2018-07-19 22:03:23 +02:00
Leonid Logvinov
a9fa1a0df6
Change all package to depend on the new @0xproject/typescript-typings@1.0.0
2018-07-19 21:54:44 +02:00
Leonid Logvinov
fd2611794a
Change all package to depend on the new @0xproject/monorepo-scripts@1.0.0
2018-07-19 21:49:03 +02:00