aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add support for TypeScript project references (#991)Alex Browne2018-08-303-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update all package.json and tsconfig.json * fix(contracts): Make test/utils/web3_wrapper.ts compatible with project refs * Fix webpack config for 0x.js * Fix linter errors by adding rootDir to tsconfig.json as needed * Add build:ts and watch:ts commands to package.json * Update sra-spec to work with project references * Update tsconfig.json with latest new/removed packages * Add TypeScript as devDependency at root * Add missing rootDir to forwarder-helper package * Use a separate tsconfig file for typedoc * Fix linter errors * Apply PR feedback (add comments) * Fix 0x.js tsconfig
* Export missing types and add OrderValidatorWrapper to hidden constructorsBrandon Millman2018-08-291-0/+3
|
* Add OrderValidatorWrapper to public interfaceBrandon Millman2018-08-281-0/+1
|
* Add contract-wrappers changelog entry for OrderValidatorWrapperBrandon Millman2018-08-281-0/+8
|
* Fix broken testBrandon Millman2018-08-281-2/+3
|
* Add getBalancesAndAllowances to wrapperBrandon Millman2018-08-281-0/+25
|
* Add params to all function commentsBrandon Millman2018-08-281-0/+12
|
* Add getERC721Owner to wrapperBrandon Millman2018-08-281-1/+13
|
* Update getOrdersAndTradersInfo to return an array insteadBrandon Millman2018-08-282-12/+12
|
* Add getBalanceAndAllowance to wrapperBrandon Millman2018-08-282-1/+25
|
* Add getTraderInfo and getTradersInfo to wrapperBrandon Millman2018-08-281-2/+27
|
* Add getOrderAndTraderInfoAsync to wrapperBrandon Millman2018-08-282-2/+24
|
* Add test for order validatorBrandon Millman2018-08-282-0/+142
|
* Remove some unused variables in forwarder wrapper testBrandon Millman2018-08-281-3/+0
|
* Initial OrderValidator wrapperBrandon Millman2018-08-285-1/+97
|
* Publishcontracts@2.1.42@0xproject/website@0.0.46@0xproject/web3-wrapper@2.0.1@0xproject/utils@1.0.7@0xproject/types@1.0.1-rc.6@0xproject/testnet-faucets@1.0.43@0xproject/subproviders@2.0.1@0xproject/sra-spec@1.0.1-rc.6@0xproject/sra-report@1.0.7@0xproject/sol-resolver@1.0.7@0xproject/sol-cov@2.1.1@0xproject/sol-compiler@1.1.1@0xproject/react-shared@1.0.8@0xproject/react-docs@1.0.7@0xproject/order-watcher@1.0.1-rc.5@0xproject/order-utils@1.0.1-rc.6@0xproject/monorepo-scripts@1.0.7@0xproject/migrations@1.0.6@0xproject/metacoin@0.0.17@0xproject/json-schemas@1.0.1-rc.6@0xproject/forwarder-helper@1.0.1-rc.2@0xproject/fill-scenarios@1.0.1-rc.5@0xproject/dev-utils@1.0.6@0xproject/contract-wrappers@1.0.1-rc.5@0xproject/connect@2.0.0-rc.2@0xproject/base-contract@2.0.1@0xproject/assert@1.0.7@0xproject/abi-gen@1.0.70x.js@1.0.1-rc.6Fabio Berger2018-08-271-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.6 - @0xproject/abi-gen@1.0.7 - @0xproject/assert@1.0.7 - @0xproject/base-contract@2.0.1 - @0xproject/connect@2.0.0-rc.2 - @0xproject/contract-wrappers@1.0.1-rc.5 - contracts@2.1.42 - @0xproject/dev-utils@1.0.6 - @0xproject/fill-scenarios@1.0.1-rc.5 - @0xproject/forwarder-helper@1.0.1-rc.2 - @0xproject/json-schemas@1.0.1-rc.6 - @0xproject/metacoin@0.0.17 - @0xproject/migrations@1.0.6 - @0xproject/monorepo-scripts@1.0.7 - @0xproject/order-utils@1.0.1-rc.6 - @0xproject/order-watcher@1.0.1-rc.5 - @0xproject/react-docs@1.0.7 - @0xproject/react-shared@1.0.8 - @0xproject/sol-compiler@1.1.1 - @0xproject/sol-cov@2.1.1 - @0xproject/sol-resolver@1.0.7 - @0xproject/sra-report@1.0.7 - @0xproject/sra-spec@1.0.1-rc.6 - @0xproject/subproviders@2.0.1 - @0xproject/testnet-faucets@1.0.43 - @0xproject/types@1.0.1-rc.6 - @0xproject/utils@1.0.7 - @0xproject/web3-wrapper@2.0.1 - @0xproject/website@0.0.46
* Updated CHANGELOGSFabio Berger2018-08-272-1/+6
|
* Fix prettierFabio Berger2018-08-271-2/+1
|
* Update changelog files for RC packagesFabio Berger2018-08-271-0/+9
|
* Combine importsFabio Berger2018-08-271-2/+9
|
* Publishethereum-types@1.0.5contracts@2.1.41@0xproject/website@0.0.45@0xproject/web3-wrapper@2.0.0@0xproject/utils@1.0.6@0xproject/typescript-typings@1.0.5@0xproject/types@1.0.1-rc.5@0xproject/tslint-config@1.0.6@0xproject/testnet-faucets@1.0.42@0xproject/subproviders@2.0.0@0xproject/sra-report@1.0.6@0xproject/sra-api@1.0.1-rc.5@0xproject/sol-resolver@1.0.6@0xproject/sol-cov@2.1.0@0xproject/sol-compiler@1.1.0@0xproject/react-shared@1.0.7@0xproject/react-docs@1.0.6@0xproject/order-watcher@1.0.1-rc.4@0xproject/order-utils@1.0.1-rc.4@0xproject/monorepo-scripts@1.0.6@0xproject/migrations@1.0.5@0xproject/metacoin@0.0.16@0xproject/json-schemas@1.0.1-rc.5@0xproject/forwarder-helper@1.0.1-rc.1@0xproject/fill-scenarios@1.0.1-rc.4@0xproject/dev-utils@1.0.5@0xproject/contract-wrappers@1.0.1-rc.4@0xproject/connect@2.0.0-rc.1@0xproject/base-contract@2.0.0@0xproject/assert@1.0.6@0xproject/abi-gen@1.0.60x.js@1.0.1-rc.4Fabio Berger2018-08-251-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.4 - @0xproject/abi-gen@1.0.6 - @0xproject/assert@1.0.6 - @0xproject/base-contract@2.0.0 - @0xproject/connect@2.0.0-rc.1 - @0xproject/contract-wrappers@1.0.1-rc.4 - contracts@2.1.41 - @0xproject/dev-utils@1.0.5 - ethereum-types@1.0.5 - @0xproject/fill-scenarios@1.0.1-rc.4 - @0xproject/forwarder-helper@1.0.1-rc.1 - @0xproject/json-schemas@1.0.1-rc.5 - @0xproject/metacoin@0.0.16 - @0xproject/migrations@1.0.5 - @0xproject/monorepo-scripts@1.0.6 - @0xproject/order-utils@1.0.1-rc.4 - @0xproject/order-watcher@1.0.1-rc.4 - @0xproject/react-docs@1.0.6 - @0xproject/react-shared@1.0.7 - @0xproject/sol-compiler@1.1.0 - @0xproject/sol-cov@2.1.0 - @0xproject/sol-resolver@1.0.6 - @0xproject/sra-api@1.0.1-rc.5 - @0xproject/sra-report@1.0.6 - @0xproject/subproviders@2.0.0 - @0xproject/testnet-faucets@1.0.42 - @0xproject/tslint-config@1.0.6 - @0xproject/types@1.0.1-rc.5 - @0xproject/typescript-typings@1.0.5 - @0xproject/utils@1.0.6 - @0xproject/web3-wrapper@2.0.0 - @0xproject/website@0.0.45
* Updated CHANGELOGSFabio Berger2018-08-252-3/+10
|
* Upgrade Typedoc to 0.12.0, which works with TS 3.xFabio Berger2018-08-231-1/+1
|
* Add/improve commentsFabio Berger2018-08-231-1/+1
|
* Fix changelogsFabio Berger2018-08-231-2/+2
|
* Refactor publish script so that root package.json configs.packagesWithDocs ↵Fabio Berger2018-08-231-2/+1
| | | | is canonical source of which packages have doc pages
* Update all CHANGELOGsFabio Berger2018-08-221-2/+2
|
* Fix prettierFabio Berger2018-08-221-4/+6
|
* Update contract-wrappers CHANGELOGFabio Berger2018-08-221-2/+6
|
* Fix remaining merge issuesFabio Berger2018-08-223-5/+7
|
* Merge development branchFabio Berger2018-08-226-2/+521
|\
| * Add OrderValidator to migrationsAmir Bandeali2018-08-221-1/+1
| |
| * remove v2 contract artifactsF. Eugene Aumson2018-08-212-2/+2
| |
| * Merge pull request #975 from ↵Fabio Berger2018-08-194-0/+524
| |\ | | | | | | | | | | | | 0xProject/feature/contract-wrappers/executeTransaction [Contract-wrappers] Exchange execute transaction encoder
| | * Rename to Transaction Encoder.Jacob Evans2018-08-186-240/+521
| | | | | | | | | | | | Add tests for all encoding methods.
| | * [Contract-wrappers] Exchange execute transaction encoderJacob Evans2018-08-163-0/+243
| | |
* | | Fix index.ts given fix in doc generationFabio Berger2018-08-221-12/+0
| | |
* | | Move types from sol-compiler to types so they can be used in other places ↵Fabio Berger2018-08-224-7/+3
| | | | | | | | | | | | without requiring sol-compiler as a dep
* | | Add generated_docs dir to clean commandFabio Berger2018-08-221-1/+1
| | |
* | | Add missing exports to 0x.js and contract-wrappers index.tsFabio Berger2018-08-211-0/+2
| | |
* | | Move sol-compiler dep to `dependencies` now that types from it are exported ↵Fabio Berger2018-08-211-1/+1
| | | | | | | | | | | | in index.ts
* | | Cleanup contract-wrappers index.tsFabio Berger2018-08-207-40/+41
| | |
* | | Remove outdating commentFabio Berger2018-08-176-12/+6
| | |
* | | Merge developmentFabio Berger2018-08-171-2/+2
|\| |
| * | Bump copyfiles from 1.2.0 to 2.0.0dependabot[bot]2018-08-151-1/+1
| |/ | | | | | | | | | | | | 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>
| * feat: Upgrade TypeScript to 3.0.1Alex Browne2018-08-151-1/+1
| |
* | Flesh out 0x.js index.ts and added some exports to other index.ts in the processFabio Berger2018-08-151-0/+1
| |
* | Fix additional merge conflictsFabio Berger2018-08-151-1/+1
| |
* | Merge developmentFabio Berger2018-08-1519-44/+622
|\|
| * PublishAlex Browne2018-08-141-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * Updated CHANGELOGSAlex Browne2018-08-142-2/+9
| |
| * fix contract-wrappers json-schemasfragosti2018-08-104-12/+12
| |
| * fix: Update dependenciesAlex Browne2018-08-101-2/+2
| |
| * Update CHANGELOG.json for contract-wrappersAlex Browne2018-08-091-0/+4
| |
| * Update TypeScript to version 2.9.2Alex Browne2018-08-091-1/+1
| |
| * Fix CHANGELOGsBrandon Millman2018-08-041-1/+1
| |
| * Update orderFactory interfaceBrandon Millman2018-08-041-8/+2
| |
| * Rename to calldata utilsBrandon Millman2018-08-033-16/+16
| |
| * Add missing PR numbersBrandon Millman2018-08-031-1/+1
| |
| * CHANGELOGBrandon Millman2018-08-021-0/+4
| |
| * Add testsBrandon Millman2018-08-022-18/+85
| |
| * Create marketBuyOrdersOptimizationsBrandon Millman2018-08-023-8/+63
| |
| * Update contract-wrappers CHANGELOG.jsonBrandon Millman2018-08-021-0/+9
| |
| * Clarify ethAmount is in weiBrandon Millman2018-07-311-2/+2
| |
| * Update forwarder_wrapper_testBrandon Millman2018-07-311-0/+16
| |
| * Add more assertionsBrandon Millman2018-07-313-6/+102
| |
| * Write initial test for forwarder_wrapperBrandon Millman2018-07-312-16/+73
| |
| * Fix spelling error in exchange wrapper testsBrandon Millman2018-07-311-1/+1
| |
| * Add getOrdersInfo to exchange_wrapperBrandon Millman2018-07-313-3/+32
| |
| * Implement initial forwarder wrapperBrandon Millman2018-07-318-2/+242
| |
* | Add missing type exportsFabio Berger2018-08-072-0/+10
| |
* | Make signature_util into an object literal so related functions are rendered ↵Fabio Berger2018-08-031-2/+2
| | | | | | | | together in the docs
* | Add missing doc commentsFabio Berger2018-08-036-2/+55
| |
* | Don't ignore compiler errorsFabio Berger2018-08-021-1/+1
| |
* | Add contract-wrappers page and make topBar component more conciseFabio Berger2018-08-021-2/+8
| |
* | Remove all in-package monorepo-scripts by adding doc gen/upload and ↵Fabio Berger2018-07-302-13/+3
|/ | | | aggregate release note publishing to publish script
* Publishcontracts@2.1.39@0xproject/website@0.0.43@0xproject/testnet-faucets@1.0.40@0xproject/react-docs-example@0.0.19@0xproject/metacoin@0.0.14@0xproject/abi-gen@1.0.4Fabio Berger2018-07-261-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Updated CHANGELOGSFabio Berger2018-07-261-1/+2
|
* Point to actual current versionFabio Berger2018-07-261-4/+4
|
* Fix changelogs and package versions for ones that weren't publishedFabio Berger2018-07-262-3/+2
|
* Publishcontracts@2.1.38@0xproject/website@0.0.42@0xproject/testnet-faucets@1.0.39@0xproject/sol-compiler@1.0.3@0xproject/react-docs-example@0.0.18@0xproject/monorepo-scripts@1.0.4@0xproject/metacoin@0.0.13@0xproject/abi-gen@1.0.3Fabio Berger2018-07-261-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Updated CHANGELOGSFabio Berger2018-07-262-1/+6
|
* Add changelog entries for next RC publishFabio Berger2018-07-261-0/+8
|
* Fix accidental import from test folderFabio Berger2018-07-261-1/+1
|
* Publishcontracts@2.1.37@0xproject/website@0.0.41@0xproject/testnet-faucets@1.0.38@0xproject/react-docs-example@0.0.17@0xproject/monorepo-scripts@1.0.3@0xproject/metacoin@0.0.12@0xproject/abi-gen@1.0.2Fabio Berger2018-07-261-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Updated CHANGELOGSFabio Berger2018-07-262-1/+6
|
* Revert to publishing ethereum-typesFabio Berger2018-07-261-1/+1
|
* Temporarily have all packages depend on an older, published version of ↵Fabio Berger2018-07-261-1/+1
| | | | ethereum-types since we cannot publish a new one
* Remove artifacts which should no longer be commitedFabio Berger2018-07-269-14598/+0
|
* Update artifacts in contract-wrappers, generate artifacts and improve READMEFabio Berger2018-07-2610-3816/+14598
|
* Revert "Temporarily add changelog & package.json version changes"Fabio Berger2018-07-252-6/+1
| | | | This reverts commit 97268d22534c2f4aca9bd6a88c70e988969d3c76.
* Temporarily add changelog & package.json version changesFabio Berger2018-07-242-1/+6
|
* Add new RC versions to changelog so that these packages are publised as RC'sFabio Berger2018-07-241-0/+8
|
* Revert "Revert "Publish""Fabio Berger2018-07-241-20/+20
| | | | This reverts commit a66ccaa1da2af753038bf22a5e7e63bdc307bf2f.
* Revert "Publish"Leonid Logvinov2018-07-231-20/+20
| | | | This reverts commit 3dc94051713e4a32796ce3b4ae4b70b527e24cfe.
* PublishLeonid Logvinov2018-07-231-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Updated CHANGELOGSLeonid Logvinov2018-07-232-8/+18
|
* Add missing timestamp to CHANGELOG entriesFabio Berger2018-07-211-0/+1
|
* FIx a typoLeonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/contract-wrappers@1.0.0-rc.1Leonid Logvinov2018-07-201-8/+0
|
* @0xproject/contract-wrappers@1.0.0-rc.1Leonid Logvinov2018-07-202-5/+5
|
* Change all package to depend on the new @0xproject/migrations@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/fill-scenarios@1.0.0-rc.1Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/order-utils@1.0.0-rc.1Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/sol-compiler@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/dev-utils@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/subproviders@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/base-contract@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/web3-wrapper@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/abi-gen@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/assert@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/json-schemas@1.0.0-rc.1Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/utils@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/types@1.0.0-rc.1Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/tslint-config@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/typescript-typings@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/monorepo-scripts@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new ethereum-types@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* merge v2-prototypeFabio Berger2018-07-185-19/+32
|\
| * Fix a bad mergeLeonid Logvinov2018-07-181-2/+2
| |
| * Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-181-3/+3
| |\
| * | MergeLeonid Logvinov2018-07-182-11/+13
| | |
| * | Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-188-61/+33
| |\ \
| * \ \ Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-162-4/+2
| |\ \ \
| * | | | Export forgotten stuff from contract-wrappersLeonid Logvinov2018-07-132-5/+14
| | | | |
| * | | | Make getZRXAssetData not asyncLeonid Logvinov2018-07-131-3/+4
| | | | |
| * | | | Upgrade tslint to use prefer-readonlyLeonid Logvinov2018-07-131-1/+1
| | | | |
* | | | | Update package versionsFabio Berger2018-07-181-10/+10
| | | | |
* | | | | Update changelogsFabio Berger2018-07-182-0/+13
| |_|_|/ |/| | |
* | | | Merge pull request #884 from 0xProject/export-more-0x.jsFabio Berger2018-07-181-3/+3
|\ \ \ \ | |_|_|/ |/| | | Export missing V2 pieces from 0x.js
| * | | Rename assetProxyUtils to assetDataUtilsFabio Berger2018-07-171-3/+3
| | | |
* | | | Merge pull request #883 from 0xProject/feature/tslint-improvementsLeonid Logvinov2018-07-182-2/+2
|\ \ \ \ | |/ / / |/| | | New tslint rules
| * | | Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
| | | |
| * | | Upgrade tslint to the newest versionLeonid Logvinov2018-07-171-1/+1
| | |/ | |/|
* | | Remove no-longer needed testsFabio Berger2018-07-171-38/+0
| | |
* | | Stop subscriptions from unsubscribing on recoverable network issuesFabio Berger2018-07-175-19/+29
|/ /
* / Export Web3ProviderEngine from subproviders packageFabio Berger2018-07-133-6/+3
|/
* Merge pull request #863 from 0xProject/refactor/0x.jsFabio Berger2018-07-123-6/+9
|\ | | | | Refactor 0x.js
| * Add missing paramFabio Berger2018-07-121-0/+1
| |
| * Refactor 0x.js to V2Fabio Berger2018-07-123-3/+8
| |
| * Remove TokenRegistry from 0x.jsFabio Berger2018-07-122-3/+0
| |
* | Add explicit HACK comment when we import assertBrandon Millman2018-07-121-1/+1
| |
* | Contract Wrappers - Ether token block rangeJacob Evans2018-07-111-5/+9
|/ | | | Start after migrations to avoid any unexpected logs
* Update package versionsFabio Berger2018-07-101-12/+12
|
* Update changelogsFabio Berger2018-07-092-1/+6
|
* Dedupe AssetProxyId typesLeonid Logvinov2018-07-094-9/+3
|
* Fix a typoLeonid Logvinov2018-07-091-1/+1
|
* Default shouldValidate to trueLeonid Logvinov2018-07-091-17/+17
|
* Add basic validation for exchange contract wrapperLeonid Logvinov2018-07-092-18/+159
|
* Add type for AssetProxyIdLeonid Logvinov2018-07-091-0/+5
|
* Add revert reason parsing to error handling decoratorLeonid Logvinov2018-07-092-0/+6
|
* Return AssetProxyId instead of string from proxy.getProxyIdAsync()Leonid Logvinov2018-07-092-4/+6
|
* Instantiate BlockAndLogStreamer with generic type parametersLeonid Logvinov2018-07-061-1/+1
|
* Fix testsLeonid Logvinov2018-07-064-33/+26
|
* Fix prettierLeonid Logvinov2018-07-051-1/+2
|
* Fix merge conflictsLeonid Logvinov2018-07-052-11/+3
|
* Add CHANGELOG entriesLeonid Logvinov2018-07-051-1/+5
|
* Adjust commentsLeonid Logvinov2018-07-052-121/+81
|
* Fix commentsLeonid Logvinov2018-07-051-5/+5
|
* Improve the commentLeonid Logvinov2018-07-051-1/+1
|
* Rename Proxie to ProxyLeonid Logvinov2018-07-052-5/+3
|
* Rename compact_artifacts to artifactsLeonid Logvinov2018-07-0511-12/+12
|
* Rearrange assertions t match parameter orderLeonid Logvinov2018-07-054-145/+118
|
* Fix match orders test and add a validation TODOLeonid Logvinov2018-07-052-3/+12
|
* Add tests for exchange contract wrapperLeonid Logvinov2018-07-051-1029/+313
|
* Add Exchange contract wrapperLeonid Logvinov2018-07-053-3/+1040
|
* Pass through blockPollingInterval down to contract wrapperLeonid Logvinov2018-07-053-6/+21
|
* Export orderStatus and OrderInfoLeonid Logvinov2018-07-051-0/+2
|
* Add blockPollingInterval config to contractWrappers config typeLeonid Logvinov2018-07-051-0/+2
|
* Add contractWrappers.erc721Proxy.getproxyIdAsyncLeonid Logvinov2018-07-051-0/+9
|
* Add contractWrappers.erc20Proxy.getproxyIdAsyncLeonid Logvinov2018-07-051-0/+9
|
* Make it possible to configure block polling interval in base contract wrapperLeonid Logvinov2018-07-051-3/+6
|
* Add blockPollingIntervalMs as an optional field to contract-wrappers config ↵Leonid Logvinov2018-07-052-0/+2
| | | | schemas
* Update dummy tokens addresses in token_utilsLeonid Logvinov2018-07-051-3/+3
|
* Remove only from testsLeonid Logvinov2018-07-051-1/+1
|
* Add OrderInfo and OrderStatus to typesLeonid Logvinov2018-07-051-0/+16
|
* Add OrderTxOptsSchemaLeonid Logvinov2018-07-051-0/+8
|
* Update ABI in compact_artifactsLeonid Logvinov2018-07-053-86/+585
|
* Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-058-8/+1371
|\
| * Merge branch 'v2-prototype' into eth-lightwallet-subprovider-finalJacob Evans2018-07-043-4/+21
| |\
| | * Fix alignmentFabio Berger2018-07-041-1/+1
| | |
| | * Update blockstream to latest version, propogate errors to top-level callersFabio Berger2018-07-043-3/+20
| | |
| | * Update web3-provider-engine version w/o caretFabio Berger2018-07-031-1/+1
| | |
| | * Update web3-provider-engineFabio Berger2018-07-031-1/+1
| | |
| * | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-finalJacob Evans2018-07-031-1/+1
| |\|
| | * Update incorrect versions of depsFabio Berger2018-07-021-1/+1
| | |
| * | Fix Tslint issuesFabio Berger2018-06-267-15/+14
| |/
* | Fix build after rebaseLeonid Logvinov2018-06-291-1/+1
| |
* | Add a commentLeonid Logvinov2018-06-291-0/+2
| |
* | Assign true values to names varsLeonid Logvinov2018-06-291-8/+13
| |
* | Fix a typoLeonid Logvinov2018-06-291-1/+1
| |
* | Set the interval to 0 in awaitTranscationSuccessAsyncLeonid Logvinov2018-06-294-22/+28
| |
* | Make promises dangerousLeonid Logvinov2018-06-293-3/+0
| |
* | Add a TODO commentLeonid Logvinov2018-06-291-0/+1
| |
* | Add isSubscriptionToken assertionLeonid Logvinov2018-06-294-0/+8
| |
* | Rename approved to approvedAddressLeonid Logvinov2018-06-291-2/+2
| |
* | Use removeUndefinedProperties for txOptsLeonid Logvinov2018-06-293-32/+55
| |
* | Rename getApprovedAsync to getApprovedIfExistsAsyncLeonid Logvinov2018-06-292-8/+11
| |
* | Add HACK commentsLeonid Logvinov2018-06-294-0/+8
| |
* | Add assertions for txOpts and methodOptsLeonid Logvinov2018-06-294-38/+75
| |
* | Remove v2 artifact scriptsLeonid Logvinov2018-06-291-4/+1
| |
* | Remove tokenTransferProxyAddress from configLeonid Logvinov2018-06-292-10/+6
| |
* | Fix addresses in WETH9 and ZRX token artifactsLeonid Logvinov2018-06-292-2/+2
| |
* | Dump assert version and make the order-watcher depend on the old assert versionLeonid Logvinov2018-06-291-1/+1
| |
* | Export newly refactored contracts from contract-wrappers and index.tsLeonid Logvinov2018-06-292-70/+50
| |
* | Change artifacts list and add dependencies to package.jsonLeonid Logvinov2018-06-291-6/+6
| |
* | Bump the version so that order-watcher doesn't pick it upLeonid Logvinov2018-06-291-1/+1
| |
* | Refactor event subscription testsLeonid Logvinov2018-06-291-13/+27
| |
* | Refactor typesLeonid Logvinov2018-06-291-35/+21
| |
* | Implement ERC721 token wrapper and token transfer proxy with testsLeonid Logvinov2018-06-294-0/+1008
| |
* | Refactor ERC20 token transfer proxy and it's testsLeonid Logvinov2018-06-292-29/+27
| |
* | Refactor ERC20 token wrapper and it's testsLeonid Logvinov2018-06-292-151/+208
| |
* | Refactor ether token wrapper testLeonid Logvinov2018-06-291-53/+64
| |
* | Refactor base contract-wrapper class to use new names, artifact format and ↵Leonid Logvinov2018-06-291-21/+13
| | | | | | | | only decode logs from that contract
* | Refactor EtherToken contract wrapper to use new names and artifacts formatLeonid Logvinov2018-06-291-19/+19
| |
* | Use new signature verification method in assertionsLeonid Logvinov2018-06-291-9/+12
| |
* | Export txDefaults from web3_wrapper.tsLeonid Logvinov2018-06-291-3/+7
| |
* | Refactor tokenUtils to not use tokenRegistryLeonid Logvinov2018-06-291-30/+42
| |
* | Add new test constantsLeonid Logvinov2018-06-291-0/+8
| |
* | Skip & refactor artifacts testsLeonid Logvinov2018-06-291-15/+9
| |
* | Run V2 migrations instead of V1 before testsLeonid Logvinov2018-06-291-3/+3
| |
* | Remove unused params in filter_utilsLeonid Logvinov2018-06-291-13/+3
| |
* | Start unused parameter names with underscoreLeonid Logvinov2018-06-291-4/+4
| |
* | Remove old contracts and add new ones to/from artifacts.tsLeonid Logvinov2018-06-291-14/+19
| |
* | Remove exchange-related functionality for nowLeonid Logvinov2018-06-2912-3691/+0
| |
* | Update compact_wrtifactsLeonid Logvinov2018-06-2914-1820/+3311
|/
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-2210-10/+1
|
* Fix additional versions and update yarn.lockFabio Berger2018-06-191-1/+1
|
* Update all package versions to match latest published to NPMFabio Berger2018-06-191-18/+18
|
* Update CHANGELOG's with publishes performed on development branchFabio Berger2018-06-192-1/+23
|
* Adjust version in changelogfragosti2018-06-191-1/+1
|
* Prettierfragosti2018-06-151-1/+1
|
* Add to changelog for contract-wrappersfragosti2018-06-151-0/+8
|
* Fix typofragosti2018-06-151-1/+1
|
* Fix filling orders on Portalfragosti2018-06-156-4/+12
|
* Store the instantiated OrderValidationUtilsFabio Berger2018-06-121-2/+2
|
* Merge branch 'v2-prototype' into fix/contract-wrappers/exchangeTransferSimulatorFabio Berger2018-06-121-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Fix a bug in SolCompilerArtifacts adapter config overriding Increase timeout for contract migrations Remove some copy-paste code Await transactions in migrations Fix typos Await transactions in migrations Await fake transactions Fix a typo Implement SolidityProfiler & adapt sol-cov to work with Geth # Conflicts: # packages/migrations/CHANGELOG.json
| * Increase timeout for contract migrationsLeonid Logvinov2018-06-091-1/+1
| |
* | Pass in generated contract wrapper to orderValidationUtils at instantiationFabio Berger2018-06-111-10/+25
| |
* | Refactor orderValidationUtils to use the generated contract wrapper instead ↵Fabio Berger2018-06-111-7/+11
| | | | | | | | of the higher-level one
* | Refactor ExchangeTransferSimulator public interface to accet an ↵Fabio Berger2018-06-116-19/+71
|/ | | | AbstractBalanceAndProxyAllowanceLazyStore so that this module could be re-used in different contexts.
* Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-081-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Fix tslint issues Fix tslint failure Pass in fee and assetAmount rather then the whole signedOrder Fix missing paths Revert to returning orderState on invalid order - Refactor remainingFillableCalculator so it can be used for the maker and taker side - Moved the tests over from order-watcher - Did some token -> asset renaming Update naming in orderStateUtils to use asset over token, also removed cancelledAmount since in V2 it's binary. Fixed path Use source-map-support package to include correct line numbers in mocha move generated contract wrappers from `contract_wrappers/generated/` to `generated_contract_wrappers` in package with no non-generated contract wrappers
| * Merge pull request #676 from 0xProject/feature/mocha-source-mapsAlex Browne2018-06-081-1/+1
| |\ | | | | | | Use source-map-support package to include correct line numbers in mocha
| | * Use source-map-support package to include correct line numbers in mochaAlex Browne2018-06-071-1/+1
| | |
* | | Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-0722-33/+26
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (66 commits) Run prettier Remove unused variable Fix linting issues Change shouldRenderHeader prop to shouldHideHeader Get build and tests to pass typo Apply prettier Update contracts tests after rebase Apply various fixes based on PR feedback Document debug_increaseTime method and fix typo in devnet README Use an enum for ProviderType in contracts/src/utils/web3_wrapper Update contracts package README Update relevant changelogs Remove global gas estimate buffer Add Async suffix to relevant assertions Fix linter errors Update package.json and yarn.lock Update more things to work with both Geth and Ganache Small fixes and cleanup Add additional gas to calls to fillOrderNoThrow ... # Conflicts: # packages/order-watcher/src/order_watcher/order_watcher.ts # packages/react-docs/src/components/type.tsx # packages/website/ts/components/ui/lifecycle_raised_button.tsx # packages/website/ts/components/wallet/wallet.tsx
| * | Get build and tests to passfragosti2018-06-073-3/+9
| | |
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-071-1/+0
| |\| | | | | | | | | | feature/improve-linting
| | * Stop running prettier on generated filesLeonid Logvinov2018-06-071-2/+1
| | |
| * | Use CLI for excludefragosti2018-06-072-5/+2
| | |
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-071-4/+5
| |\| | | | | | | | | | feature/improve-linting