aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov
Commit message (Collapse)AuthorAgeFilesLines
* Publishcontracts@2.1.16@0xproject/website@0.0.19@0xproject/testnet-faucets@1.0.17@0xproject/sra-report@0.0.2@0xproject/sol-cov@0.0.2@0xproject/react-docs-example@0.0.2@0xproject/monorepo-scripts@0.1.13@0xproject/dev-utils@0.3.0@0xproject/deployer@0.3.00x.js@0.33.2Fabio Berger2018-03-191-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.33.2 - @0xproject/abi-gen@0.2.6 - @0xproject/assert@0.2.1 - @0xproject/base-contract@0.0.4 - chai-as-promised-typescript-typings@0.0.11 - chai-typescript-typings@0.0.5 - @0xproject/connect@0.6.4 - contracts@2.1.16 - @0xproject/deployer@0.3.0 - @0xproject/dev-utils@0.3.0 - ethers-typescript-typings@0.0.3 - @0xproject/json-schemas@0.7.15 - @0xproject/monorepo-scripts@0.1.13 - @0xproject/react-docs-example@0.0.2 - @0xproject/react-docs@0.0.2 - @0xproject/react-shared@0.0.2 - @0xproject/sol-cov@0.0.2 - @0xproject/sra-report@0.0.2 - @0xproject/subproviders@0.8.0 - @0xproject/testnet-faucets@1.0.17 - @0xproject/tslint-config@0.4.11 - @0xproject/types@0.4.0 - @0xproject/utils@0.4.2 - web3-typescript-typings@0.10.1 - @0xproject/web3-wrapper@0.3.0 - @0xproject/website@0.0.19
* Add a complex test for ast visitorLeonid Logvinov2018-03-162-0/+478
|
* Move opcodes to constantsLeonid Logvinov2018-03-163-9/+11
|
* Add tests for sol-covLeonid Logvinov2018-03-1517-14/+363
|
* Add script copying to build commandFabio Berger2018-03-141-1/+2
|
* Add postpublish script to sol-covFabio Berger2018-03-144-6/+18
|
* Address feedbackLeonid Logvinov2018-03-141-13/+9
|
* Add other statement typesLeonid Logvinov2018-03-131-0/+24
|
* Start using solidity-parser-antlrLeonid Logvinov2018-03-135-63/+357
|
* Submit a TD PRLeonid Logvinov2018-03-121-1/+1
|
* Add an explanatory comment for making ranges uniqueLeonid Logvinov2018-03-121-0/+1
|
* Merge branch 'feature/solcov' of github.com:0xProject/0x-monorepo into ↵Fabio Berger2018-03-122-0/+28
|\ | | | | | | | | | | | | feature/solcov * 'feature/solcov' of github.com:0xProject/0x-monorepo: Add a HACK to detect coverage of the modifiers with no parameters
| * Add a HACK to detect coverage of the modifiers with no parametersLeonid Logvinov2018-03-122-0/+28
| |
* | Improve the sol-cov readmeFabio Berger2018-03-121-4/+8
|/
* Treap transactions to address 0x0 as contract creationLeonid Logvinov2018-03-121-6/+4
|
* Add sol-cov READMELeonid Logvinov2018-03-121-0/+63
|
* Remove redundant Date.now()Leonid Logvinov2018-03-122-2/+1
|
* Don't await lock releasesLeonid Logvinov2018-03-121-2/+2
|
* Add support for async calls under coverageLeonid Logvinov2018-03-122-16/+39
|
* Add builtin modifier 'constant'Leonid Logvinov2018-03-121-1/+1
|
* Disable completed docs ruleLeonid Logvinov2018-03-121-1/+4
|
* Address feedbackLeonid Logvinov2018-03-122-9/+20
|
* Make _getSingleFileCoverageForTrace a private static methodLeonid Logvinov2018-03-121-50/+51
|
* Use better variable nameLeonid Logvinov2018-03-121-2/+2
|
* Introduce redundant varsLeonid Logvinov2018-03-121-3/+6
|
* Throw an error if artifacts not foundLeonid Logvinov2018-03-121-0/+3
|
* Fix a typoLeonid Logvinov2018-03-121-1/+2
|
* Use string enum for branch typesLeonid Logvinov2018-03-121-4/+10
|
* Fix a typoLeonid Logvinov2018-03-121-1/+1
|
* Remove initial implementation entryLeonid Logvinov2018-03-121-4/+0
|
* Stop making an assumption that contract code is immutableLeonid Logvinov2018-03-123-52/+73
|
* Cache code parsingLeonid Logvinov2018-03-123-7/+22
|
* Add sol-cover implementationLeonid Logvinov2018-03-1219-0/+742