aboutsummaryrefslogtreecommitdiffstats
path: root/packages/testnet-faucets/src/ts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'development' into feature/testnet-faucets/order-dispenserBrandon Millman2018-02-072-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/lintJacob Evans2018-02-061-1/+1
| |
| * Refactor tests for reuse of the fixture subproviderJacob Evans2018-02-061-5/+4
| |
| * Disable linter for multiple class declarationsJacob Evans2018-02-031-0/+2
| |
| * Remove double declarationJacob Evans2018-02-021-5/+5
| |
| * Enable CIRCLECI and declare web3Jacob Evans2018-02-021-0/+12
| |
| * Test faucets to use new NonceTrackerJacob Evans2018-02-021-2/+2
| |
* | Change rpcUrls keys back into string literalsBrandon Millman2018-02-071-4/+4
| |
* | PrettierBrandon Millman2018-02-071-1/+3
| |
* | Addressed comments and update 0xProject/types-ethereumjs-util depsBrandon Millman2018-02-067-90/+65
| |
* | Merge branch 'development' into feature/testnet-faucets/order-dispenserBrandon Millman2018-02-013-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 errorsBrandon Millman2018-01-313-23/+23
| |
* | Fix lint errorsBrandon Millman2018-01-311-0/+2
| |
* | Add order signing and dispensing ability to faucetBrandon Millman2018-01-316-38/+150
|/
* Respond to GH comments and add /info endpointBrandon Millman2018-01-252-4/+30
|
* Implement testnet faucets for any testnet available via infuraBrandon Millman2018-01-246-55/+58
|
* Rename to testnet-faucetsBrandon Millman2018-01-2410-0/+357