aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)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
| |\ | | | | | | Contracts monorepo 6
| * \ Merge pull request #1385 from 0xProject/feature/contracts-monorepo-5Leonid Logvinov2018-12-111-0/+2
| |\ \ | | | | | | | | Refactor our protocol interfaces into `@0x/contracts-interfaces`
| * \ \ Merge pull request #1377 from 0xProject/feature/pipeline-cleanup-mega-rebaseAlex Browne2018-12-061-0/+4
| |\ \ \ | | | | | | | | | | Merge all pipeline code into development
| | * | | 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
| | | | First support for signature validation, done via Exchange contract's isValidSignature() method.
* 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
| | | | | | | An empty project, with respect to functionality, but one configured with a test framework, linters, CI integration, etc. https://app.asana.com/0/836857747873847/839549782781239/f
* 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 ↵Fabio Berger2018-06-061-2/+2
| | | | `generated_contract_wrappers` in package with no non-generated contract wrappers
* Initial refactor of order-utils. Move many utils from contracts into this ↵Fabio Berger2018-05-301-0/+1
| | | | package.
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix ganache subprovider config Fix a bug in compiler config precedence Fix linter errors Fix templates Remove unused deployer docs configs Add a legacy endpoint for the deployer Add a check for compiler output Add a comment Put ARTIFACTS_VERSION in a config Improve a comment Remove _applyDefaultsToDeployTxDataAsync Add a HACK comment Fix linter issues Rename deployer to sol-compiler Remove deployer Remove deployer from 0x.js and migrations Configure migrations with a compiler.json Remove deployer from metacoin and contract tests Update wallet footer and add remove token functionality # Conflicts: # .gitignore # packages/0x.js/package.json # packages/0x.js/src/0x.ts # packages/contracts/package.json # packages/contracts/test/multi_sig_with_time_lock.ts # packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts # packages/contracts/util/artifacts.ts # packages/deployer/test/deployer_test.ts # packages/migrations/package.json
| * 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
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (38 commits) Add fallback image support to relayer grid tile Clear relayer grid state when fetching Configure the compiler to generate artifacts with deployedBytecode Implement loading and error state for relayer grid Fallback image for relayer grid tile Change relayer grid tile to link on header Display top tokens from backend Remove overflowZ property from portal Suggestions and fix bad merge Fix typo Only show untracked tokens Make wallet scrollable Add token flow Update The Ocean logo Fix artifacts paths Create an artifacts folder Introduce a var Add removeHexPrefix util method CHeck if ABI exists Improve the readability of the check for should compile ... # Conflicts: # .gitignore # packages/contracts/test/multi_sig_with_time_lock.ts # packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts # packages/contracts/util/artifacts.ts
| * 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 ↵Fabio Berger2018-05-101-0/+4
|/ | | | unifying library with the same interface
* Implement the resolverLeonid Logvinov2018-04-121-0/+2
|
* Move migrations into separate monorepo subpackage and hook it up to 0x.js ↵Fabio Berger2018-04-091-1/+2
| | | | and contracts
* 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 ↵Fabio Berger2018-03-271-0/+7
| | | | and ignores their contents on the top-level scope
* 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` ↵Fabio Berger2018-03-131-0/+3
| | | | and also convert it to TS.
* 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 ↵Fabio Berger2017-11-221-0/+2
| | | | sub-packages, use new subscribeAsync 0x.js method
* 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