aboutsummaryrefslogtreecommitdiffstats
path: root/packages/testnet-faucets/src/ts/handler.ts
Commit message (Collapse)AuthorAgeFilesLines
* Apply various PR feedbackAlex Browne2018-10-161-2/+0
|
* Introduce new contract-addresses package and use it everywhereAlex Browne2018-10-161-11/+2
|
* Update testnet-faucets and website to work with new artifacts and abi-gen ↵Alex Browne2018-10-161-2/+16
| | | | wrappers
* fix: [testnet-faucet] Signing of ordersJacob Evans2018-10-101-3/+1
| | | | Signing of orders changed in order-utils but forgot to update testnet faucet
* Merge branch 'development' into sol-docF. Eugene Aumson2018-09-121-41/+65
|\
| * Check token exists for network for user paramsJacob Evans2018-09-061-10/+14
| |
| * Floor expiration timeJacob Evans2018-09-051-1/+1
| |
| * [testnet-faucets] update to v2Jacob Evans2018-09-051-39/+59
| |
* | hack postinstall to correct types package symlinkF. Eugene Aumson2018-08-301-11/+12
|/ | | | | yarn is not doing this properly :( even on v1.9.4. confirmed with @albrow .
* Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
|
* Export Web3ProviderEngine from subproviders packageFabio Berger2018-07-131-3/+7
|
* -fetch';Fabio Berger2018-07-131-7/+2
|
* Refactor testnet-faucet to use web3Wrapper instead of web3 directlyFabio Berger2018-07-041-11/+6
|
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-5/+3
|
* Try enabling no-unused-variable...fragosti2018-06-051-1/+2
|
* Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+1
|
* Fix TSLint rulesFabio Berger2018-05-161-5/+6
|
* Add missing type definitionsLeonid Logvinov2018-05-141-10/+19
|
* 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