aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Follow file naming pattern for mnemonic and private key subproviderJacob Evans2018-04-113-3/+3
| | | |
* | | | Iterator pattern for walking derived keysJacob Evans2018-04-113-45/+62
| | | |
* | | | Tests for signed transactions and multiple accountsJacob Evans2018-04-113-0/+12
| | | |
* | | | Test signed messages with the second accountJacob Evans2018-04-113-1/+15
| | | |
* | | | Throw errors when the address is not specified or invalidJacob Evans2018-04-119-42/+67
| | | |
* | | | Add isChildKey to derived keyJacob Evans2018-04-114-72/+73
| | | |
* | | | Improve Documentation for functions and constructorsJacob Evans2018-04-102-6/+24
| | | |
* | | | Rename to IS_CHILD_KEYJacob Evans2018-04-103-19/+13
| | | |
* | | | Refactor ledger to support multiple accounts with from addressJacob Evans2018-04-108-62/+103
| | | |
* | | | Added walletUtils and address in signMessageJacob Evans2018-04-107-64/+149
| | | |
* | | | Add Mnemonic wallet subproviderJacob Evans2018-04-0610-4/+320
| |_|/ |/| |
* | | Merge pull request #506 from ↵Jacob Evans2018-04-0610-185/+445
|\ \ \ | | | | | | | | | | | | | | | | 0xProject/feature/subproviders/pk-wallet-subprovider Private Key subprovider
| * | | Update shared fixture data for network 42Jacob Evans2018-04-064-38/+28
| | | |
| * | | FeedbackJacob Evans2018-04-068-57/+59
| | | | | | | | | | | | | | | | | | | | remove id management from testnet faucet spread over txParams rather than modify in place
| * | | Create a private key subproviderJacob Evans2018-04-059-156/+424
| |/ /
* | | Merge pull request #505 from 0xProject/fix/readmeContributingSectionFabio Berger2018-04-061-3/+19
|\ \ \ | |_|/ |/| | Improve README contributing sections in all packages
| * | Fix contributing linksFabio Berger2018-04-051-1/+1
| | |
| * | Improve contributing section of all packages so they include building entire ↵Fabio Berger2018-04-051-4/+20
| |/ | | | | | | monorepo on first contribution
* / Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-043-57/+4
|/
* Merge branch 'development' into removeUnusedDepsFabio Berger2018-04-041-22/+11
|\ | | | | | | | | | | | | | | | | | | | | | | * development: Temporarily remove installation test Fix package.json Remove `isPublished` from all CHANGELOG.json filesx Now that every version of a package published has a corresponding entry in it's CHANGELOG we no longer need the isPublished flag. Remove it. Remove temporary convert_changelog script # Conflicts: # packages/monorepo-scripts/package.json
| * Remove `isPublished` from all CHANGELOG.json filesxFabio Berger2018-04-031-22/+11
| |
* | Used generic declaration to remove need for `any`Fabio Berger2018-04-041-1/+1
| |
* | Fix TS errorFabio Berger2018-04-031-1/+1
| |
* | Use @0xproject/utils promisify everywhereFabio Berger2018-04-034-5/+2
|/
* After publishLeonid Logvinov2018-04-021-1/+2
|
* Publishcontracts@2.1.21@0xproject/website@0.0.24@0xproject/testnet-faucets@1.0.22@0xproject/sra-report@0.0.7@0xproject/react-docs-example@0.0.6@0xproject/monorepo-scripts@0.1.16@0xproject/metacoin@0.0.2@0xproject/dev-utils@0.3.4@0xproject/base-contract@0.1.0Leonid Logvinov2018-04-021-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Updated CHANGELOGSLeonid Logvinov2018-04-022-9/+22
|
* Merge branch 'development' into feature/metacoinLeonid Logvinov2018-04-022-1/+3
|\
| * Add manual postpublish command to all public packages and update CHANGELOG.jsonFabio Berger2018-04-022-1/+3
| |
* | Add metacoin example projectLeonid Logvinov2018-04-023-33/+1
|/
* Publishcontracts@2.1.20@0xproject/website@0.0.23@0xproject/web3-wrapper@0.4.0@0xproject/utils@0.4.4@0xproject/typescript-typings@0.0.2@0xproject/types@0.4.2@0xproject/tslint-config@0.4.13@0xproject/testnet-faucets@1.0.21@0xproject/subproviders@0.8.3@0xproject/sra-report@0.0.6@0xproject/sol-cov@0.0.5@0xproject/react-shared@0.1.0@0xproject/react-docs@0.0.5@0xproject/react-docs-example@0.0.5@0xproject/monorepo-scripts@0.1.15@0xproject/json-schemas@0.7.18@0xproject/dev-utils@0.3.3@0xproject/deployer@0.3.4@0xproject/connect@0.6.7@0xproject/base-contract@0.0.6@0xproject/assert@0.2.4@0xproject/abi-gen@0.2.8Fabio Berger2018-04-021-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Updated CHANGELOGSFabio Berger2018-04-022-4/+10
|
* Generate CHANGELOG.json filesFabio Berger2018-04-021-0/+134
|
* Merge pull request #482 from 0xProject/feature/web3-typesLeonid Logvinov2018-03-2814-50/+46
|\ | | | | Move common types out of web3 types
| * Move common types out of web3 typesLeonid Logvinov2018-03-2714-50/+46
| |
* | merge developmentxFabio Berger2018-03-283-12/+7
|\|
| * Add clean-state testsLeonid Logvinov2018-03-273-12/+7
| |
* | Add monorepo_scripts to npmignoreFabio Berger2018-03-271-0/+1
|/
* Make handleRequest public and add comment for itFabio Berger2018-03-228-23/+70
|
* Make setEngine publicFabio Berger2018-03-221-3/+3
|
* Improve subproviders commentFabio Berger2018-03-226-6/+6
|
* Move docs from README into docs page and add a link to it.Fabio Berger2018-03-222-55/+4
|
* Add changelog entry for making `handleRequest` privateFabio Berger2018-03-221-2/+4
|
* Improve all the comments for the subproviders public methodsFabio Berger2018-03-229-115/+199
|
* Remove duplicate ECSignature type defFabio Berger2018-03-202-7/+6
|
* Fix changelog files and add PR numberFabio Berger2018-03-201-2/+5
|
* Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file ↵Fabio Berger2018-03-202-1/+1
| | | | naming conventions. `postpublish.ts` is the only exception and this is because it is dictated by Lerna
* Merge branch 'development' into addExtraDocsFabio Berger2018-03-202-15/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Set Lodash dep to an exact version since newer versions introduced breaking changes Update Kovan Ethertoken Address Update deployer version since manual re-publish Add new entry into CHANGELOG Fix bad merge Update yarn.lock Change title Add Blake and Zach to About page Re-size Jacob and Tom's images Manually publish 0x.js back to a working state Publish Publish Fix 0x.js assets Remove assets from connect and _bundles from packages that don't generate the folder Publish Fix packages that aren't working as expected Make new packages default to public on publish Add new public packages to top-level README Update top-level package.json Fix incorrect new versions ... # Conflicts: # packages/0x.js/package.json # packages/connect/package.json # packages/json-schemas/package.json # packages/sol-cov/package.json
| * Set Lodash dep to an exact version since newer versions introduced breaking ↵Fabio Berger2018-03-201-1/+1
| | | | | | | | changes
| * Publishcontracts@2.1.18@0xproject/website@0.0.21@0xproject/testnet-faucets@1.0.19@0xproject/sra-report@0.0.4@0xproject/sol-cov@0.0.4@0xproject/react-docs-example@0.0.4@0xproject/dev-utils@0.3.2Fabio Berger2018-03-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.33.4 - @0xproject/assert@0.2.3 - @0xproject/connect@0.6.6 - contracts@2.1.18 - @0xproject/deployer@0.3.2 - @0xproject/dev-utils@0.3.2 - @0xproject/json-schemas@0.7.17 - @0xproject/react-docs-example@0.0.4 - @0xproject/react-docs@0.0.4 - @0xproject/react-shared@0.0.4 - @0xproject/sol-cov@0.0.4 - @0xproject/sra-report@0.0.4 - @0xproject/subproviders@0.8.2 - @0xproject/testnet-faucets@1.0.19 - @0xproject/website@0.0.21
| * Publishcontracts@2.1.17@0xproject/website@0.0.20@0xproject/testnet-faucets@1.0.18@0xproject/sra-report@0.0.3@0xproject/sol-cov@0.0.3@0xproject/react-docs-example@0.0.3@0xproject/monorepo-scripts@0.1.14@0xproject/dev-utils@0.3.1@0xproject/deployer@0.3.10x.js@0.33.3Fabio Berger2018-03-191-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.33.3 - @0xproject/abi-gen@0.2.7 - @0xproject/assert@0.2.2 - @0xproject/base-contract@0.0.5 - chai-as-promised-typescript-typings@0.0.12 - chai-typescript-typings@0.0.6 - @0xproject/connect@0.6.5 - contracts@2.1.17 - @0xproject/deployer@0.3.1 - @0xproject/dev-utils@0.3.1 - ethers-typescript-typings@0.0.4 - @0xproject/json-schemas@0.7.16 - @0xproject/monorepo-scripts@0.1.14 - @0xproject/react-docs-example@0.0.3 - @0xproject/react-docs@0.0.3 - @0xproject/react-shared@0.0.3 - @0xproject/sol-cov@0.0.3 - @0xproject/sra-report@0.0.3 - @0xproject/subproviders@0.8.1 - @0xproject/testnet-faucets@1.0.18 - @0xproject/tslint-config@0.4.12 - @0xproject/types@0.4.1 - @0xproject/utils@0.4.3 - web3-typescript-typings@0.10.2 - @0xproject/web3-wrapper@0.3.1 - @0xproject/website@0.0.20
| * Publishcontracts@2.1.16@0xproject/website@0.0.19@0xproject/testnet-faucets@1.0.17@0xproject/sra-report@0.0.2@0xproject/sol-cov@0.0.2@0xproject/react-docs-example@0.0.2@0xproject/monorepo-scripts@0.1.13@0xproject/dev-utils@0.3.0@0xproject/deployer@0.3.00x.js@0.33.2Fabio Berger2018-03-191-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.33.2 - @0xproject/abi-gen@0.2.6 - @0xproject/assert@0.2.1 - @0xproject/base-contract@0.0.4 - chai-as-promised-typescript-typings@0.0.11 - chai-typescript-typings@0.0.5 - @0xproject/connect@0.6.4 - contracts@2.1.16 - @0xproject/deployer@0.3.0 - @0xproject/dev-utils@0.3.0 - ethers-typescript-typings@0.0.3 - @0xproject/json-schemas@0.7.15 - @0xproject/monorepo-scripts@0.1.13 - @0xproject/react-docs-example@0.0.2 - @0xproject/react-docs@0.0.2 - @0xproject/react-shared@0.0.2 - @0xproject/sol-cov@0.0.2 - @0xproject/sra-report@0.0.2 - @0xproject/subproviders@0.8.0 - @0xproject/testnet-faucets@1.0.17 - @0xproject/tslint-config@0.4.11 - @0xproject/types@0.4.0 - @0xproject/utils@0.4.2 - web3-typescript-typings@0.10.1 - @0xproject/web3-wrapper@0.3.0 - @0xproject/website@0.0.19
| * Updated CHANGELOGSFabio Berger2018-03-191-1/+1
| |
* | Add Subprovider docs to websiteFabio Berger2018-03-192-1/+23
| |
* | Export ErrorCallback type from Subproviders packageFabio Berger2018-03-182-1/+2
| |
* | merge developmentFabio Berger2018-03-181-0/+1
|\|
| * Fix issue with bundling subproviders for the browser by ignoring the ↵Fabio Berger2018-03-162-0/+4
| | | | | | | | `ganache-core` dependency
* | Add missing typeFabio Berger2018-03-161-0/+5
| |
* | Add missing type to subproviders exportsFabio Berger2018-03-161-1/+7
| |
* | Use named types and introduce `JSONRPCRequestPayloadWithMethod` typeFabio Berger2018-03-168-26/+24
| |
* | Merge branch 'development' into addExtraDocsFabio Berger2018-03-162-1/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Add changelog entry about pragma addition Add pragma above command-line script Keep console.log in monorepo-scripts Enable coverage for all other packages with tests Fix parallel coverage results reporting Fix linter issuesx Update CHANGELOGs Consolidate all console.log into the @0xproject/utils package # Conflicts: # packages/deployer/package.json
| * Enable coverage for all other packages with testsLeonid Logvinov2018-03-152-1/+4
| |
| * Fix linter issuesxFabio Berger2018-03-141-0/+1
| |
* | Ignore ganache-core from subproviders in a browser setting & remove previous ↵Fabio Berger2018-03-151-0/+3
| | | | | | | | hack
* | Fix linter issuesxFabio Berger2018-03-141-0/+1
|/
* Merge branch 'development' into convertScriptsToTsFabio Berger2018-03-1414-90/+134
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (71 commits) Transform input data before encoding for callAsync and getABIEncodedTransactionData Update coverage badge to show development coverage Configure post build hook Notify coveralls after all tasks have finished Address feedback Revert "Report all coverage reports together" Separate published packages and typescript typings on README Report all coverage reports together Add other statement types Properly and consistently parse ENV vars Add forgotten file Start using solidity-parser-antlr Fix the default always overriding to address Submit a TD PR Add an explanatory comment for making ranges unique Fix a typo in handling env variables Introduce TESTRPC_FIRST_ADDRESS Make BlockchainLifecycle accept only web3Wrapper Fix comments Fix deployer CHANGELOG ... # Conflicts: # README.md # packages/deployer/package.json # packages/subproviders/src/globals.d.ts # yarn.lock
| * Fix subproviders CHANGELOGLeonid Logvinov2018-03-121-2/+5
| |
| * Use locks instead of semaphores in ledger subproviderLeonid Logvinov2018-03-122-27/+15
| |
| * Use custom fork of ganache-coreLeonid Logvinov2018-03-121-1/+1
| |
| * Address feedbackLeonid Logvinov2018-03-122-2/+1
| |
| * Add sol-cover implementationLeonid Logvinov2018-03-1214-63/+117
| |
* | Move configuration into package.json configs sectionFabio Berger2018-03-141-2/+3
| |
* | Fix lint issuesFabio Berger2018-03-131-0/+1
| |
* | move scripts to monorepro-scriptsFabio Berger2018-03-134-7/+17
|/
* Merge pull request #442 from 0xProject/addPackagePublishConfigFabio Berger2018-03-111-0/+3
|\ | | | | Add Package Publish Config
| * Merge branch 'development' into addPackagePublishConfigFabio Berger2018-03-092-6/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (94 commits) Update CHANGELOG Add solc 0.4.20 and 0.4.21 Prettier sra-report README Add new packages to top level README Updated @0xproject/utils in top level package.json Publish Updated CHANGELOGs Detail tests in the README Add support for ropsten and rinkeby Fix yarn.lock Update list of packages and organize them alphabetically Fix prettier issues Add support for going back to previous hashes via the browser back button to wiki Scroll to previous hashed elements when user clicks back button Add back strict null checks to react-shared package and fix issues remove ability to have implicit dependencies and add missing deps update license remove no-implicit-this Add example & screenshot to npmignore Remove `;` to be nice to windows users ...
| * | Add package.json publishConfig so that these packages are published as public.Fabio Berger2018-03-081-0/+3
| | |
* | | Remove unused dep from subprovidersFabio Berger2018-03-091-1/+0
| |/ |/|
* | Publishcontracts@2.1.15@0xproject/website@0.0.18@0xproject/web3-wrapper@0.2.1@0xproject/utils@0.4.1@0xproject/types@0.3.1@0xproject/testnet-faucets@1.0.16@0xproject/subproviders@0.7.0@0xproject/sra-report@0.0.1@0xproject/react-shared@0.0.1@0xproject/react-docs@0.0.1@0xproject/json-schemas@0.7.14@0xproject/dev-utils@0.2.1@0xproject/deployer@0.2.1@0xproject/connect@0.6.3@0xproject/base-contract@0.0.3@0xproject/assert@0.2.0@0xproject/abi-gen@0.2.50x.js@0.33.1Brandon Millman2018-03-091-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.33.1 - @0xproject/abi-gen@0.2.5 - @0xproject/assert@0.2.0 - @0xproject/base-contract@0.0.3 - @0xproject/connect@0.6.3 - contracts@2.1.15 - @0xproject/deployer@0.2.1 - @0xproject/dev-utils@0.2.1 - @0xproject/json-schemas@0.7.14 - @0xproject/react-docs@0.0.1 - @0xproject/react-shared@0.0.1 - @0xproject/sra-report@0.0.1 - @0xproject/subproviders@0.7.0 - @0xproject/testnet-faucets@1.0.16 - @0xproject/types@0.3.1 - @0xproject/utils@0.4.1 - @0xproject/web3-wrapper@0.2.1 - @0xproject/website@0.0.18
* | Updated CHANGELOGsBrandon Millman2018-03-091-1/+1
|/
* Improve READMEFabio Berger2018-03-081-7/+5
|
* FeedbackJacob Evans2018-03-084-9/+10
|
* README on derivation pathJacob Evans2018-03-082-0/+13
|
* Use our dev seed derivation path.Jacob Evans2018-03-081-1/+3
| | | | Ensuring our signer address is 0x5409ed021d9299bf6814279a6a1411a7e866a631
* READMEJacob Evans2018-03-071-0/+20
|
* Add ledger-node package as optional dependencyJacob Evans2018-03-074-184/+208
|
* Force shouldGetChainCode to true in typesJacob Evans2018-03-061-2/+4
|
* Nuke tests for nowJacob Evans2018-03-066-230/+209
|
* Remove old ledgerJacob Evans2018-03-062-39/+0
|
* Update ledgerco packagesJacob Evans2018-03-065-32/+76
|
* Add missing instructions to add external types to tsconfig.json after ↵Fabio Berger2018-03-051-0/+8
| | | | installing the package
* Publishweb3-typescript-typings@0.10.0ethers-typescript-typings@0.0.2contracts@2.1.14chai-typescript-typings@0.0.4chai-as-promised-typescript-typings@0.0.10@0xproject/website@0.0.17@0xproject/web3-wrapper@0.2.0@0xproject/utils@0.4.0@0xproject/types@0.3.0@0xproject/tslint-config@0.4.10@0xproject/testnet-faucets@1.0.15@0xproject/subproviders@0.6.0@0xproject/monorepo-scripts@0.1.12@0xproject/json-schemas@0.7.13@0xproject/dev-utils@0.2.0@0xproject/deployer@0.2.0@0xproject/connect@0.6.2@0xproject/base-contract@0.0.2@0xproject/assert@0.1.0@0xproject/abi-gen@0.2.40x.js@0.33.0Fabio Berger2018-03-051-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.33.0 - @0xproject/abi-gen@0.2.4 - @0xproject/assert@0.1.0 - @0xproject/base-contract@0.0.2 - chai-as-promised-typescript-typings@0.0.10 - chai-typescript-typings@0.0.4 - @0xproject/connect@0.6.2 - contracts@2.1.14 - @0xproject/deployer@0.2.0 - @0xproject/dev-utils@0.2.0 - ethers-typescript-typings@0.0.2 - @0xproject/json-schemas@0.7.13 - @0xproject/monorepo-scripts@0.1.12 - @0xproject/subproviders@0.6.0 - @0xproject/testnet-faucets@1.0.15 - @0xproject/tslint-config@0.4.10 - @0xproject/types@0.3.0 - @0xproject/utils@0.4.0 - web3-typescript-typings@0.10.0 - @0xproject/web3-wrapper@0.2.0 - @0xproject/website@0.0.17
* Updated CHANGELOGSFabio Berger2018-03-051-1/+1
|
* Fix typoFabio Berger2018-03-042-2/+2
|
* Add PR number to changelog entryFabio Berger2018-03-041-1/+1
|
* Merge branch 'development' into improveLedgerSubproviderFabio Berger2018-03-042-2/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (28 commits) Remove unnecessary type assertion Fix comments Add comments Don't need any external packages for 0x connect docs yet Instead of adding `@0xproject/types` to tsconfig.json, let's only add it when calling TypeDoc Fix styling Make prettier ignore postpublish_utils Add hack comment Add comment about typeDoc versions Add support for merging multiple topLevel packages under a single section. For now, we simply merge the two package's children (works well for merging 0x.js types and @0xproject/types) Because we now include non-0x.js source, the keys changed. Needed to add both for backward compatibility with old doc JSON's Add support for backward compatibility for TypeDoc versions <0.9.0 Consolidate all same exports together Add @0xproject/types to 0x.js tsconfig `include` so that TypeDoc also includes these types in the generated doc JSON Fix small bug where onHover type declarations with comments was taking up the entire window width Update to custom typeDoc fork with latest version (TS 2.7.0 support) + a bug fix allowing us to defer to the `include` in tsconfig.json on which files to run through TypeDoc Move web3 typings from devDeps to deps remove extrenuous comma Add PR number Add changelog entries from types and utils ... # Conflicts: # packages/subproviders/CHANGELOG.md
| * Add PR numberFabio Berger2018-03-031-1/+1
| |
| * Add changelog entry to subprovidersFabio Berger2018-03-031-0/+4
| |
| * Remove extra commaFabio Berger2018-03-031-1/+1
| |
| * Make web3 typings a dep for subprovidersFabio Berger2018-03-031-2/+2
| |
* | Add changelog update to subproviders packageFabio Berger2018-03-041-0/+4
| |
* | Add `numberOfAccounts` param to `LedgerSubprovider` method ↵Fabio Berger2018-03-043-6/+18
|/ | | | `getAccountsAsync` and add tests
* Upgrate prettierLeonid Logvinov2018-02-281-4/+4
|
* Move all dependencies on @0xproject/types out of devDependenciesBrandon Millman2018-02-221-1/+1
|
* Publishcontracts@2.1.13@0xproject/website@0.0.16@0xproject/testnet-faucets@1.0.14@0xproject/dev-utils@0.1.0@0xproject/connect@0.6.0Brandon Millman2018-02-171-6/+6
| | | | | | | | | | | | | | | | | | - 0x.js@0.32.4 - @0xproject/abi-gen@0.2.3 - @0xproject/assert@0.0.20 - @0xproject/connect@0.6.0 - contracts@2.1.13 - @0xproject/deployer@0.1.0 - @0xproject/dev-utils@0.1.0 - @0xproject/json-schemas@0.7.12 - @0xproject/subproviders@0.5.0 - @0xproject/testnet-faucets@1.0.14 - @0xproject/types@0.2.3 - @0xproject/utils@0.3.4 - web3-typescript-typings@0.9.11 - @0xproject/web3-wrapper@0.1.14 - @0xproject/website@0.0.16
* Updated CHANGELOGsBrandon Millman2018-02-171-1/+1
|
* Add PR numbersLeonid Logvinov2018-02-151-1/+1
|
* Move subproviders from dev-utils to subprovidersLeonid Logvinov2018-02-154-0/+67
|
* Publishcontracts@2.1.12@0xproject/website@0.0.15@0xproject/testnet-faucets@1.0.13@0xproject/monorepo-scripts@0.1.11@0xproject/deployer@0.0.9@0xproject/connect@0.5.8Fabio Berger2018-02-101-6/+6
| | | | | | | | | | | | | | | | | | | - 0x.js@0.32.3 - @0xproject/abi-gen@0.2.2 - @0xproject/assert@0.0.19 - @0xproject/connect@0.5.8 - contracts@2.1.12 - @0xproject/deployer@0.0.9 - @0xproject/dev-utils@0.0.13 - @0xproject/json-schemas@0.7.11 - @0xproject/monorepo-scripts@0.1.11 - @0xproject/subproviders@0.4.2 - @0xproject/testnet-faucets@1.0.13 - @0xproject/tslint-config@0.4.9 - @0xproject/types@0.2.2 - @0xproject/utils@0.3.3 - @0xproject/web3-wrapper@0.1.13 - @0xproject/website@0.0.15
* Publishcontracts@2.1.11@0xproject/website@0.0.14@0xproject/testnet-faucets@1.0.12@0xproject/monorepo-scripts@0.1.10@0xproject/deployer@0.0.8@0xproject/connect@0.5.7Fabio Berger2018-02-101-9/+9
| | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.32.2 - @0xproject/abi-gen@0.2.1 - @0xproject/assert@0.0.18 - chai-as-promised-typescript-typings@0.0.9 - chai-typescript-typings@0.0.3 - @0xproject/connect@0.5.7 - contracts@2.1.11 - @0xproject/deployer@0.0.8 - @0xproject/dev-utils@0.0.12 - @0xproject/json-schemas@0.7.10 - @0xproject/monorepo-scripts@0.1.10 - @0xproject/subproviders@0.4.1 - @0xproject/testnet-faucets@1.0.12 - @0xproject/tslint-config@0.4.8 - @0xproject/types@0.2.1 - @0xproject/utils@0.3.2 - web3-typescript-typings@0.9.10 - @0xproject/web3-wrapper@0.1.12 - @0xproject/website@0.0.14
* Merge pull request #389 from 0xProject/fix/npmInclusionIssuesFabio Berger2018-02-102-0/+10
|\ | | | | Fix NPM Inclusion Issues
| * Add `yarn-error.log` to all .npmignoreFabio Berger2018-02-101-0/+1
| |
| * Add PR number to CHANGELOGsFabio Berger2018-02-101-1/+1
| |
| * ignore all files starting with dots in all sub-packagesFabio Berger2018-02-101-0/+1
| |
| * Add npmignore to subproviders and update CHANGELOGFabio Berger2018-02-102-0/+8
| |
* | Simplify standard postpublish script and remove them from some private packagesBrandon Millman2018-02-091-10/+1
|/
* Publishcontracts@2.1.10@0xproject/website@0.0.13@0xproject/testnet-faucets@1.0.11@0xproject/deployer@0.0.7Brandon Millman2018-02-081-5/+5
| | | | | | | | | | | | | | | | | - 0x.js@0.32.1 - @0xproject/abi-gen@0.2.0 - @0xproject/assert@0.0.17 - @0xproject/connect@0.5.6 - contracts@2.1.10 - @0xproject/deployer@0.0.7 - @0xproject/dev-utils@0.0.11 - @0xproject/json-schemas@0.7.9 - @0xproject/subproviders@0.4.0 - @0xproject/testnet-faucets@1.0.11 - @0xproject/types@0.2.0 - @0xproject/utils@0.3.1 - @0xproject/web3-wrapper@0.1.11 - @0xproject/website@0.0.13
* Update CHANGELOGsBrandon Millman2018-02-081-2/+2
|
* Update Subprovider READMEJacob Evans2018-02-081-2/+2
|
* Merge branch 'development' into feature/testnet-faucets/order-dispenserBrandon Millman2018-02-079-3/+291
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Attribute the origins of NonceTracker Move BlockParamLiteral to shared types package Fixes Move BlockParam and BlockParamLiteral to shared types Rename called to something more readable Newline prettier/lint Yarn.lock Refactor tests for reuse of the fixture subprovider Remove re-fetch of transaction count on error Disable linter for multiple class declarations Remove double declaration Enable CIRCLECI and declare web3 Test faucets to use new NonceTracker Update changelog Readability and prettier Prettify Nonce tracker subprovider Caches the nonce when a request to getTransactionCount is made and increments the pending nonce after successful transactions
| * Attribute the origins of NonceTrackerJacob Evans2018-02-071-0/+5
| | | | | | | | NonceTrackerSubprovider is inspired from Web3ProviderEngine NonceTracker
| * Move BlockParamLiteral to shared types packageJacob Evans2018-02-071-7/+5
| | | | | | | | Also BlockParam
| * FixesJacob Evans2018-02-072-7/+8
| | | | | | | | | | Rename to isFirstGetTransactionCount assign nextPrefixedHexNonce as a const
| * Move BlockParam and BlockParamLiteral to shared typesJacob Evans2018-02-074-7/+5
| |
| * Merge branch 'development' into feature/subproviders/nonce-trackerJacob Evans2018-02-063-6/+10
| |\
| * | Rename called to something more readableJacob Evans2018-02-061-5/+6
| | |
| * | Merge branch 'development' into feature/subproviders/nonce-trackerJacob Evans2018-02-062-7/+14
| |\ \
| * | | Refactor tests for reuse of the fixture subproviderJacob Evans2018-02-061-102/+54
| | | |
| * | | Remove re-fetch of transaction count on errorJacob Evans2018-02-065-33/+41
| | | |
| * | | Update changelogJacob Evans2018-02-021-1/+5
| | | |
| * | | Readability and prettierJacob Evans2018-02-022-13/+11
| | | |
| * | | PrettifyJacob Evans2018-02-023-68/+65
| | | |
| * | | Nonce tracker subproviderJacob Evans2018-02-024-0/+329
| | | | | | | | | | | | | | | | | | | | Caches the nonce when a request to getTransactionCount is made and increments the pending nonce after successful transactions
* | | | Merge branch 'development' into feature/testnet-faucets/order-dispenserBrandon Millman2018-02-074-12/+19
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Update utils in top level package to 0.3.0 Add 0.2.0 back to yarn lock Reword comment on any Link to the wiki article in the README Justify the any usage Publish Revert "Temp" Changelog Change the InjectedWeb3Subprovider to accept Web3.Provider
| * | | Reword comment on anyJacob Evans2018-02-061-1/+2
| | | |
| * | | Merge pull request #363 from ↵Jacob Evans2018-02-063-6/+12
| |\ \ \ | | |_|/ | |/| | | | | | | | | | 0xProject/refactor/subproviders/injected-provider-constructor Change the InjectedWeb3Subprovider to accept Web3.Provider
| | * | Link to the wiki article in the READMEJacob Evans2018-02-061-0/+2
| | | |
| | * | Justify the any usageJacob Evans2018-02-061-1/+2
| | | |
| | * | ChangelogJacob Evans2018-02-031-1/+5
| | | |
| | * | Change the InjectedWeb3Subprovider to accept Web3.ProviderJacob Evans2018-02-031-5/+4
| | |/
| * | Publishcontracts@2.1.9@0xproject/website@0.0.12@0xproject/testnet-faucets@1.0.10@0xproject/monorepo-scripts@0.1.9@0xproject/deployer@0.0.6Leonid Logvinov2018-02-061-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.32.0 - @0xproject/abi-gen@0.1.7 - @0xproject/assert@0.0.16 - @0xproject/connect@0.5.5 - contracts@2.1.9 - @0xproject/deployer@0.0.6 - @0xproject/dev-utils@0.0.10 - @0xproject/json-schemas@0.7.8 - @0xproject/monorepo-scripts@0.1.9 - @0xproject/subproviders@0.3.6 - @0xproject/testnet-faucets@1.0.10 - @0xproject/tslint-config@0.4.7 - @0xproject/types@0.1.9 - @0xproject/utils@0.3.0 - web3-typescript-typings@0.9.9 - @0xproject/web3-wrapper@0.1.10 - @0xproject/website@0.0.12
* | | Addressed comments and update 0xProject/types-ethereumjs-util depsBrandon Millman2018-02-061-1/+1
|/ /
* | Merge branch 'development' into feature/build_watchLeonid2018-02-051-7/+7
|\|
| * Publishcontracts@2.1.8@0xproject/website@0.0.11@0xproject/testnet-faucets@1.0.9@0xproject/monorepo-scripts@0.1.8@0xproject/deployer@0.0.5Leonid Logvinov2018-02-011-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.31.1 - @0xproject/abi-gen@0.1.6 - @0xproject/assert@0.0.15 - chai-as-promised-typescript-typings@0.0.8 - @0xproject/connect@0.5.4 - contracts@2.1.8 - @0xproject/deployer@0.0.5 - @0xproject/dev-utils@0.0.9 - @0xproject/json-schemas@0.7.7 - @0xproject/monorepo-scripts@0.1.8 - @0xproject/subproviders@0.3.5 - @0xproject/testnet-faucets@1.0.9 - @0xproject/tslint-config@0.4.6 - @0xproject/types@0.1.8 - @0xproject/utils@0.2.4 - web3-typescript-typings@0.9.8 - @0xproject/web3-wrapper@0.1.9 - @0xproject/website@0.0.11
* | Merge pull request #359 from 0xProject/feature/ts-2.7Leonid2018-02-051-1/+1
|\ \ | | | | | | TS 2.7
| * | Upgrade TS to the newest versionLeonid Logvinov2018-02-011-1/+1
| | |
* | | Add build:watch to README'sLeonid Logvinov2018-02-021-0/+6
|/ /
* / Add build:watch command to all TS packagesLeonid Logvinov2018-02-011-0/+1
|/
* Normalize the dependenciesLeonid Logvinov2018-01-301-1/+1
|
* Publishcontracts@2.1.7@0xproject/website@0.0.10@0xproject/testnet-faucets@1.0.8@0xproject/monorepo-scripts@0.1.7@0xproject/deployer@0.0.4Fabio Berger2018-01-301-6/+6
| | | | | | | | | | | | | | | | | | | | | - 0x.js@0.31.0 - @0xproject/abi-gen@0.1.5 - @0xproject/assert@0.0.14 - chai-as-promised-typescript-typings@0.0.7 - @0xproject/connect@0.5.3 - contracts@2.1.7 - @0xproject/deployer@0.0.4 - @0xproject/dev-utils@0.0.8 - @0xproject/json-schemas@0.7.6 - @0xproject/monorepo-scripts@0.1.7 - @0xproject/subproviders@0.3.4 - @0xproject/testnet-faucets@1.0.8 - @0xproject/tslint-config@0.4.5 - @0xproject/types@0.1.7 - @0xproject/utils@0.2.3 - web3-typescript-typings@0.9.7 - @0xproject/web3-wrapper@0.1.8 - @0xproject/website@0.0.10
* Publishcontracts@2.1.6@0xproject/website@0.0.9@0xproject/testnet-faucets@1.0.7@0xproject/monorepo-scripts@0.1.6@0xproject/deployer@0.0.3Leonid Logvinov2018-01-301-6/+6
| | | | | | | | | | | | | | | | | | | | | - 0x.js@0.30.2 - @0xproject/abi-gen@0.1.4 - @0xproject/assert@0.0.13 - chai-as-promised-typescript-typings@0.0.6 - @0xproject/connect@0.5.2 - contracts@2.1.6 - @0xproject/deployer@0.0.3 - @0xproject/dev-utils@0.0.7 - @0xproject/json-schemas@0.7.5 - @0xproject/monorepo-scripts@0.1.6 - @0xproject/subproviders@0.3.3 - @0xproject/testnet-faucets@1.0.7 - @0xproject/tslint-config@0.4.4 - @0xproject/types@0.1.6 - @0xproject/utils@0.2.2 - web3-typescript-typings@0.9.6 - @0xproject/web3-wrapper@0.1.7 - @0xproject/website@0.0.9
* PublishLeonid Logvinov2018-01-251-6/+6
| | | | | | | | | | | | | | | | | | | | | - 0x.js@0.30.1 - @0xproject/abi-gen@0.1.3 - @0xproject/assert@0.0.12 - chai-as-promised-typescript-typings@0.0.5 - @0xproject/connect@0.5.1 - contracts@2.1.5 - @0xproject/deployer@0.0.2 - @0xproject/dev-utils@0.0.6 - @0xproject/json-schemas@0.7.4 - @0xproject/kovan_faucets@1.0.6 - @0xproject/monorepo-scripts@0.1.5 - @0xproject/subproviders@0.3.2 - @0xproject/tslint-config@0.4.3 - @0xproject/types@0.1.5 - @0xproject/utils@0.2.1 - web3-typescript-typings@0.9.5 - @0xproject/web3-wrapper@0.1.6 - @0xproject/website@0.0.8
* Publishcontracts@2.1.4@0xproject/website@0.0.7@0xproject/monorepo-scripts@0.1.4@0xproject/kovan_faucets@1.0.50x.js@0.30.0Brandon Millman2018-01-181-7/+7
| | | | | | | | | | | | | | | | | | | | | - 0x.js@0.30.0 - @0xproject/abi-gen@0.1.2 - @0xproject/assert@0.0.11 - chai-as-promised-typescript-typings@0.0.4 - chai-typescript-typings@0.0.2 - @0xproject/connect@0.5.0 - contracts@2.1.4 - @0xproject/dev-utils@0.0.5 - @0xproject/json-schemas@0.7.3 - @0xproject/kovan_faucets@1.0.5 - @0xproject/monorepo-scripts@0.1.4 - @0xproject/subproviders@0.3.1 - @0xproject/tslint-config@0.4.2 - @0xproject/types@0.1.4 - @0xproject/utils@0.2.0 - web3-typescript-typings@0.9.4 - @0xproject/web3-wrapper@0.1.5 - @0xproject/website@0.0.7
* Remove redundant type refsLeonid Logvinov2018-01-131-2/+0
|
* Publishweb3-typescript-typings@0.9.1contracts@2.1.2@0xproject/website@0.0.5@0xproject/monorepo-scripts@0.1.3@0xproject/kovan_faucets@1.0.3@0xproject/dev-utils@0.0.40x.js@0.29.1Leonid Logvinov2018-01-111-5/+5
| | | | | | | | | | | | | | | | | | | - 0x.js@0.29.1 - @0xproject/abi-gen@0.1.0 - @0xproject/assert@0.0.10 - @0xproject/connect@0.4.0 - contracts@2.1.2 - @0xproject/dev-utils@0.0.4 - @0xproject/json-schemas@0.7.2 - @0xproject/kovan_faucets@1.0.3 - @0xproject/monorepo-scripts@0.1.3 - @0xproject/subproviders@0.3.0 - @0xproject/tslint-config@0.4.1 - @0xproject/types@0.1.3 - @0xproject/utils@0.1.3 - web3-typescript-typings@0.9.1 - @0xproject/web3-wrapper@0.1.3 - @0xproject/website@0.0.5
* Update CHANGELOGs before publishLeonid Logvinov2018-01-111-0/+4
|
* Return to old way of including web3 typesLeonid Logvinov2018-01-101-0/+1
|
* Include web3 types via typeRoots and factor out common parts of tsconfig.jsonLeonid Logvinov2018-01-101-10/+2
|
* Apply prettify on json and md filesLeonid Logvinov2018-01-045-86/+84
|
* Merge pull request #303 from ERCdEX/ercdex/send_transaction_return_txhashLeonid2018-01-031-2/+2
|\ | | | | _sendTransactionAsync should return txHash string
| * sendTransactionAsync should return txHash stringLuke2018-01-031-2/+2
| |
* | Fix formattingLeonid Logvinov2018-01-032-6/+3
| |
* | Apply prettier configLeonid Logvinov2018-01-0311-97/+101
|/
* Publishcontracts@2.1.1@0xproject/website@0.0.4@0xproject/monorepo-scripts@0.1.2@0xproject/kovan_faucets@1.0.2@0xproject/dev-utils@0.0.30x.js@0.29.0Fabio Berger2017-12-281-5/+5
| | | | | | | | | | | | | | | | | | - 0x.js@0.29.0 - @0xproject/abi-gen@0.0.4 - @0xproject/assert@0.0.9 - @0xproject/connect@0.3.2 - contracts@2.1.1 - @0xproject/dev-utils@0.0.3 - @0xproject/json-schemas@0.7.1 - @0xproject/kovan_faucets@1.0.2 - @0xproject/monorepo-scripts@0.1.2 - @0xproject/subproviders@0.2.0 - @0xproject/tslint-config@0.4.0 - @0xproject/types@0.1.2 - @0xproject/utils@0.1.2 - @0xproject/web3-wrapper@0.1.2 - @0xproject/website@0.0.4
* Update subproviders CHANGELOGFabio Berger2017-12-281-0/+4
|
* Support both personal_sign and eth_signFabio Berger2017-12-283-3/+55
|
* Fix Ledger tests given change from `personal_sign` to `eth_sign`Fabio Berger2017-12-282-7/+7
|
* Update subprovider to catch correct RPC methodCavan Flynn2017-12-281-2/+2
| | | ZeroEx uses web3.eth.sign, rather than web3.eth.personal.sign. In addition, the message to sign is the second parameter; not the first. The first parameter is the address.
* Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-212-6/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Move call to error reporter to end of handler so that even if reporting the error takes a while, it doesn't block the UI Update outdated WETH ranges Fix conditional Fix top-padding Publish Update CHANGELOGs Add slashes to base URLs Fix linter issue Fix WETH symbol Update snapshot and artifacts Replace our EtherTokens with WETH9 from maker Fix test description Fix a typo Add err==null assertions Add WETH9 tests Use the new snapshot including WETH9 and it's artifacts Add WETH9 and mirations Fix WETH events watching Fix a typo Init the _etherTokenContractsByAddress ...
| * Publishcontracts@2.1.0@0xproject/website@0.0.3@0xproject/monorepo-scripts@0.1.1@0xproject/kovan_faucets@1.0.1@0xproject/dev-utils@0.0.20x.js@0.28.0Leonid Logvinov2017-12-211-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.28.0 - @0xproject/abi-gen@0.0.3 - @0xproject/assert@0.0.8 - @0xproject/connect@0.3.1 - contracts@2.1.0 - @0xproject/dev-utils@0.0.2 - @0xproject/json-schemas@0.7.0 - @0xproject/kovan_faucets@1.0.1 - @0xproject/monorepo-scripts@0.1.1 - @0xproject/subproviders@0.1.1 - @0xproject/tslint-config@0.3.0 - @0xproject/types@0.1.1 - @0xproject/utils@0.1.1 - @0xproject/web3-wrapper@0.1.1 - @0xproject/website@0.0.3
| * Update CHANGELOGsLeonid Logvinov2017-12-201-1/+1
| |
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-204-41/+41
|/
* Standardize on improved contributing sectionFabio Berger2017-12-201-1/+1
|
* Add Yarn < v1.0 disclaimerFabio Berger2017-12-201-0/+5
|
* Flesh out LedgerSubprovider usage exampleFabio Berger2017-12-201-1/+11
|
* Add clean instructionsFabio Berger2017-12-201-0/+6
|
* Improve subproviders readmeFabio Berger2017-12-201-6/+52
|
* Update CHANGELOGLeonid Logvinov2017-12-181-1/+2
|
* Add a commentLeonid Logvinov2017-12-181-0/+2
|
* Introduce a variable for trueLeonid Logvinov2017-12-181-1/+4
|
* Remove redundant template stringLeonid Logvinov2017-12-181-1/+1
|
* Implement the address derivationsLeonid Logvinov2017-12-184-17/+32
|
* Add hdnode dependencyLeonid Logvinov2017-12-182-0/+12
|
* Fix redundant spacesLeonid Logvinov2017-12-161-1/+1
|
* Fix connect unused varsLeonid Logvinov2017-12-156-27/+1
|
* Implement first custom linter rule async-suffixLeonid Logvinov2017-12-152-0/+2
|
* Add missing package in utils, fix linting errorAmir Bandeali2017-12-131-0/+1
|
* Merge pull request #257 from 0xProject/fix/ethereum-addressLeonid2017-12-123-8/+2
|\ | | | | Remove ethereum-address dependency and add this logic to the repo
| * Add missing dependencyLeonid Logvinov2017-12-121-0/+1
| |
| * Move isAddress to shared utils and remove all dependencies on ethereum-addressLeonid Logvinov2017-12-113-8/+2
| |
* | Merge pull request #262 from 0xProject/fix/portal-bugLeonid2017-12-121-0/+1
|\ \ | | | | | | Fix portal subscriptions bug
| * | Add missing dependencyLeonid Logvinov2017-12-121-0/+1
| |/
* / Fix broken postpublish_utils, add CHANGELOG and postpublish.js scripts to ↵Brandon Millman2017-12-092-0/+18
|/ | | | all packages
* Publishwebsite@0.0.2contracts@2.0.0abi-gen-templates@0.0.2@0xproject/web3-wrapper@0.1.0@0xproject/utils@0.1.0@0xproject/types@0.1.0@0xproject/tslint-config@0.2.1@0xproject/subproviders@0.1.0@0xproject/monorepo-scripts@0.1.0@0xproject/json-schemas@0.6.10@0xproject/connect@0.3.0@0xproject/assert@0.0.7@0xproject/abi-gen@0.0.20x.js@0.27.2Brandon Millman2017-12-091-3/+3
| | | | | | | | | | | | | | | | | - 0x.js@0.27.2 - abi-gen-templates@0.0.2 - @0xproject/abi-gen@0.0.2 - @0xproject/assert@0.0.7 - @0xproject/connect@0.3.0 - contracts@2.0.0 - @0xproject/json-schemas@0.6.10 - @0xproject/monorepo-scripts@0.1.0 - @0xproject/subproviders@0.1.0 - @0xproject/tslint-config@0.2.1 - @0xproject/types@0.1.0 - @0xproject/utils@0.1.0 - @0xproject/web3-wrapper@0.1.0 - website@0.0.2
* Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-091-1/+1
| | | | | | | | | | | | | | | | * development: Update README.md Inline network module Stop supporting different file extensions in abi-gen Refactor networkId out of web3Wrapper Update connect types in preperation for publishing Fix CI command Address feedback Refactor web3Wrapper to a separate package # Conflicts: # package.json # packages/website/ts/blockchain.ts
* remove console.logFabio Berger2017-12-091-2/+0
|
* Fix unit testFabio Berger2017-12-091-1/+1
|
* Add missing paramsFabio Berger2017-12-091-0/+3
|
* Debug CircleCi failureFabio Berger2017-12-081-0/+2
|
* Add todoFabio Berger2017-12-081-0/+1
|
* Add link to random id generatorFabio Berger2017-12-081-0/+1
|
* Remove `prebuild` command and add `test:circleci`Fabio Berger2017-12-081-1/+1
|
* Use rejectedWithFabio Berger2017-12-071-9/+4
|
* Add missing calls to configureFabio Berger2017-12-072-0/+2
|
* remove unneeded type assertionsFabio Berger2017-12-071-2/+2
|
* remove unused typeFabio Berger2017-12-072-5/+0
|
* Simplify interface to signPersonalMessageAsyncFabio Berger2017-12-073-42/+12
|
* Fix unit testFabio Berger2017-12-071-1/+1
|
* Fix ethereumjs-tx declaration and importFabio Berger2017-12-072-2/+2
|
* Use assert.isHexStringFabio Berger2017-12-072-5/+3
|
* Add type defs for ledgerco and ethereumjs-txFabio Berger2017-12-072-13/+37
|
* Make test only run unit tests since cannot run integration tests on CIFabio Berger2017-12-071-3/+4
|
* Improve READMEFabio Berger2017-12-071-1/+1
|
* Fix version and remove the UMD buildFabio Berger2017-12-072-65/+3
|
* Standardize depsFabio Berger2017-12-071-5/+5
|
* Have comments hug statementsFabio Berger2017-12-061-3/+3
|
* Add declarationFabio Berger2017-12-061-0/+7
|
* Return actual error thrownFabio Berger2017-12-061-1/+1
|
* remove unused modulesFabio Berger2017-12-062-5/+0
|
* remove extra spaceFabio Berger2017-12-061-1/+0
|
* Add initial tests fort redundantRpcSubproviderFabio Berger2017-12-061-0/+62
|
* Add null to err typeFabio Berger2017-12-061-1/+1
|
* Use null instead of undefined when no error existsFabio Berger2017-12-061-3/+3
|
* Switch to using our custom base subproviderFabio Berger2017-12-061-1/+2
|
* remove unused importFabio Berger2017-12-061-1/+0
|
* Fix lint issuesFabio Berger2017-12-062-1/+9
|
* Remove spacesFabio Berger2017-12-062-2/+2
|
* Make exceptionFabio Berger2017-12-061-0/+2
|
* Port subproviders over to mono repo, refactor LedgerSubprovider to no longer ↵Fabio Berger2017-12-0616-0/+1278
rely on hookedWalletSubprovider. Added unit and integration tests.