aboutsummaryrefslogtreecommitdiffstats
path: root/packages/testnet-faucets/src/ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-122-5/+5
|
* Try enabling no-unused-variable...fragosti2018-06-053-3/+2
|
* Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+1
|
* Fix TSLint rulesFabio Berger2018-05-164-9/+18
|
* Add missing type definitionsLeonid Logvinov2018-05-146-19/+30
|
* Merge pull request #506 from ↵Jacob Evans2018-04-062-39/+5
|\ | | | | | | | | 0xProject/feature/subproviders/pk-wallet-subprovider Private Key subprovider
| * FeedbackJacob Evans2018-04-062-39/+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
| |
* | Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-5/+0
|/
* Add metacoin example projectLeonid Logvinov2018-04-021-28/+0
|
* Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-146-26/+15
|
* Set max to 2 ETH/2 ZRXJacob Evans2018-03-011-4/+4
|
* Prevent a single account from draining the faucetJacob Evans2018-02-271-0/+21
|
* 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
|
* Fix incorrect network idsBrandon Millman2018-02-081-2/+2
|
* PrettierBrandon Millman2018-02-081-1/+5
|
* Addressed review commentsBrandon Millman2018-02-084-44/+31
|
* Organize async task queues by networkBrandon Millman2018-02-076-171/+156
|
* 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