aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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