aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-report/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix many linter errors that showed up upon upgrading tsutilFabio Berger2018-08-231-1/+2
|
* Remove all in-package monorepo-scripts by adding doc gen/upload and ↵Fabio Berger2018-07-301-8/+0
| | | | aggregate release note publishing to publish script
* Try enabling no-unused-variable...fragosti2018-06-052-4/+1
|
* Remove 0x.js dependency from sra-reportLeonid Logvinov2018-05-231-2/+3
|
* Fix TSLint rulesFabio Berger2018-05-162-5/+22
|
* Add missing type definitionsLeonid Logvinov2018-05-141-8/+23
|
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-25/+0
|
* Add metacoin example projectLeonid Logvinov2018-04-021-2/+0
|
* WIPBrandon Millman2018-03-161-0/+1
|
* Fix bad mergeBrandon Millman2018-03-162-0/+7
|
* Merge branch 'development' into feature/sra-report/collection-testsBrandon Millman2018-03-164-17/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (97 commits) Keep console.log in monorepo-scripts Enable coverage for all other packages with tests Fix parallel coverage results reporting Fix linter issuesx Remove outdated comment Add script copying to build command Add postpublish script to sol-cov Move configuration into package.json configs section Transform input data before encoding for callAsync and getABIEncodedTransactionData Update CHANGELOGs Consolidate all console.log into the @0xproject/utils package 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 Consolidate docs generation and uploading logic Use async/await instead of promise syntax Move changelog entry ...
| * Merge branch 'development' into feature/utils/console-logBrandon Millman2018-03-151-0/+8
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (25 commits) Enable coverage for all other packages with tests Fix parallel coverage results reporting Fix linter issuesx Remove outdated comment Add script copying to build command Add postpublish script to sol-cov Move configuration into package.json configs section Transform input data before encoding for callAsync and getABIEncodedTransactionData Consolidate docs generation and uploading logic Use async/await instead of promise syntax Move changelog entry remove unneeded include remove unused dep Fix lint issues Re-add linter to monorepo-scripts but with tslint-config dep at earlier version to avoid cyclical dependency small fixes move scripts to monorepro-scripts Fix gitignore Move abi-gen scripts to src Add missing dep ...
| | * Move configuration into package.json configs sectionFabio Berger2018-03-141-2/+3
| | |
| | * Fix lint issuesFabio Berger2018-03-131-0/+1
| | |
| | * move scripts to monorepro-scriptsFabio Berger2018-03-131-0/+6
| | |
| * | Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-143-13/+7
| |/
* / Add scaffolding for sra-report collection unit testsBrandon Millman2018-03-143-5/+29
|/
* Add support for ropsten and rinkebyBrandon Millman2018-03-094-1/+17
|
* Disable completed docs linting for globalsBrandon Millman2018-03-071-0/+1
|
* Add name to environmentBrandon Millman2018-03-071-0/+3
|
* Add relevant newman typingsBrandon Millman2018-03-071-1/+3
|
* Random fixesBrandon Millman2018-03-071-1/+0
|
* Print error message when no orders are found from /ordersBrandon Millman2018-03-071-1/+3
|
* Refactor environment factory and generalize token environment keysBrandon Millman2018-03-073-43/+62
|
* Flesh out READMEBrandon Millman2018-03-071-1/+1
|
* Add support for custom environment fileBrandon Millman2018-03-062-15/+25
|
* PrettierBrandon Millman2018-03-064-12/+14
|
* Add options for exporting environment and collection filesBrandon Millman2018-03-061-3/+18
|
* Add comment to environment factoryBrandon Millman2018-03-061-3/+8
|
* Change all globals in environment variablesBrandon Millman2018-03-064-19/+33
|
* Change url command line option to endpoint-urlBrandon Millman2018-03-061-8/+8
|
* Rename isHttpUrl to isWebUri in assert packageBrandon Millman2018-03-061-1/+1
|
* Add more globalsBrandon Millman2018-03-011-15/+10
|
* Add stringified order object into globalsBrandon Millman2018-02-282-6/+10
|
* Write to provided output directoryBrandon Millman2018-02-281-3/+17
|
* Get orderHash via 0x connectBrandon Millman2018-02-282-25/+33
|
* Refactor environment factory and promisify newmanBrandon Millman2018-02-282-74/+84
|
* Add an array of schemaKeys to the globalsBrandon Millman2018-02-241-13/+31
|
* Use Schema interface from @0xproject/json-schemasBrandon Millman2018-02-242-13/+13
|
* Implement initial sra-report command line toolBrandon Millman2018-02-234-0/+122