aboutsummaryrefslogtreecommitdiffstats
path: root/packages/testnet-faucets
Commit message (Collapse)AuthorAgeFilesLines
* Use abi-gen for events in 0x.jsLeonid Logvinov2018-02-071-5/+0
|
* Bump subproviders versionBrandon Millman2018-02-071-1/+1
|
* Merge branch 'development' into feature/testnet-faucets/order-dispenserBrandon Millman2018-02-074-3/+22
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| |
| * Merge branch 'development' into feature/subproviders/nonce-trackerJacob Evans2018-02-061-6/+7
| |\
| * | Refactor tests for reuse of the fixture subproviderJacob Evans2018-02-062-5/+7
| | |
| * | 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-023-0/+14
| | |
| * | Test faucets to use new NonceTrackerJacob Evans2018-02-022-2/+3
| | |
* | | Change rpcUrls keys back into string literalsBrandon Millman2018-02-071-4/+4
| | |
* | | Add types-bn package to 0x.js and testnet-faucetsBrandon Millman2018-02-071-0/+1
| | |
* | | PrettierBrandon Millman2018-02-072-2/+3
| | |
* | | Merge branch 'development' into feature/testnet-faucets/order-dispenserBrandon Millman2018-02-071-5/+5
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Update utils in top level package to 0.3.0 Add 0.2.0 back to yarn lock Reword comment on any Link to the wiki article in the README Justify the any usage Publish Revert "Temp" Changelog Change the InjectedWeb3Subprovider to accept Web3.Provider
| * | Publishcontracts@2.1.9@0xproject/website@0.0.12@0xproject/testnet-faucets@1.0.10@0xproject/monorepo-scripts@0.1.9@0xproject/deployer@0.0.6Leonid Logvinov2018-02-061-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.32.0 - @0xproject/abi-gen@0.1.7 - @0xproject/assert@0.0.16 - @0xproject/connect@0.5.5 - contracts@2.1.9 - @0xproject/deployer@0.0.6 - @0xproject/dev-utils@0.0.10 - @0xproject/json-schemas@0.7.8 - @0xproject/monorepo-scripts@0.1.9 - @0xproject/subproviders@0.3.6 - @0xproject/testnet-faucets@1.0.10 - @0xproject/tslint-config@0.4.7 - @0xproject/types@0.1.9 - @0xproject/utils@0.3.0 - web3-typescript-typings@0.9.9 - @0xproject/web3-wrapper@0.1.10 - @0xproject/website@0.0.12
* | | Addressed comments and update 0xProject/types-ethereumjs-util depsBrandon Millman2018-02-069-103/+74
| | |
* | | Merge branch 'development' into feature/testnet-faucets/order-dispenserBrandon Millman2018-02-061-6/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (37 commits) Add dates to CHANGELOGs Change CHANGELOGs Add .editorconfig Fix a typo Temp Use forEach instead of map Add PR number Fix an exception when a signature collision happens Fix prettier Add regression tests Improve the comment and fix an exception Add missing comas Lerna-ignore tslint and tsconfig Update contract versions, fix tests Rename directories Rename previous contracts, fix imports, add nested file structure Move all contracts into a single directory Update import Fix import Get rid of suffixed contract versioning and replace it with a poor-mans package manager. Versions are stored locally, and are generated in a copy-on-write basis as required ...
| * | Merge branch 'development' into feature/build_watchLeonid2018-02-051-5/+5
| |\|
| | * Publishcontracts@2.1.8@0xproject/website@0.0.11@0xproject/testnet-faucets@1.0.9@0xproject/monorepo-scripts@0.1.8@0xproject/deployer@0.0.5Leonid Logvinov2018-02-011-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.31.1 - @0xproject/abi-gen@0.1.6 - @0xproject/assert@0.0.15 - chai-as-promised-typescript-typings@0.0.8 - @0xproject/connect@0.5.4 - contracts@2.1.8 - @0xproject/deployer@0.0.5 - @0xproject/dev-utils@0.0.9 - @0xproject/json-schemas@0.7.7 - @0xproject/monorepo-scripts@0.1.8 - @0xproject/subproviders@0.3.5 - @0xproject/testnet-faucets@1.0.9 - @0xproject/tslint-config@0.4.6 - @0xproject/types@0.1.8 - @0xproject/utils@0.2.4 - web3-typescript-typings@0.9.8 - @0xproject/web3-wrapper@0.1.9 - @0xproject/website@0.0.11
| * | Upgrade TS to the newest versionLeonid Logvinov2018-02-011-1/+1
| | |
| * | Add build:watch command to all TS packagesLeonid Logvinov2018-02-011-0/+1
| |/
* | PrettierBrandon Millman2018-02-011-1/+1
| |
* | Update testnet-faucets READMEBrandon Millman2018-02-011-3/+11
| |
* | 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-318-39/+159
|/
* Publishcontracts@2.1.7@0xproject/website@0.0.10@0xproject/testnet-faucets@1.0.8@0xproject/monorepo-scripts@0.1.7@0xproject/deployer@0.0.4Fabio Berger2018-01-301-5/+5
| | | | | | | | | | | | | | | | | | | | | - 0x.js@0.31.0 - @0xproject/abi-gen@0.1.5 - @0xproject/assert@0.0.14 - chai-as-promised-typescript-typings@0.0.7 - @0xproject/connect@0.5.3 - contracts@2.1.7 - @0xproject/deployer@0.0.4 - @0xproject/dev-utils@0.0.8 - @0xproject/json-schemas@0.7.6 - @0xproject/monorepo-scripts@0.1.7 - @0xproject/subproviders@0.3.4 - @0xproject/testnet-faucets@1.0.8 - @0xproject/tslint-config@0.4.5 - @0xproject/types@0.1.7 - @0xproject/utils@0.2.3 - web3-typescript-typings@0.9.7 - @0xproject/web3-wrapper@0.1.8 - @0xproject/website@0.0.10
* Publishcontracts@2.1.6@0xproject/website@0.0.9@0xproject/testnet-faucets@1.0.7@0xproject/monorepo-scripts@0.1.6@0xproject/deployer@0.0.3Leonid Logvinov2018-01-301-5/+5
| | | | | | | | | | | | | | | | | | | | | - 0x.js@0.30.2 - @0xproject/abi-gen@0.1.4 - @0xproject/assert@0.0.13 - chai-as-promised-typescript-typings@0.0.6 - @0xproject/connect@0.5.2 - contracts@2.1.6 - @0xproject/deployer@0.0.3 - @0xproject/dev-utils@0.0.7 - @0xproject/json-schemas@0.7.5 - @0xproject/monorepo-scripts@0.1.6 - @0xproject/subproviders@0.3.3 - @0xproject/testnet-faucets@1.0.7 - @0xproject/tslint-config@0.4.4 - @0xproject/types@0.1.6 - @0xproject/utils@0.2.2 - web3-typescript-typings@0.9.6 - @0xproject/web3-wrapper@0.1.7 - @0xproject/website@0.0.9
* Run prettierAmir Bandeali2018-01-261-14/+14
|
* Fix bad merge on package.jsonBrandon Millman2018-01-251-1/+1
|
* Merge branch 'development' into feature/kovan-faucets/all-testnet-supportBrandon Millman2018-01-251-6/+6
| | | | | | | | * development: Publish Update yarn.lock Update the CHANGELOG Fix the bug making it impossible to specify the custom ZRX address
* Respond to GH comments and add /info endpointBrandon Millman2018-01-253-5/+64
|
* Change package name to @0xproject/testnet-faucetsBrandon Millman2018-01-242-2/+2
|
* Implement testnet faucets for any testnet available via infuraBrandon Millman2018-01-247-59/+80
|
* Rename to testnet-faucetsBrandon Millman2018-01-2417-0/+608