Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Export Web3ProviderEngine from subproviders package | Fabio Berger | 2018-07-13 | 1 | -3/+7 |
| | |||||
* | -fetch'; | Fabio Berger | 2018-07-13 | 1 | -7/+2 |
| | |||||
* | Fix linter | Fabio Berger | 2018-07-04 | 1 | -1/+1 |
| | |||||
* | Refactor testnet-faucet to use web3Wrapper instead of web3 directly | Fabio Berger | 2018-07-04 | 2 | -18/+12 |
| | |||||
* | Fix no-unused-variable tslint rule to include parameters and fix issues | Fabio Berger | 2018-06-12 | 2 | -5/+5 |
| | |||||
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 3 | -3/+2 |
| | |||||
* | Introduce ethereum-types package | Leonid Logvinov | 2018-06-01 | 1 | -1/+1 |
| | |||||
* | Fix TSLint rules | Fabio Berger | 2018-05-16 | 4 | -9/+18 |
| | |||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 6 | -19/+30 |
| | |||||
* | Merge pull request #506 from ↵ | Jacob Evans | 2018-04-06 | 2 | -39/+5 |
|\ | | | | | | | | | 0xProject/feature/subproviders/pk-wallet-subprovider Private Key subprovider | ||||
| * | Feedback | Jacob Evans | 2018-04-06 | 2 | -39/+2 |
| | | | | | | | | | | remove id management from testnet faucet spread over txParams rather than modify in place | ||||
| * | Use PKWalletSubprovider in testnet faucet | Jacob Evans | 2018-04-05 | 1 | -2/+5 |
| | | |||||
* | | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -5/+0 |
|/ | |||||
* | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 1 | -28/+0 |
| | |||||
* | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 6 | -26/+15 |
| | |||||
* | Set max to 2 ETH/2 ZRX | Jacob Evans | 2018-03-01 | 1 | -4/+4 |
| | |||||
* | Prevent a single account from draining the faucet | Jacob Evans | 2018-02-27 | 1 | -0/+21 |
| | |||||
* | address is not optional in this context | Jacob Evans | 2018-02-10 | 1 | -2/+2 |
| | |||||
* | Convert to baseUnits in signed order | Jacob Evans | 2018-02-10 | 1 | -8/+8 |
| | |||||
* | signature -> ecSignature | Jacob Evans | 2018-02-10 | 1 | -1/+1 |
| | |||||
* | Fix incorrect network ids | Brandon Millman | 2018-02-08 | 1 | -2/+2 |
| | |||||
* | Prettier | Brandon Millman | 2018-02-08 | 1 | -1/+5 |
| | |||||
* | Addressed review comments | Brandon Millman | 2018-02-08 | 4 | -44/+31 |
| | |||||
* | Organize async task queues by network | Brandon Millman | 2018-02-07 | 6 | -171/+156 |
| | |||||
* | Merge branch 'development' into feature/testnet-faucets/order-dispenser | Brandon Millman | 2018-02-07 | 2 | -3/+16 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Newline prettier/lint | Jacob Evans | 2018-02-06 | 1 | -1/+1 |
| | | |||||
| * | Refactor tests for reuse of the fixture subprovider | Jacob Evans | 2018-02-06 | 1 | -5/+4 |
| | | |||||
| * | Disable linter for multiple class declarations | Jacob Evans | 2018-02-03 | 1 | -0/+2 |
| | | |||||
| * | Remove double declaration | Jacob Evans | 2018-02-02 | 1 | -5/+5 |
| | | |||||
| * | Enable CIRCLECI and declare web3 | Jacob Evans | 2018-02-02 | 1 | -0/+12 |
| | | |||||
| * | Test faucets to use new NonceTracker | Jacob Evans | 2018-02-02 | 1 | -2/+2 |
| | | |||||
* | | Change rpcUrls keys back into string literals | Brandon Millman | 2018-02-07 | 1 | -4/+4 |
| | | |||||
* | | Prettier | Brandon Millman | 2018-02-07 | 1 | -1/+3 |
| | | |||||
* | | Addressed comments and update 0xProject/types-ethereumjs-util deps | Brandon Millman | 2018-02-06 | 7 | -90/+65 |
| | | |||||
* | | Merge branch 'development' into feature/testnet-faucets/order-dispenser | Brandon Millman | 2018-02-01 | 3 | -23/+23 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (49 commits) Prettier Updated contract generation in 0x to new abi-gen CLI Add PR number to changelog Fix lint errors Removed deprecated CLI options Add protected keyword to underscore lint rule Remove unused prop Fix prettier Uppercase Networks enum values Make default gasPrice more readable Fix prettier mess Fix linter errors Shrink img Fix all setState calls after unmounted errors. Decided to create our own flag rather then using a cancellablePromise since there was little to be gained from this alternative Fix bug where we were return undefined instead of the empty object Default the derivation path to that found in the Ledger subprovider Add browser data to dialog info Add Rinkeby support Pass in whether we want the personal message prefix appended and never append it for Ledger. This fixes signing when Ledger is used and the backing node is not Parity Wholesale replace the tokenByAddress and de-dup properly ... | ||||
| * | Fix lint errors | Brandon Millman | 2018-01-31 | 3 | -23/+23 |
| | | |||||
* | | Fix lint errors | Brandon Millman | 2018-01-31 | 1 | -0/+2 |
| | | |||||
* | | Add order signing and dispensing ability to faucet | Brandon Millman | 2018-01-31 | 6 | -38/+150 |
|/ | |||||
* | Respond to GH comments and add /info endpoint | Brandon Millman | 2018-01-25 | 2 | -4/+30 |
| | |||||
* | Implement testnet faucets for any testnet available via infura | Brandon Millman | 2018-01-24 | 6 | -55/+58 |
| | |||||
* | Rename to testnet-faucets | Brandon Millman | 2018-01-24 | 10 | -0/+357 |