Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename sol-trace-based-tools-common to sol-tracing-utils | Leonid Logvinov | 2019-01-10 | 1 | -1/+1 |
| | |||||
* | Refactor out sol-cov, sol-profiler and sol-trace into their separate packages | Leonid Logvinov | 2019-01-08 | 1 | -1/+4 |
| | |||||
* | Fix project references for contracts packages (#1419) | Alex Browne | 2018-12-12 | 1 | -2/+10 |
| | | | | | | - Removed /packages/contracts - Removed /contracts/core - Added `yarn build:ts` to CI tests - Added each contracts "project" to root tsconfig.json | ||||
* | Remove old code. Create function for getting contract events via etherscan | Alex Browne | 2018-12-05 | 1 | -0/+1 |
| | |||||
* | Replace packages/contracts with contracts/core | Leonid Logvinov | 2018-12-03 | 1 | -1/+1 |
| | |||||
* | feat: remove instant from project references | fragosti | 2018-12-01 | 1 | -1/+3 |
| | |||||
* | feat: fix instant build and add to project references | fragosti | 2018-11-17 | 1 | -0/+1 |
| | |||||
* | update outdated package and tsconfig issue | Fabio Berger | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | Remove sra-report | Leonid Logvinov | 2018-10-18 | 1 | -1/+0 |
| | |||||
* | Apply various PR feedback | Alex Browne | 2018-10-16 | 1 | -0/+1 |
| | |||||
* | Create abi-gen-wrappers package | Alex Browne | 2018-10-16 | 1 | -0/+1 |
| | |||||
* | Create contract-artifacts package (needed to solve dependency cycle) | Alex Browne | 2018-10-16 | 1 | -0/+1 |
| | |||||
* | Create initial AssetBuyer class | Brandon Millman | 2018-09-15 | 1 | -1/+1 |
| | |||||
* | feat: Add support for TypeScript project references (#991) | Alex Browne | 2018-08-30 | 1 | -4/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update all package.json and tsconfig.json * fix(contracts): Make test/utils/web3_wrapper.ts compatible with project refs * Fix webpack config for 0x.js * Fix linter errors by adding rootDir to tsconfig.json as needed * Add build:ts and watch:ts commands to package.json * Update sra-spec to work with project references * Update tsconfig.json with latest new/removed packages * Add TypeScript as devDependency at root * Add missing rootDir to forwarder-helper package * Use a separate tsconfig file for typedoc * Fix linter errors * Apply PR feedback (add comments) * Fix 0x.js tsconfig | ||||
* | Merge | Leonid Logvinov | 2018-07-18 | 1 | -0/+1 |
| | |||||
* | Enable skipLibCheck flag in ts | Leonid Logvinov | 2018-06-07 | 1 | -0/+1 |
| | |||||
* | Add clean-state tests | Leonid Logvinov | 2018-03-27 | 1 | -0/+1 |
| | |||||
* | Remove typeRoots | Leonid Logvinov | 2018-01-10 | 1 | -2/+1 |
| | |||||
* | Include web3 types via typeRoots and factor out common parts of tsconfig.json | Leonid Logvinov | 2018-01-10 | 1 | -0/+14 |
| | |||||
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 1 | -22/+0 |
| | |||||
* | Revert "Reduce final bundle size by 11% (82kB)" | Leonid | 2017-10-24 | 1 | -2/+1 |
| | |||||
* | Update 0x-json-schemas | Leonid Logvinov | 2017-10-19 | 1 | -2/+1 |
| | |||||
* | Transform lodash-es to commonjs module format | Leonid Logvinov | 2017-10-19 | 1 | -0/+2 |
| | |||||
* | Add ethereumjs-utils types | Leonid Logvinov | 2017-07-22 | 1 | -0/+1 |
| | |||||
* | Add bn.js types | Leonid Logvinov | 2017-07-22 | 1 | -0/+1 |
| | |||||
* | Add initial error handling decorator implementation | Leonid Logvinov | 2017-06-10 | 1 | -0/+1 |
| | |||||
* | Fix types hell with, chai and chai-as-promised | Leonid Logvinov | 2017-06-01 | 1 | -1/+3 |
| | |||||
* | Add assertions library and add them for all function args | Fabio Berger | 2017-05-25 | 1 | -1/+2 |
| | |||||
* | Run mocha on compiled sources | Leonid Logvinov | 2017-05-24 | 1 | -1/+2 |
| | |||||
* | Add initial tsconfig | Leonid Logvinov | 2017-05-24 | 1 | -0/+15 |