aboutsummaryrefslogtreecommitdiffstats
path: root/packages/testnet-faucets/src/ts/handler.ts
Commit message (Collapse)AuthorAgeFilesLines
* FeedbackJacob Evans2018-04-061-4/+2
| | | | | remove id management from testnet faucet spread over txParams rather than modify in place
* Use PKWalletSubprovider in testnet faucetJacob Evans2018-04-051-2/+5
|
* Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-4/+3
|
* address is not optional in this contextJacob Evans2018-02-101-2/+2
|
* Convert to baseUnits in signed orderJacob Evans2018-02-101-8/+8
|
* signature -> ecSignatureJacob Evans2018-02-101-1/+1
|
* PrettierBrandon Millman2018-02-081-1/+5
|
* Addressed review commentsBrandon Millman2018-02-081-8/+1
|
* Organize async task queues by networkBrandon Millman2018-02-071-45/+55
|
* Merge branch 'development' into feature/testnet-faucets/order-dispenserBrandon Millman2018-02-071-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Test faucets to use new NonceTrackerJacob Evans2018-02-021-2/+2
| |
* | PrettierBrandon Millman2018-02-071-1/+3
| |
* | Addressed comments and update 0xProject/types-ethereumjs-util depsBrandon Millman2018-02-061-51/+41
| |
* | Add order signing and dispensing ability to faucetBrandon Millman2018-01-311-30/+86
|/
* Respond to GH comments and add /info endpointBrandon Millman2018-01-251-4/+29
|
* Implement testnet faucets for any testnet available via infuraBrandon Millman2018-01-241-41/+37
|
* Rename to testnet-faucetsBrandon Millman2018-01-241-0/+93