Fabio Berger
b146acc69e
Simplify the tests
2018-04-11 21:59:30 +09:00
Fabio Berger
29dc22e208
Merge branch 'development' into removeMigrateStep
...
* development:
Fix lint error
Fix documentation links in some READMEs
Fix relative link
Add step to publishing that upload staging doc jsons, deploys staging website, opens every docs page and asks the dev to confirm that each one renders properly before publishing
Fix web3Wrapper build command
Add top-level `yarn lerna:stage_docs` to upload docJsons to the staging S3 bucket for all packages with a docs page
Added a detailed description of `renameOverloadedMethods` (special thanks to @fabioberger). Updated Javascript styles in the Abi-Gen and Utils packages, around support for function overloading.
Updated deployer to accept a list of contract directories as input. Contract directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions.
Refactor publish script to have it's main execution body be lean and discrete steps
# Conflicts:
# packages/contracts/package.json
# packages/deployer/package.json
2018-04-11 19:00:30 +09:00
Fabio Berger
c44f9e56ad
Merge pull request #514 from 0xProject/publishImprovements
...
Add Doc Page Check To Publish Flow
2018-04-11 18:55:59 +09:00
Fabio Berger
2fe209d5ff
Fix lint error
2018-04-11 18:55:42 +09:00
Brandon Millman
7d8badc86e
Fix documentation links in some READMEs
2018-04-10 21:24:17 -07:00
Brandon Millman
854d65b51b
Merge pull request #517 from lgedeon/development
...
Fix relative link
2018-04-10 21:21:31 -07:00
Luke Gedeon
df773d07f3
Fix relative link
...
0xproject.com/docs/json-schemas --> https://0xproject.com/docs/json-schemas
2018-04-10 21:29:16 -04:00
Fabio Berger
efdbc1ff6c
Add step to publishing that upload staging doc jsons, deploys staging website, opens every docs page and asks the dev to confirm that each one renders properly before publishing
2018-04-10 14:49:13 +09:00
Fabio Berger
a9b5faa787
Fix web3Wrapper build command
2018-04-10 12:04:51 +09:00
Fabio Berger
49a54c0ff6
Add top-level yarn lerna:stage_docs
to upload docJsons to the staging S3 bucket for all packages with a docs page
2018-04-10 12:04:11 +09:00
Amir Bandeali
70d403e6f8
Merge pull request #493 from hysz/features/deployer/multipleCodebaseSupport
...
Deployer: Support for External Codebases + Overloaded Function Names
2018-04-09 20:02:55 -07:00
Greg Hysen
eecf09f515
Added a detailed description of renameOverloadedMethods
(special thanks to @fabioberger). Updated Javascript styles in the Abi-Gen and Utils packages, around support for function overloading.
2018-04-09 19:25:07 -07:00
Greg Hysen
61fc3346c2
Updated deployer to accept a list of contract directories as input. Contract directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions.
2018-04-09 17:22:58 -07:00
Fabio Berger
b7e98abc43
Refactor publish script to have it's main execution body be lean and discrete steps
2018-04-09 19:11:18 +09:00
Fabio Berger
6f72fed8b5
Removed unused command
2018-04-09 17:23:27 +09:00
Fabio Berger
27575e9866
Remove 0x.js test artifacts
2018-04-09 17:17:05 +09:00
Fabio Berger
986ba175ce
Fix tslint
2018-04-09 17:14:32 +09:00
Fabio Berger
919b327fc5
Move migrations into separate monorepo subpackage and hook it up to 0x.js and contracts
2018-04-09 17:14:25 +09:00
Fabio Berger
e05b55d4a5
merge development
2018-04-09 14:34:36 +09:00
Fabio Berger
073bf738dd
Since we moved Web3Wrapper class from index to it's own file, we need to update doc mapping
2018-04-07 10:41:43 +09:00
Fabio Berger
68e8d6f304
Update ERCDex logo
2018-04-07 10:24:47 +09:00
Fabio Berger
6f24337a53
Remove unused var
2018-04-07 10:17:53 +09:00
Jacob Evans
524e4707d2
Merge pull request #506 from 0xProject/feature/subproviders/pk-wallet-subprovider
...
Private Key subprovider
2018-04-06 16:52:44 +10:00
Fabio Berger
22fa5a57a5
Refactor RedundantRpcSubprovider into RedundantSubprovider
2018-04-06 15:46:27 +09:00
Fabio Berger
e30c76b743
Make all handleRequest
methods async, rename _engine to engine to remain compliant with web3-provider-engine
2018-04-06 15:41:42 +09:00
Jacob Evans
a0fac663f7
Update shared fixture data for network 42
2018-04-06 16:07:00 +10:00
Fabio Berger
277e58c2e5
Merge pull request #505 from 0xProject/fix/readmeContributingSection
...
Improve README contributing sections in all packages
2018-04-06 15:05:34 +09:00
Fabio Berger
75a51af006
Use provider over web3 in deployer, dev-utils and subprovider tests, rename subprovider to ganacheSubprovider in test util
2018-04-06 15:04:17 +09:00
Fabio Berger
24454938e5
Move away from using web3 directly in 0x.js tests
2018-04-06 15:03:14 +09:00
Jacob Evans
774ab8a8ef
Feedback
...
remove id management from testnet faucet
spread over txParams rather than modify in place
2018-04-06 15:21:08 +10:00
Brandon Millman
21dc94b709
Merge pull request #503 from 0xProject/feature/website/relayer-grid
...
Implement initial relayer grid
2018-04-05 12:15:16 -07:00
Brandon Millman
d6176872f7
Merge pull request #504 from 0xProject/fix/website/wallet-key-warning
...
Fix missing key warnings in wallet component
2018-04-05 12:14:43 -07:00
Brandon Millman
c396be42b9
Change undefined to null
2018-04-05 12:13:55 -07:00
Fabio Berger
89a72ebf0d
Merge branch 'development' into removeMigrateStep
...
* development:
Fix tests
Call static functions as static
Address feedback
Move our contract templates to accept Provider instead of Web3Wrapper
2018-04-05 21:06:58 +09:00
Leonid Logvinov
7f7ddee0f9
Merge pull request #501 from 0xProject/feature/provider-over-wrapper
...
Use Provider over web3Wrapper
2018-04-05 13:52:43 +02:00
Leonid Logvinov
b99c797945
Fix tests
2018-04-05 13:52:19 +02:00
Leonid Logvinov
59edca4166
Call static functions as static
2018-04-05 13:06:16 +02:00
Leonid Logvinov
fbba5e054a
Address feedback
2018-04-05 12:37:35 +02:00
Jacob Evans
ea47613d90
Use PKWalletSubprovider in testnet faucet
2018-04-05 15:33:04 +10:00
Jacob Evans
9d18f751c8
Create a private key subprovider
2018-04-05 15:18:38 +10:00
Fabio Berger
9745dfe2f4
Use depcheck async support
2018-04-05 11:43:48 +09:00
Fabio Berger
29d38593d6
Fix contributing links
2018-04-05 10:01:41 +09:00
Fabio Berger
d76bc18bb7
Improve contributing section of all packages so they include building entire monorepo on first contribution
2018-04-05 09:57:21 +09:00
Brandon Millman
cbe61ac315
Fix missing key warnings in wallet component
2018-04-04 13:35:08 -07:00
Brandon Millman
250d97a7c4
Implement initial relayer grid
2018-04-04 12:09:03 -07:00
Leonid Logvinov
249bf0163d
Move our contract templates to accept Provider instead of Web3Wrapper
2018-04-04 11:56:32 +03:00
Fabio Berger
20aaab0847
Add --exit to all mocha calls so they exit when called from top-level yarn command ( https://github.com/mochajs/mocha/issues/3044 )
2018-04-04 16:34:23 +09:00
Fabio Berger
3e648cfb7e
Move migrations over from contracts to 0x.js
2018-04-04 16:33:18 +09:00
Fabio Berger
2106d7476d
Add contract artifacts to 0x.js tests
2018-04-04 16:32:32 +09:00
Fabio Berger
43e07e7ce3
Update 0x.js to run tests against in-process ganache
2018-04-04 16:31:57 +09:00