Fabio Berger
|
76f9ad0705
|
Remove build from docs:stage commands
|
2018-05-14 19:24:47 +02:00 |
|
Fabio Berger
|
478f6ed011
|
Move from using lerna multi-package commands to wsrun, update README's accordingly
|
2018-05-14 19:23:50 +02:00 |
|
Fabio Berger
|
c94d1b2275
|
Merge branch 'development' of github.com:0xProject/0x-monorepo into development
* 'development' of github.com:0xProject/0x-monorepo:
Add missing type definitions
|
2018-05-14 11:30:51 +02:00 |
|
Fabio Berger
|
7d60356fac
|
Remove tslint-config as dep to monorepo-scripts to avoid circular dependency. Since monorepo-scripts is only expected to be used from within the monorepo, we reference tslint-config w/ a relative path
|
2018-05-14 11:30:15 +02:00 |
|
Leonid Logvinov
|
58fa35641d
|
Merge pull request #585 from 0xProject/feature/typedef
Add missing type definitions. Enable typedef linter rule
|
2018-05-14 10:36:13 +02:00 |
|
Leonid Logvinov
|
b74957acdf
|
Add missing type definitions
|
2018-05-14 10:35:13 +02:00 |
|
Fabio Berger
|
6aed4fb1ae
|
Merge pull request #579 from 0xProject/breakUp0xjs
Split 0x.js into: contract-wrappers & order-watcher
|
2018-05-11 19:11:27 +02:00 |
|
Fabio Berger
|
ad8e12eeae
|
Add missing .gitkeeps
|
2018-05-11 18:54:33 +02:00 |
|
Fabio Berger
|
31763a018c
|
Revert "Remove gitkeeps"
This reverts commit 3f6876c419.
|
2018-05-11 18:50:50 +02:00 |
|
Fabio Berger
|
bc20f8a004
|
improve wording
|
2018-05-11 18:24:07 +02:00 |
|
Fabio Berger
|
3f6876c419
|
Remove gitkeeps
|
2018-05-11 17:41:35 +02:00 |
|
Fabio Berger
|
fb9c774558
|
Create coverage dir if doesn't exist
|
2018-05-11 17:41:25 +02:00 |
|
Fabio Berger
|
7df9393d29
|
Add compilerSettings to compiler.json
|
2018-05-11 16:26:08 +02:00 |
|
Fabio Berger
|
c6439def2c
|
Add deployedBytecode to artifacts since it is needed by sol-cov
|
2018-05-11 16:25:52 +02:00 |
|
Fabio Berger
|
273d3445e4
|
Revert throw conditions since it messes with the expected test timing
|
2018-05-11 16:04:03 +02:00 |
|
Fabio Berger
|
bc3dc52377
|
Revert back to hack, we need the configured web3Wrapper
|
2018-05-11 15:40:19 +02:00 |
|
Fabio Berger
|
ef1d484d9e
|
Add comment to TransactionReceiptWithDecodedLogs explaining that it doesn't always return "decodedLogs"
|
2018-05-11 15:39:15 +02:00 |
|
Fabio Berger
|
63cd5a6296
|
Get rid of hack
|
2018-05-11 15:24:31 +02:00 |
|
Fabio Berger
|
657dc785ea
|
Get networkId from web3Wrapper
|
2018-05-11 15:23:50 +02:00 |
|
Fabio Berger
|
461e74d8be
|
Throw if tx reverts
|
2018-05-11 15:23:34 +02:00 |
|
Fabio Berger
|
a7daea1728
|
Remove unused methods and imports
|
2018-05-11 15:22:57 +02:00 |
|
Fabio Berger
|
c4416f9696
|
Prettier ignore artifact files
|
2018-05-11 14:45:50 +02:00 |
|
Fabio Berger
|
f9ad34170d
|
Add compiler dep
|
2018-05-11 14:25:48 +02:00 |
|
Fabio Berger
|
45f2a8ad06
|
Update yarn.lock
|
2018-05-11 13:31:49 +02:00 |
|
Fabio Berger
|
3dad802c90
|
Fix version
|
2018-05-11 13:18:13 +02:00 |
|
Fabio Berger
|
735166f06c
|
remove unused modules
|
2018-05-11 13:15:41 +02:00 |
|
Fabio Berger
|
042df52e5c
|
Fix deps
|
2018-05-11 13:15:21 +02:00 |
|
Fabio Berger
|
294a65f842
|
Fix prettier
|
2018-05-11 13:11:50 +02:00 |
|
Fabio Berger
|
bf8550ae1e
|
Update artifacts
|
2018-05-11 12:59:14 +02:00 |
|
Fabio Berger
|
91549ef28c
|
Update yarn.lock
|
2018-05-11 12:58:45 +02:00 |
|
Fabio Berger
|
95956eff64
|
Update global_hooks
|
2018-05-11 12:58:34 +02:00 |
|
Fabio Berger
|
bcae71dfa4
|
Remove legacy test
|
2018-05-11 12:33:39 +02:00 |
|
Fabio Berger
|
d370296e82
|
Merge branch 'development' into breakUp0xjs
* 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
|
2018-05-11 12:32:57 +02:00 |
|
Leonid Logvinov
|
f42f608f3f
|
Merge pull request #574 from 0xProject/feature/rm-rf-deployer
Remove @0xproject/deployer.Deployer. Make contracts able to deploy themselves
|
2018-05-11 12:12:39 +02:00 |
|
Fabio Berger
|
f78b5741c3
|
Add missing version directory to path
|
2018-05-11 12:05:46 +02:00 |
|
Fabio Berger
|
733fe5b335
|
Add artifacts to clean command
|
2018-05-11 12:05:32 +02:00 |
|
Leonid Logvinov
|
c093aab350
|
Fix ganache subprovider config
|
2018-05-11 11:59:08 +02:00 |
|
Brandon Millman
|
44f17c1706
|
Merge pull request #580 from 0xProject/feature/website/remove-tokens
Update wallet footer and add remove token functionality
|
2018-05-10 10:55:17 -07:00 |
|
Fabio Berger
|
8302e1687a
|
Remove unnecessary compile command
|
2018-05-10 19:03:58 +02:00 |
|
Fabio Berger
|
7ad4380653
|
Standardize gitignores and remove migrations/artifacts
|
2018-05-10 19:02:59 +02:00 |
|
Fabio Berger
|
bea185ce8b
|
Commit v1 artifacts to migrations package and remove compile step from prebuild
|
2018-05-10 19:02:41 +02:00 |
|
Fabio Berger
|
5a73b8a8e6
|
Replace mkdir with mkdirp so it also created any missing intermediate directories
|
2018-05-10 18:56:32 +02:00 |
|
Fabio Berger
|
da62a0af3b
|
Fix path to artifacts
|
2018-05-10 18:55:30 +02:00 |
|
Leonid Logvinov
|
1137abfd33
|
Fix a bug in compiler config precedence
|
2018-05-10 18:26:44 +02:00 |
|
Leonid Logvinov
|
e972ed8456
|
Fix linter errors
|
2018-05-10 18:12:34 +02:00 |
|
Leonid Logvinov
|
2e1c2d9dfe
|
Fix templates
|
2018-05-10 17:56:57 +02:00 |
|
Fabio Berger
|
83dd333eba
|
Fix tslint errors
|
2018-05-10 17:55:27 +02:00 |
|
Leonid Logvinov
|
f854f3ee2b
|
Remove unused deployer docs configs
|
2018-05-10 17:47:38 +02:00 |
|
Leonid Logvinov
|
1055ca6d44
|
Add a legacy endpoint for the deployer
|
2018-05-10 17:47:38 +02:00 |
|
Leonid Logvinov
|
a5fea3b9c3
|
Add a check for compiler output
|
2018-05-10 17:47:38 +02:00 |
|