aboutsummaryrefslogtreecommitdiffstats
path: root/packages/testnet-faucets/src/ts
Commit message (Expand)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 wra...Alex Browne2018-10-161-2/+16
* fix: [testnet-faucet] Signing of ordersJacob Evans2018-10-101-3/+1
* 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
|/
* 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 0xProject/feature/subproviders/pk-wallet-subprov...Jacob Evans2018-04-062-39/+5
|\
| * FeedbackJacob Evans2018-04-062-39/+2
| * 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
|\
| * 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
|\|
| * 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