Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Add Mnemonic wallet subprovider | Jacob Evans | 2018-04-06 | 10 | -4/+320 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #506 from 0xProject/feature/subproviders/pk-wallet-subprov... | Jacob Evans | 2018-04-06 | 10 | -185/+445 | |
|\ \ \ | ||||||
| * | | | Update shared fixture data for network 42 | Jacob Evans | 2018-04-06 | 4 | -38/+28 | |
| * | | | Feedback | Jacob Evans | 2018-04-06 | 8 | -57/+59 | |
| * | | | Create a private key subprovider | Jacob Evans | 2018-04-05 | 9 | -156/+424 | |
| |/ / | ||||||
* | | | Merge pull request #505 from 0xProject/fix/readmeContributingSection | Fabio Berger | 2018-04-06 | 1 | -3/+19 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Fix contributing links | Fabio Berger | 2018-04-05 | 1 | -1/+1 | |
| * | | Improve contributing section of all packages so they include building entire ... | Fabio Berger | 2018-04-05 | 1 | -4/+20 | |
| |/ | ||||||
* / | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 3 | -57/+4 | |
|/ | ||||||
* | Merge branch 'development' into removeUnusedDeps | Fabio Berger | 2018-04-04 | 1 | -22/+11 | |
|\ | ||||||
| * | Remove `isPublished` from all CHANGELOG.json filesx | Fabio Berger | 2018-04-03 | 1 | -22/+11 | |
* | | Used generic declaration to remove need for `any` | Fabio Berger | 2018-04-04 | 1 | -1/+1 | |
* | | Fix TS error | Fabio Berger | 2018-04-03 | 1 | -1/+1 | |
* | | Use @0xproject/utils promisify everywhere | Fabio Berger | 2018-04-03 | 4 | -5/+2 | |
|/ | ||||||
* | After publish | Leonid Logvinov | 2018-04-02 | 1 | -1/+2 | |
* | Publish | Leonid Logvinov | 2018-04-02 | 1 | -8/+8 | |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-04-02 | 2 | -9/+22 | |
* | Merge branch 'development' into feature/metacoin | Leonid Logvinov | 2018-04-02 | 2 | -1/+3 | |
|\ | ||||||
| * | Add manual postpublish command to all public packages and update CHANGELOG.json | Fabio Berger | 2018-04-02 | 2 | -1/+3 | |
* | | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 3 | -33/+1 | |
|/ | ||||||
* | Publish | Fabio Berger | 2018-04-02 | 1 | -10/+12 | |
* | Updated CHANGELOGS | Fabio Berger | 2018-04-02 | 2 | -4/+10 | |
* | Generate CHANGELOG.json files | Fabio Berger | 2018-04-02 | 1 | -0/+134 | |
* | Merge pull request #482 from 0xProject/feature/web3-types | Leonid Logvinov | 2018-03-28 | 14 | -50/+46 | |
|\ | ||||||
| * | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 14 | -50/+46 | |
* | | merge developmentx | Fabio Berger | 2018-03-28 | 3 | -12/+7 | |
|\| | ||||||
| * | Add clean-state tests | Leonid Logvinov | 2018-03-27 | 3 | -12/+7 | |
* | | Add monorepo_scripts to npmignore | Fabio Berger | 2018-03-27 | 1 | -0/+1 | |
|/ | ||||||
* | Make handleRequest public and add comment for it | Fabio Berger | 2018-03-22 | 8 | -23/+70 | |
* | Make setEngine public | Fabio Berger | 2018-03-22 | 1 | -3/+3 | |
* | Improve subproviders comment | Fabio Berger | 2018-03-22 | 6 | -6/+6 | |
* | Move docs from README into docs page and add a link to it. | Fabio Berger | 2018-03-22 | 2 | -55/+4 | |
* | Add changelog entry for making `handleRequest` private | Fabio Berger | 2018-03-22 | 1 | -2/+4 | |
* | Improve all the comments for the subproviders public methods | Fabio Berger | 2018-03-22 | 9 | -115/+199 | |
* | Remove duplicate ECSignature type def | Fabio Berger | 2018-03-20 | 2 | -7/+6 | |
* | Fix changelog files and add PR number | Fabio Berger | 2018-03-20 | 1 | -2/+5 | |
* | Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file naming... | Fabio Berger | 2018-03-20 | 2 | -1/+1 | |
* | Merge branch 'development' into addExtraDocs | Fabio Berger | 2018-03-20 | 2 | -15/+15 | |
|\ | ||||||
| * | Set Lodash dep to an exact version since newer versions introduced breaking c... | Fabio Berger | 2018-03-20 | 1 | -1/+1 | |
| * | Publish | Fabio Berger | 2018-03-19 | 1 | -2/+2 | |
| * | Publish | Fabio Berger | 2018-03-19 | 1 | -10/+10 | |
| * | Publish | Fabio Berger | 2018-03-19 | 1 | -13/+13 | |
| * | Updated CHANGELOGS | Fabio Berger | 2018-03-19 | 1 | -1/+1 | |
* | | Add Subprovider docs to website | Fabio Berger | 2018-03-19 | 2 | -1/+23 | |
* | | Export ErrorCallback type from Subproviders package | Fabio Berger | 2018-03-18 | 2 | -1/+2 | |
* | | merge development | Fabio Berger | 2018-03-18 | 1 | -0/+1 | |
|\| | ||||||
| * | Fix issue with bundling subproviders for the browser by ignoring the `ganache... | Fabio Berger | 2018-03-16 | 2 | -0/+4 | |
* | | Add missing type | Fabio Berger | 2018-03-16 | 1 | -0/+5 | |
* | | Add missing type to subproviders exports | Fabio Berger | 2018-03-16 | 1 | -1/+7 | |
* | | Use named types and introduce `JSONRPCRequestPayloadWithMethod` type | Fabio Berger | 2018-03-16 | 8 | -26/+24 | |
* | | Merge branch 'development' into addExtraDocs | Fabio Berger | 2018-03-16 | 2 | -1/+4 | |
|\| | ||||||
| * | Enable coverage for all other packages with tests | Leonid Logvinov | 2018-03-15 | 2 | -1/+4 | |
| * | Fix linter issuesx | Fabio Berger | 2018-03-14 | 1 | -0/+1 | |
* | | Ignore ganache-core from subproviders in a browser setting & remove previous ... | Fabio Berger | 2018-03-15 | 1 | -0/+3 | |
* | | Fix linter issuesx | Fabio Berger | 2018-03-14 | 1 | -0/+1 | |
|/ | ||||||
* | Merge branch 'development' into convertScriptsToTs | Fabio Berger | 2018-03-14 | 14 | -90/+134 | |
|\ | ||||||
| * | Fix subproviders CHANGELOG | Leonid Logvinov | 2018-03-12 | 1 | -2/+5 | |
| * | Use locks instead of semaphores in ledger subprovider | Leonid Logvinov | 2018-03-12 | 2 | -27/+15 | |
| * | Use custom fork of ganache-core | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 | |
| * | Address feedback | Leonid Logvinov | 2018-03-12 | 2 | -2/+1 | |
| * | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 14 | -63/+117 | |
* | | Move configuration into package.json configs section | Fabio Berger | 2018-03-14 | 1 | -2/+3 | |
* | | Fix lint issues | Fabio Berger | 2018-03-13 | 1 | -0/+1 | |
* | | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 4 | -7/+17 | |
|/ | ||||||
* | Merge pull request #442 from 0xProject/addPackagePublishConfig | Fabio Berger | 2018-03-11 | 1 | -0/+3 | |
|\ | ||||||
| * | Merge branch 'development' into addPackagePublishConfig | Fabio Berger | 2018-03-09 | 2 | -6/+6 | |
| |\ | ||||||
| * | | Add package.json publishConfig so that these packages are published as public. | Fabio Berger | 2018-03-08 | 1 | -0/+3 | |
* | | | Remove unused dep from subproviders | Fabio Berger | 2018-03-09 | 1 | -1/+0 | |
| |/ |/| | ||||||
* | | Publish | Brandon Millman | 2018-03-09 | 1 | -5/+5 | |
* | | Updated CHANGELOGs | Brandon Millman | 2018-03-09 | 1 | -1/+1 | |
|/ | ||||||
* | Improve README | Fabio Berger | 2018-03-08 | 1 | -7/+5 | |
* | Feedback | Jacob Evans | 2018-03-08 | 4 | -9/+10 | |
* | README on derivation path | Jacob Evans | 2018-03-08 | 2 | -0/+13 | |
* | Use our dev seed derivation path. | Jacob Evans | 2018-03-08 | 1 | -1/+3 | |
* | README | Jacob Evans | 2018-03-07 | 1 | -0/+20 | |
* | Add ledger-node package as optional dependency | Jacob Evans | 2018-03-07 | 4 | -184/+208 | |
* | Force shouldGetChainCode to true in types | Jacob Evans | 2018-03-06 | 1 | -2/+4 | |
* | Nuke tests for now | Jacob Evans | 2018-03-06 | 6 | -230/+209 | |
* | Remove old ledger | Jacob Evans | 2018-03-06 | 2 | -39/+0 | |
* | Update ledgerco packages | Jacob Evans | 2018-03-06 | 5 | -32/+76 | |
* | Add missing instructions to add external types to tsconfig.json after instal... | Fabio Berger | 2018-03-05 | 1 | -0/+8 | |
* | Publish | Fabio Berger | 2018-03-05 | 1 | -10/+10 | |
* | Updated CHANGELOGS | Fabio Berger | 2018-03-05 | 1 | -1/+1 | |
* | Fix typo | Fabio Berger | 2018-03-04 | 2 | -2/+2 | |
* | Add PR number to changelog entry | Fabio Berger | 2018-03-04 | 1 | -1/+1 | |
* | Merge branch 'development' into improveLedgerSubprovider | Fabio Berger | 2018-03-04 | 2 | -2/+3 | |
|\ | ||||||
| * | Add PR number | Fabio Berger | 2018-03-03 | 1 | -1/+1 | |
| * | Add changelog entry to subproviders | Fabio Berger | 2018-03-03 | 1 | -0/+4 | |
| * | Remove extra comma | Fabio Berger | 2018-03-03 | 1 | -1/+1 | |
| * | Make web3 typings a dep for subproviders | Fabio Berger | 2018-03-03 | 1 | -2/+2 | |
* | | Add changelog update to subproviders package | Fabio Berger | 2018-03-04 | 1 | -0/+4 | |
* | | Add `numberOfAccounts` param to `LedgerSubprovider` method `getAccountsAsync`... | Fabio Berger | 2018-03-04 | 3 | -6/+18 | |
|/ | ||||||
* | Upgrate prettier | Leonid Logvinov | 2018-02-28 | 1 | -4/+4 | |
* | Move all dependencies on @0xproject/types out of devDependencies | Brandon Millman | 2018-02-22 | 1 | -1/+1 | |
* | Publish | Brandon Millman | 2018-02-17 | 1 | -6/+6 | |
* | Updated CHANGELOGs | Brandon Millman | 2018-02-17 | 1 | -1/+1 | |
* | Add PR numbers | Leonid Logvinov | 2018-02-15 | 1 | -1/+1 | |
* | Move subproviders from dev-utils to subproviders | Leonid Logvinov | 2018-02-15 | 4 | -0/+67 | |
* | Publish | Fabio Berger | 2018-02-10 | 1 | -6/+6 | |
* | Publish | Fabio Berger | 2018-02-10 | 1 | -9/+9 | |
* | Merge pull request #389 from 0xProject/fix/npmInclusionIssues | Fabio Berger | 2018-02-10 | 2 | -0/+10 | |
|\ | ||||||
| * | Add `yarn-error.log` to all .npmignore | Fabio Berger | 2018-02-10 | 1 | -0/+1 | |
| * | Add PR number to CHANGELOGs | Fabio Berger | 2018-02-10 | 1 | -1/+1 | |
| * | ignore all files starting with dots in all sub-packages | Fabio Berger | 2018-02-10 | 1 | -0/+1 | |
| * | Add npmignore to subproviders and update CHANGELOG | Fabio Berger | 2018-02-10 | 2 | -0/+8 | |
* | | Simplify standard postpublish script and remove them from some private packages | Brandon Millman | 2018-02-09 | 1 | -10/+1 | |
|/ | ||||||
* | Publish | Brandon Millman | 2018-02-08 | 1 | -5/+5 | |
* | Update CHANGELOGs | Brandon Millman | 2018-02-08 | 1 | -2/+2 | |
* | Update Subprovider README | Jacob Evans | 2018-02-08 | 1 | -2/+2 | |
* | Merge branch 'development' into feature/testnet-faucets/order-dispenser | Brandon Millman | 2018-02-07 | 9 | -3/+291 | |
|\ | ||||||
| * | Attribute the origins of NonceTracker | Jacob Evans | 2018-02-07 | 1 | -0/+5 | |
| * | Move BlockParamLiteral to shared types package | Jacob Evans | 2018-02-07 | 1 | -7/+5 | |
| * | Fixes | Jacob Evans | 2018-02-07 | 2 | -7/+8 | |
| * | Move BlockParam and BlockParamLiteral to shared types | Jacob Evans | 2018-02-07 | 4 | -7/+5 | |
| * | Merge branch 'development' into feature/subproviders/nonce-tracker | Jacob Evans | 2018-02-06 | 3 | -6/+10 | |
| |\ | ||||||
| * | | Rename called to something more readable | Jacob Evans | 2018-02-06 | 1 | -5/+6 | |
| * | | Merge branch 'development' into feature/subproviders/nonce-tracker | Jacob Evans | 2018-02-06 | 2 | -7/+14 | |
| |\ \ | ||||||
| * | | | Refactor tests for reuse of the fixture subprovider | Jacob Evans | 2018-02-06 | 1 | -102/+54 | |
| * | | | Remove re-fetch of transaction count on error | Jacob Evans | 2018-02-06 | 5 | -33/+41 | |
| * | | | Update changelog | Jacob Evans | 2018-02-02 | 1 | -1/+5 | |
| * | | | Readability and prettier | Jacob Evans | 2018-02-02 | 2 | -13/+11 | |
| * | | | Prettify | Jacob Evans | 2018-02-02 | 3 | -68/+65 | |
| * | | | Nonce tracker subprovider | Jacob Evans | 2018-02-02 | 4 | -0/+329 | |
* | | | | Merge branch 'development' into feature/testnet-faucets/order-dispenser | Brandon Millman | 2018-02-07 | 4 | -12/+19 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Reword comment on any | Jacob Evans | 2018-02-06 | 1 | -1/+2 | |
| * | | | Merge pull request #363 from 0xProject/refactor/subproviders/injected-provide... | Jacob Evans | 2018-02-06 | 3 | -6/+12 | |
| |\ \ \ | | |_|/ | |/| | | ||||||
| | * | | Link to the wiki article in the README | Jacob Evans | 2018-02-06 | 1 | -0/+2 | |
| | * | | Justify the any usage | Jacob Evans | 2018-02-06 | 1 | -1/+2 | |
| | * | | Changelog | Jacob Evans | 2018-02-03 | 1 | -1/+5 | |
| | * | | Change the InjectedWeb3Subprovider to accept Web3.Provider | Jacob Evans | 2018-02-03 | 1 | -5/+4 | |
| | |/ | ||||||
| * | | Publish | Leonid Logvinov | 2018-02-06 | 1 | -6/+6 | |
* | | | Addressed comments and update 0xProject/types-ethereumjs-util deps | Brandon Millman | 2018-02-06 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge branch 'development' into feature/build_watch | Leonid | 2018-02-05 | 1 | -7/+7 | |
|\| | ||||||
| * | Publish | Leonid Logvinov | 2018-02-01 | 1 | -7/+7 | |
* | | Merge pull request #359 from 0xProject/feature/ts-2.7 | Leonid | 2018-02-05 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Upgrade TS to the newest version | Leonid Logvinov | 2018-02-01 | 1 | -1/+1 | |
* | | | Add build:watch to README's | Leonid Logvinov | 2018-02-02 | 1 | -0/+6 | |
|/ / | ||||||
* / | Add build:watch command to all TS packages | Leonid Logvinov | 2018-02-01 | 1 | -0/+1 | |
|/ | ||||||
* | Normalize the dependencies | Leonid Logvinov | 2018-01-30 | 1 | -1/+1 | |
* | Publish | Fabio Berger | 2018-01-30 | 1 | -6/+6 | |
* | Publish | Leonid Logvinov | 2018-01-30 | 1 | -6/+6 | |
* | Publish | Leonid Logvinov | 2018-01-25 | 1 | -6/+6 | |
* | Publish | Brandon Millman | 2018-01-18 | 1 | -7/+7 | |
* | Remove redundant type refs | Leonid Logvinov | 2018-01-13 | 1 | -2/+0 | |
* | Publish | Leonid Logvinov | 2018-01-11 | 1 | -5/+5 | |
* | Update CHANGELOGs before publish | Leonid Logvinov | 2018-01-11 | 1 | -0/+4 | |
* | Return to old way of including web3 types | Leonid Logvinov | 2018-01-10 | 1 | -0/+1 | |
* | Include web3 types via typeRoots and factor out common parts of tsconfig.json | Leonid Logvinov | 2018-01-10 | 1 | -10/+2 | |
* | Apply prettify on json and md files | Leonid Logvinov | 2018-01-04 | 5 | -86/+84 | |
* | Merge pull request #303 from ERCdEX/ercdex/send_transaction_return_txhash | Leonid | 2018-01-03 | 1 | -2/+2 | |
|\ | ||||||
| * | sendTransactionAsync should return txHash string | Luke | 2018-01-03 | 1 | -2/+2 | |
* | | Fix formatting | Leonid Logvinov | 2018-01-03 | 2 | -6/+3 | |
* | | Apply prettier config | Leonid Logvinov | 2018-01-03 | 11 | -97/+101 | |
|/ | ||||||
* | Publish | Fabio Berger | 2017-12-28 | 1 | -5/+5 | |
* | Update subproviders CHANGELOG | Fabio Berger | 2017-12-28 | 1 | -0/+4 | |
* | Support both personal_sign and eth_sign | Fabio Berger | 2017-12-28 | 3 | -3/+55 | |
* | Fix Ledger tests given change from `personal_sign` to `eth_sign` | Fabio Berger | 2017-12-28 | 2 | -7/+7 | |
* | Update subprovider to catch correct RPC method | Cavan Flynn | 2017-12-28 | 1 | -2/+2 | |
* | Merge branch 'development' into fix/underscorePrivate | Brandon Millman | 2017-12-21 | 2 | -6/+6 | |
|\ | ||||||
| * | Publish | Leonid Logvinov | 2017-12-21 | 1 | -5/+5 | |
| * | Update CHANGELOGs | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 | |
* | | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 4 | -41/+41 | |
|/ | ||||||
* | Standardize on improved contributing section | Fabio Berger | 2017-12-20 | 1 | -1/+1 | |
* | Add Yarn < v1.0 disclaimer | Fabio Berger | 2017-12-20 | 1 | -0/+5 | |
* | Flesh out LedgerSubprovider usage example | Fabio Berger | 2017-12-20 | 1 | -1/+11 | |
* | Add clean instructions | Fabio Berger | 2017-12-20 | 1 | -0/+6 | |
* | Improve subproviders readme | Fabio Berger | 2017-12-20 | 1 | -6/+52 | |
* | Update CHANGELOG | Leonid Logvinov | 2017-12-18 | 1 | -1/+2 | |
* | Add a comment | Leonid Logvinov | 2017-12-18 | 1 | -0/+2 | |
* | Introduce a variable for true | Leonid Logvinov | 2017-12-18 | 1 | -1/+4 | |
* | Remove redundant template string | Leonid Logvinov | 2017-12-18 | 1 | -1/+1 | |
* | Implement the address derivations | Leonid Logvinov | 2017-12-18 | 4 | -17/+32 | |
* | Add hdnode dependency | Leonid Logvinov | 2017-12-18 | 2 | -0/+12 | |
* | Fix redundant spaces | Leonid Logvinov | 2017-12-16 | 1 | -1/+1 | |
* | Fix connect unused vars | Leonid Logvinov | 2017-12-15 | 6 | -27/+1 | |
* | Implement first custom linter rule async-suffix | Leonid Logvinov | 2017-12-15 | 2 | -0/+2 | |
* | Add missing package in utils, fix linting error | Amir Bandeali | 2017-12-13 | 1 | -0/+1 | |
* | Merge pull request #257 from 0xProject/fix/ethereum-address | Leonid | 2017-12-12 | 3 | -8/+2 | |
|\ | ||||||
| * | Add missing dependency | Leonid Logvinov | 2017-12-12 | 1 | -0/+1 | |
| * | Move isAddress to shared utils and remove all dependencies on ethereum-address | Leonid Logvinov | 2017-12-11 | 3 | -8/+2 | |
* | | Merge pull request #262 from 0xProject/fix/portal-bug | Leonid | 2017-12-12 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | Add missing dependency | Leonid Logvinov | 2017-12-12 | 1 | -0/+1 | |
| |/ | ||||||
* / | Fix broken postpublish_utils, add CHANGELOG and postpublish.js scripts to all... | Brandon Millman | 2017-12-09 | 2 | -0/+18 | |
|/ | ||||||
* | Publish | Brandon Millman | 2017-12-09 | 1 | -3/+3 | |
* | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-09 | 1 | -1/+1 | |
* | remove console.log | Fabio Berger | 2017-12-09 | 1 | -2/+0 | |
* | Fix unit test | Fabio Berger | 2017-12-09 | 1 | -1/+1 | |
* | Add missing params | Fabio Berger | 2017-12-09 | 1 | -0/+3 | |
* | Debug CircleCi failure | Fabio Berger | 2017-12-08 | 1 | -0/+2 | |
* | Add todo | Fabio Berger | 2017-12-08 | 1 | -0/+1 | |
* | Add link to random id generator | Fabio Berger | 2017-12-08 | 1 | -0/+1 | |
* | Remove `prebuild` command and add `test:circleci` | Fabio Berger | 2017-12-08 | 1 | -1/+1 | |
* | Use rejectedWith | Fabio Berger | 2017-12-07 | 1 | -9/+4 | |
* | Add missing calls to configure | Fabio Berger | 2017-12-07 | 2 | -0/+2 | |
* | remove unneeded type assertions | Fabio Berger | 2017-12-07 | 1 | -2/+2 | |
* | remove unused type | Fabio Berger | 2017-12-07 | 2 | -5/+0 | |
* | Simplify interface to signPersonalMessageAsync | Fabio Berger | 2017-12-07 | 3 | -42/+12 | |
* | Fix unit test | Fabio Berger | 2017-12-07 | 1 | -1/+1 | |
* | Fix ethereumjs-tx declaration and import | Fabio Berger | 2017-12-07 | 2 | -2/+2 | |
* | Use assert.isHexString | Fabio Berger | 2017-12-07 | 2 | -5/+3 | |
* | Add type defs for ledgerco and ethereumjs-tx | Fabio Berger | 2017-12-07 | 2 | -13/+37 | |
* | Make test only run unit tests since cannot run integration tests on CI | Fabio Berger | 2017-12-07 | 1 | -3/+4 | |
* | Improve README | Fabio Berger | 2017-12-07 | 1 | -1/+1 | |
* | Fix version and remove the UMD build | Fabio Berger | 2017-12-07 | 2 | -65/+3 | |
* | Standardize deps | Fabio Berger | 2017-12-07 | 1 | -5/+5 | |
* | Have comments hug statements | Fabio Berger | 2017-12-06 | 1 | -3/+3 | |
* | Add declaration | Fabio Berger | 2017-12-06 | 1 | -0/+7 | |
* | Return actual error thrown | Fabio Berger | 2017-12-06 | 1 | -1/+1 | |
* | remove unused modules | Fabio Berger | 2017-12-06 | 2 | -5/+0 | |
* | remove extra space | Fabio Berger | 2017-12-06 | 1 | -1/+0 | |
* | Add initial tests fort redundantRpcSubprovider | Fabio Berger | 2017-12-06 | 1 | -0/+62 | |
* | Add null to err type | Fabio Berger | 2017-12-06 | 1 | -1/+1 | |
* | Use null instead of undefined when no error exists | Fabio Berger | 2017-12-06 | 1 | -3/+3 | |
* | Switch to using our custom base subprovider | Fabio Berger | 2017-12-06 | 1 | -1/+2 | |
* | remove unused import | Fabio Berger | 2017-12-06 | 1 | -1/+0 | |
* | Fix lint issues | Fabio Berger | 2017-12-06 | 2 | -1/+9 | |
* | Remove spaces | Fabio Berger | 2017-12-06 | 2 | -2/+2 | |
* | Make exception | Fabio Berger | 2017-12-06 | 1 | -0/+2 | |
* | Port subproviders over to mono repo, refactor LedgerSubprovider to no longer ... | Fabio Berger | 2017-12-06 | 16 | -0/+1278 |