aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders
Commit message (Collapse)AuthorAgeFilesLines
* 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.