aboutsummaryrefslogtreecommitdiffstats
path: root/packages/testnet-faucets/src/ts
Commit message (Collapse)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-185-8/+8
|
* 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-124-55/+131
|\
| * Check token exists for network for user paramsJacob Evans2018-09-062-16/+23
| |
| * Remove unused name and symbolJacob Evans2018-09-051-12/+5
| |
| * Floor expiration timeJacob Evans2018-09-052-1/+11
| |
| * [testnet-faucets] update to v2Jacob Evans2018-09-054-50/+116
| |
* | 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-174-9/+25
|
* Export Web3ProviderEngine from subproviders packageFabio Berger2018-07-131-3/+7
|
* -fetch';Fabio Berger2018-07-131-7/+2
|
* Fix linterFabio Berger2018-07-041-1/+1
|
* Refactor testnet-faucet to use web3Wrapper instead of web3 directlyFabio Berger2018-07-042-18/+12
|
* 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