aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-utils/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'development' into feature/0x.js/remove-hd-wallet-from-testJacob Evans2018-04-171-2/+2
|\
| * Fix testsLeonid Logvinov2018-04-121-2/+2
| |
* | Update the Changelog with pr numberJacob Evans2018-04-141-1/+1
| |
* | Remove truffle-hdwallet from 0x.js testsJacob Evans2018-04-131-1/+5
|/
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-042-3/+2
|
* Add metacoin example projectLeonid Logvinov2018-04-021-1/+0
|
* Merge branch 'development' into convertScriptsToTsFabio Berger2018-03-147-79/+99
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (71 commits) Transform input data before encoding for callAsync and getABIEncodedTransactionData Update coverage badge to show development coverage Configure post build hook Notify coveralls after all tasks have finished Address feedback Revert "Report all coverage reports together" Separate published packages and typescript typings on README Report all coverage reports together Add other statement types Properly and consistently parse ENV vars Add forgotten file Start using solidity-parser-antlr Fix the default always overriding to address Submit a TD PR Add an explanatory comment for making ranges unique Fix a typo in handling env variables Introduce TESTRPC_FIRST_ADDRESS Make BlockchainLifecycle accept only web3Wrapper Fix comments Fix deployer CHANGELOG ... # Conflicts: # README.md # packages/deployer/package.json # packages/subproviders/src/globals.d.ts # yarn.lock
| * Properly and consistently parse ENV varsLeonid Logvinov2018-03-133-6/+7
| |
| * Fix a typo in handling env variablesLeonid Logvinov2018-03-121-3/+3
| |
| * Introduce TESTRPC_FIRST_ADDRESSLeonid Logvinov2018-03-122-1/+4
| |
| * Make BlockchainLifecycle accept only web3WrapperLeonid Logvinov2018-03-121-4/+2
| |
| * Remove redundant Date.now()Leonid Logvinov2018-03-121-0/+19
| |
| * Make env variables parsing more strict and add docsLeonid Logvinov2018-03-121-2/+9
| |
| * Address feedbackLeonid Logvinov2018-03-121-1/+2
| |
| * Add double negation before using shouldUseInProcessGanacheLeonid Logvinov2018-03-121-1/+1
| |
| * Rename useInProcessGanache to shouldUseInProcessGanacheLeonid Logvinov2018-03-121-3/+3
| |
| * Make coverage a module instead of a functionLeonid Logvinov2018-03-123-9/+14
| |
| * Rename COVERAGE to SOLIDITY_COVERAGSLeonid Logvinov2018-03-121-1/+1
| |
| * Rename getCoverageSubprovider to getCoverageSubproviderSingletonLeonid Logvinov2018-03-123-4/+4
| |
| * Add sol-cover implementationLeonid Logvinov2018-03-126-79/+65
| |
* | Move configuration into package.json configs sectionFabio Berger2018-03-141-2/+3
| |
* | Fix lint issuesFabio Berger2018-03-131-0/+1
| |
* | small fixesFabio Berger2018-03-132-2/+1
| |
* | move scripts to monorepro-scriptsFabio Berger2018-03-134-96/+11
| |
* | Convert 0x.js scripts to TS, move the prepublishUtils script to `dev-utils` ↵Fabio Berger2018-03-134-0/+99
|/ | | | and also convert it to TS.
* Change imports orderLeonid Logvinov2018-02-151-1/+2
|
* Move subproviders from dev-utils to subprovidersLeonid Logvinov2018-02-153-64/+1
|
* Remove constructor argLeonid Logvinov2018-01-302-4/+5
|
* Make an RPC constructor param implicitLeonid Logvinov2018-01-301-2/+3
|
* Remove truffle from testsLeonid Logvinov2018-01-301-1/+2
|
* Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-306-0/+111
|
* Fix a stupid RPC bug which caused the port togo over 65535Leonid Logvinov2018-01-171-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-032-3/+3
|
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-202-25/+25
|
* Fix connect unused varsLeonid Logvinov2017-12-151-1/+0
|
* Implement first custom linter rule async-suffixLeonid Logvinov2017-12-151-3/+0
|
* Create dev-utils with blockchainLifecycle in itLeonid Logvinov2017-12-143-0/+89