Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change bitcore to dashcore and update dashcore-lib dependency #5

Merged
merged 8 commits into from
Dec 28, 2018

Conversation

Cofresi
Copy link

@Cofresi Cofresi commented Dec 27, 2018

In the context preparing for a new Insight-api release, I found that dashcore-p2p is a dev dependency of dashcore-node. This is not very urgent, but would be nice to fix naming convention and dependency vulnerabilities (next PR) before release. I will bump the version once vulnerabilities are fixed.

Copy link

@nmarley nmarley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few comments / couple questions, otherwise looks good!

.travis.yml Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
docs/index.md Outdated Show resolved Hide resolved
gulpfile.js Show resolved Hide resolved
@@ -37,7 +37,7 @@ function VersionMessage(arg, options) {
this.nonce = arg.nonce || utils.getNonce();
this.services = arg.services || new BN(1, 10);
this.timestamp = arg.timestamp || new Date();
this.subversion = arg.subversion || '/bitcore:' + packageInfo.version + '/';
this.subversion = arg.subversion || '/@dashcore/dashcore-p2p:' + packageInfo.version + '/';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this not be "dashcore" per the documentation above? Although it would get confusing with "Dash Core" I guess...

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch! It's like a UserAgent info I guess. I'll put it to 'dashcore'. If it causes confusion we can still change it easily later on.

package.json Show resolved Hide resolved
Copy link

@nmarley nmarley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK, 👍

@nmarley
Copy link

nmarley commented Dec 27, 2018

re-utACK @ e997ed6

@nmarley
Copy link

nmarley commented Dec 27, 2018

Please use "Squash and Merge" option when merging this. Thanks!

@Cofresi Cofresi merged commit 893ba49 into master Dec 28, 2018
@Cofresi Cofresi deleted the fix-names branch December 28, 2018 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants