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

Code got stuck on ipns.create method #31

Closed
rusfearuth opened this issue Nov 12, 2019 · 2 comments
Closed

Code got stuck on ipns.create method #31

rusfearuth opened this issue Nov 12, 2019 · 2 comments
Labels
kind/bug A bug in existing code (including security flaws) status/in-progress In progress

Comments

@rusfearuth
Copy link

Environment:
node: v10.16.3
npm: v6.9.0
yarn: 1.19.1

Code:

const entity = await ipns.create(privateKey, cid.toString(), 0, 1000000);
console.log(entity); // <--- this code is not reachable 

No exception, nothing at all. Just stuck.

@vasco-santos
Copy link
Member

Hey @rusfearuth

What version of ipns are you using?

@vasco-santos vasco-santos added kind/bug A bug in existing code (including security flaws) status/in-progress In progress labels Nov 14, 2019
@vasco-santos
Copy link
Member

Closing this per lack of response. Feel free to re-open if the problem persists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws) status/in-progress In progress
Projects
None yet
Development

No branches or pull requests

2 participants