aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Expand)AuthorAgeFilesLines
* Rename sol-trace-based-tools-common to sol-tracing-utilsLeonid Logvinov2019-01-101-1/+1
* Refactor out sol-cov, sol-profiler and sol-trace into their separate packagesLeonid Logvinov2019-01-081-1/+1
* Merge branch 'development' into feature/contracts-monorepo-7Leonid Logvinov2018-12-111-0/+4
|\
| * Merge pull request #1388 from 0xProject/feature/contracts-monorepo-6Leonid Logvinov2018-12-111-0/+2
| |\
| * \ Merge pull request #1385 from 0xProject/feature/contracts-monorepo-5Leonid Logvinov2018-12-111-0/+2
| |\ \
| * \ \ Merge pull request #1377 from 0xProject/feature/pipeline-cleanup-mega-rebaseAlex Browne2018-12-061-0/+4
| |\ \ \
| | * | | Add typeorm and begin inserting database recordsAlex Browne2018-12-051-0/+4
* | | | | Rename core package to protocolLeonid Logvinov2018-12-111-2/+2
* | | | | Refactor our extensions packageLeonid Logvinov2018-12-111-0/+2
* | | | | Refactor out examplesLeonid Logvinov2018-12-111-0/+2
| |_|_|/ |/| | |
* | | | Refactor out tokens from core contracts packageLeonid Logvinov2018-12-051-0/+2
| |_|/ |/| |
* | | Refactor our protocol interfaces into @0x/contracts-interfacesLeonid Logvinov2018-12-051-0/+2
|/ /
* / Refactor out libs into @0x/contracts-libsLeonid Logvinov2018-12-041-0/+2
|/
* Refactor @0x/contracts-utils from @0x/contracts-coreLeonid Logvinov2018-12-041-0/+2
* Ignore generated files in multisig contractsLeonid Logvinov2018-12-031-0/+2
* Replace packages/contracts with contracts/coreLeonid Logvinov2018-12-031-2/+2
* [order_utils.py] is_signature_valid, via Exchange contract (#1216)F. Eugene Aumson2018-11-081-0/+1
* Update .gitignore and .prettierignoreAlex Browne2018-10-161-15/+0
* Create abi-gen-wrappers packageAlex Browne2018-10-161-0/+2
* Add generated contract wrappers in contracts package to gitignoreAlex Browne2018-10-161-5/+2
* feat: project stub for python order utilitiesF. Eugene Aumson2018-10-131-0/+9
* Add dev-tools-pages bundles to gitignoreFabio Berger2018-10-111-0/+1
* Rename and update some artifact locationsAlex Browne2018-09-051-3/+3
* Add mainnet migrationsAmir Bandeali2018-09-051-0/+1
* Merge development branchFabio Berger2018-08-221-0/+4
|\
| * remove v2 contract artifactsF. Eugene Aumson2018-08-211-0/+4
* | Add /src/artifacts in order-utils to gitignoreFabio Berger2018-08-011-0/+1
|/
* Add order-watcher artifacts to gitignoreFabio Berger2018-07-261-1/+2
* Add artifacts to gitignoreFabio Berger2018-07-261-0/+1
* Add .npmrc to gitignoreLeonid Logvinov2018-07-241-0/+1
* Add .vscode from .gitignoreFabio Berger2018-07-021-0/+3
* Update file structureAmir Bandeali2018-06-301-1/+1
* Use ledger subproviderAmir Bandeali2018-06-301-1/+1
* Add Kovan migrationsAmir Bandeali2018-06-301-2/+3
* move generated contract wrappers from `contract_wrappers/generated/` to `gene...Fabio Berger2018-06-061-2/+2
* Initial refactor of order-utils. Move many utils from contracts into this pac...Fabio Berger2018-05-301-0/+1
* Migrate migrations to v2Leonid Logvinov2018-05-251-1/+2
* Rename bin to server in testnet-faucets since bin is no longer gitignoredFabio Berger2018-05-151-0/+2
* Fix abi-gen binary so it can be called directly from packagesFabio Berger2018-05-151-2/+0
* Merge branch 'development' into breakUp0xjsFabio Berger2018-05-111-3/+3
|\
| * Rename deployer to sol-compilerLeonid Logvinov2018-05-101-2/+2
| * Remove deployer from 0x.js and migrationsLeonid Logvinov2018-05-101-0/+1
* | Standardize gitignores and remove `migrations/artifacts`Fabio Berger2018-05-111-7/+6
* | Merge branch 'development' into breakUp0xjsFabio Berger2018-05-101-1/+1
|\|
| * Fix artifacts pathsLeonid Logvinov2018-05-071-1/+1
* | Add generated contracts in contract-wrappers to gitignoreFabio Berger2018-05-101-0/+1
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-101-0/+4
|/
* Implement the resolverLeonid Logvinov2018-04-121-0/+2
* Move migrations into separate monorepo subpackage and hook it up to 0x.js and...Fabio Berger2018-04-091-1/+2
* Regroup gitignore entriesLeonid Logvinov2018-04-021-2/+1
* Add metacoin example projectLeonid Logvinov2018-04-021-0/+2
* Remove nested .gitignore files since `yarn publish` gets confused by them and...Fabio Berger2018-03-271-0/+7
* Fix gitignoreFabio Berger2018-03-131-1/+1
* Make git-ignore generic for all package scriptsFabio Berger2018-03-131-1/+1
* Convert 0x.js scripts to TS, move the prepublishUtils script to `dev-utils` a...Fabio Berger2018-03-131-0/+3
* Add command to deploy react-docs exampleFabio Berger2018-03-071-0/+1
* Address feedbackAmir Bandeali2018-02-211-1/+1
* Add generated contract artifacts to gitignoreAmir Bandeali2018-02-211-0/+3
* Add kovan faucet project into the mono repoBrandon Millman2017-12-131-0/+3
* Add md directory to website package and change generated docs directoryBrandon Millman2017-11-281-1/+1
* add bundles to gitignoreFabio Berger2017-11-231-0/+2
* Add website to mono repo, update packages to align with existing sub-packages...Fabio Berger2017-11-221-0/+2
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-2/+2
* Remove es6 targetLeonid Logvinov2017-05-261-2/+0
* Add command to generate docs from ts codeLeonid Logvinov2017-05-241-0/+3
* Add comments to .gitignoreLeonid Logvinov2017-05-241-1/+5
* Add initial tsconfigLeonid Logvinov2017-05-241-0/+2
* Initial commitLeonid2017-05-231-0/+59