aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/ts
ModeNameSize
-rw-r--r--Makefile805logstatsplainblame
-rw-r--r--distinfo180logstatsplainblame
-rw-r--r--pkg-descr572logstatsplainblame
ols-pages@0.0.2&id=fa35768fc9647c475f8132c6b431102a30b4efe1'>Removed deprecated CLI optionsOlaf Tomalka2018-01-311-19/+2 | | * Added PR # to the changelog of abi-genOlaf Tomalka2018-01-271-1/+3 | | * Added CLI options for explicit specifying location of partials and main templateOlaf Tomalka2018-01-272-14/+50 * | | Add PR number to changelogBrandon Millman2018-01-311-1/+1 * | | Fix lint errorsBrandon Millman2018-01-3117-55/+54 * | | Add protected keyword to underscore lint ruleBrandon Millman2018-01-313-3/+8 |/ / * | Remove unused propFabio Berger2018-01-311-1/+0 * | Merge pull request #351 from 0xProject/feature/portal-ledger-supportFabio Berger2018-01-3153-645/+1204 |\ \ | * | Fix prettierFabio Berger2018-01-311-9/+1 | * | Uppercase Networks enum valuesFabio Berger2018-01-317-22/+22 | * | Make default gasPrice more readableFabio Berger2018-01-311-1/+3 | * | Fix prettier messFabio Berger2018-01-311-6/+3 | * | Fix linter errorsFabio Berger2018-01-3121-72/+20 | * | Shrink imgFabio Berger2018-01-311-0/+0 | * | Fix all setState calls after unmounted errors. Decided to create our own flag...Fabio Berger2018-01-317-43/+90 | * | Fix bug where we were return undefined instead of the empty objectFabio Berger2018-01-311-1/+1 | * | Default the derivation path to that found in the Ledger subproviderFabio Berger2018-01-311-1/+4 | * | Add browser data to dialog infoFabio Berger2018-01-311-1/+1 | * | Add Rinkeby supportFabio Berger2018-01-302-6/+3 | * | Pass in whether we want the personal message prefix appended and never append...Fabio Berger2018-01-302-1/+20 | * | Merge branch 'development' into feature/portal-ledger-supportFabio Berger2018-01-3048-214/+334 | |\ \ | * | | Wholesale replace the tokenByAddress and de-dup properlyFabio Berger2018-01-304-26/+31 | * | | Call destroy ealier so that web3Wrapper stops polling for userAddress/network...Fabio Berger2018-01-302-3/+8 | * | | Disallow negative amountsFabio Berger2018-01-301-1/+1 | * | | Remove the ability to clear tokenByAddress. It should simply be updated.Fabio Berger2018-01-304-14/+0 | * | | Use live backend on developmentFabio Berger2018-01-291-1/+1 | * | | Fetch default gasPrice from our ethGasStation API mirror and set it for all t...Fabio Berger2018-01-291-3/+34 | * | | remove unused typeFabio Berger2018-01-291-10/+0 | * | | Small improvementsFabio Berger2018-01-291-2/+2 | * | | Fix bug related to balance/allowance fetching being asyncFabio Berger2018-01-291-0/+14 | * | | Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to Ledger...Fabio Berger2018-01-296-23/+32 | * | | Re-set Ledger config dialog to connect step if dialog is closedFabio Berger2018-01-291-0/+1 | * | | Add flash message instructing user to confirm tx on LedgerFabio Berger2018-01-291-0/+13 | * | | Add the stack trace to help with debuggingFabio Berger2018-01-291-1/+1 | * | | Make it such that users can switch between Ledger accounts without first swit...Fabio Berger2018-01-293-9/+12 | * | | Use colors module and remove in-lined colorsFabio Berger2018-01-292-7/+10 | * | | Replace heavy loading animation with simple circular loaderFabio Berger2018-01-295-41/+14 | * | | Add network name to the select providerFabio Berger2018-01-291-12/+15 | * | | Fix bug where could not switch to Ledger and backFabio Berger2018-01-296-31/+65 | * | | Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-2823-295/+384 | * | | Initial Ledger support implementationFabio Berger2018-01-2824-163/+559 | * | | Remove unused Ledgerco importFabio Berger2018-01-282-2/+0 | * | | Add light blue as our accent colorFabio Berger2018-01-281-0/+1 | * | | Properly detect user signing cancellation on Metamask, Parity signer and LedgerFabio Berger2018-01-286-7/+7 * | | | Change orderLeonid Logvinov2018-01-301-1/+1 * | | | Separate npm scripts in contractsLeonid Logvinov2018-01-301-2/+3 * | | | Remove a semicolonLeonid Logvinov2018-01-301-1/+1 * | | | Fix glob patternsLeonid Logvinov2018-01-301-1/+1 * | | | Remove constructor argLeonid Logvinov2018-01-302-4/+5 * | | | Remove authorized address magic from testsLeonid Logvinov2018-01-301-8/+1 * | | | Remove accounts magic from testsLeonid Logvinov2018-01-303-8/+4 * | | | Make an RPC constructor param implicitLeonid Logvinov2018-01-3023-26/+27 * | | | Remove no-unused-variabe ruleLeonid Logvinov2018-01-301-1/+0 * | | | Fix tslint issuesLeonid Logvinov2018-01-303-7/+6 * | | | Use an enum for contract nameLeonid Logvinov2018-01-3013-47/+60 * | | | Remove promisified web3 functions from testsLeonid Logvinov2018-01-302-14/+12 * | | | Remove truffle as a dependencyLeonid Logvinov2018-01-301-1/+0 * | | | Fix prettierLeonid Logvinov2018-01-303-23/+11 * | | | Normalize the dependenciesLeonid Logvinov2018-01-3020-91/+67 * | | | Add --bail to mocha configLeonid Logvinov2018-01-301-1/+1 * | | | Make awaitTransactionMinedAsync non-generic againLeonid Logvinov2018-01-303-13/+13 * | | | Add back the artifactsLeonid Logvinov2018-01-3016-0/+6408 * | | | Remove duplicate codeLeonid Logvinov2018-01-302-55/+0 * | | | Remove truffle from testsLeonid Logvinov2018-01-3072-7162/+649 * | | | Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-3037-126/+89 * | | | Remove truffle from Exchange testsLeonid Logvinov2018-01-303-20/+65 * | | | Remove truffle from ZRXToken testsLeonid Logvinov2018-01-301-11/+19 * | | | Remove truffle from UnlimitedAllowanceToken testsLeonid Logvinov2018-01-302-5/+26 * | | | Remove truffle from UnlimitedAllowanceTokenV2 testsLeonid Logvinov2018-01-305-14/+22 * | | | Remove truffle from TokenRegistry testsLeonid Logvinov2018-01-301-12/+28 * | | | Remove truffle from MultiSigWalletWithTimeLock testsLeonid Logvinov2018-01-301-4/+10 * | | | Remove truffle from MultiSigWalletWithTimeLockExceptRemoveAuthAddr testsLeonid Logvinov2018-01-302-14/+32 * | | | Remove truffle from Ether Token testsLeonid Logvinov2018-01-301-12/+24 * | | | Remove truffle from tokenTransferProxy testsLeonid Logvinov2018-01-302-39/+37 * | | | Remove truffle from tokenTransferProxy testsLeonid Logvinov2018-01-3014-54/+76 | |/ / |/| | * | | 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-3018-101/+118 * | | Add PR numberFabio Berger2018-01-301-1/+1 * | | Add config file specifically in prettier command and fix filesFabio Berger2018-01-30376-34256/+34256 * | | Fix prettierFabio Berger2018-01-30