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

nip05: nostr-tools #2695

Merged
merged 2 commits into from
Aug 9, 2024

nip05: use nostr-tools to convert npub to hex #2692

2656ba8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

nip05: nostr-tools #2695

nip05: use nostr-tools to convert npub to hex #2692
2656ba8
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis failed Aug 9, 2024 in 0s

ESLint Report Analysis

4 ESLint error(s) and 0 ESLint warning(s) found

Annotations

Check failure on line 74 in modules/core/server/routes/core.server.routes.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

modules/core/server/routes/core.server.routes.js#L74

[no-var] Unexpected var, use let or const instead.

Check failure on line 75 in modules/core/server/routes/core.server.routes.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

modules/core/server/routes/core.server.routes.js#L75

[no-var] Unexpected var, use let or const instead.

Check failure on line 78 in modules/core/server/routes/core.server.routes.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

modules/core/server/routes/core.server.routes.js#L78

[no-var] Unexpected var, use let or const instead.

Check failure on line 78 in modules/core/server/routes/core.server.routes.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

modules/core/server/routes/core.server.routes.js#L78

[no-redeclare] 'hex' is already defined.