Feature(Eth) - Target ETH branch#9966
Merged
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## eth #9966 +/- ##
==========================================
+ Coverage 41.95% 42.08% +0.13%
==========================================
Files 166 165 -1
Lines 15274 15166 -108
Branches 2105 2101 -4
==========================================
- Hits 6408 6383 -25
+ Misses 8503 8421 -82
+ Partials 363 362 -1
Continue to review full report at Codecov.
|
Merged
Gamboster
reviewed
Aug 16, 2019
1422626 to
783772b
Compare
Closed
ae8a54a to
7ceb786
Compare
Closed
cmgustavo
reviewed
Aug 30, 2019
bf4f367 to
5d1437e
Compare
Gamboster
reviewed
Sep 11, 2019
Gamboster
reviewed
Sep 11, 2019
Gamboster
reviewed
Sep 11, 2019
Gamboster
reviewed
Sep 11, 2019
Gamboster
reviewed
Sep 11, 2019
11e17e0 to
60bfc87
Compare
Gamboster
reviewed
Sep 11, 2019
Collaborator
|
code ACK! Really a great job. Just a couple of small comments |
884b35c to
1a0da25
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requirements:
bitpay/bitcore#2281
Copay Set Up
Bitcore
npm iinbitcore/root directory.rm -rf node_modules package-lock.jsoninbitcore/packages/bitcore-wallet-client/directory.npm iinsidebitcore/packages/bitcore-wallet-client/to install the NPM Registry versions of packages.Copay
rm -rf node_modules package-lock.jsoninsidecopay/to remove old versions of bitcore-wallet-client.bash pack-all.shinsidecopay/to install local bitcore-wallet-client.Status:
Steps to set up eth:
pack-all.shassumes copay and bitcore folders to be a sibling and in the same folder.ex:
pack-all.shbash script to npm install your local version of bitcore-wallet-client into Copay. This is done usingnpm packcommand. Update package versions as needed.Your
package.jsonshould include this:index-template.html:Point BWS url to
http://localhost:3232/bws/apiinbws.ts.When creating an ethereum wallet set BWS url to:
http://localhost:3232/bws/apiCommon Errors:
Uncaught TypeError: exists is not a functionVersion guard duplicate version of bitcore-libinbws.logsFix:
rm -rf node_modules/ && npm i