nostream icon indicating copy to clipboard operation
nostream copied to clipboard

feat: NIP-42

Open antonleviathan opened this issue 2 years ago • 4 comments

Description

Implements NIP-42

Related Issue

https://github.com/Cameri/nostream/issues/162

How Has This Been Tested?

TODO

Types of changes

  • [ ] Non-functional change (docs, style, minor refactor)
  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [x] My code follows the code style of this project.
  • [x] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [x] I have read the CONTRIBUTING document.
  • [x] I have added tests to cover my code changes.
  • [x] All new and existing tests passed.

antonleviathan avatar Feb 06 '23 19:02 antonleviathan

Pull Request Test Coverage Report for Build 4149542820

  • -29 of 118 (75.42%) changed or added relevant lines in 8 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.8%) to 59.845%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/handlers/event-strategies/auth-event-strategy.ts 17 18 94.44%
src/utils/event.ts 18 20 90.0%
src/adapters/web-socket-adapter.ts 21 29 72.41%
src/handlers/auth-event-message-handler.ts 22 40 55.0%
<!-- Total: 89 118
Totals Coverage Status
Change from base Build 4148256062: 0.8%
Covered Lines: 1253
Relevant Lines: 2066

💛 - Coveralls

coveralls avatar Feb 11 '23 03:02 coveralls

Pull Request Test Coverage Report for Build 4149542820

  • 89 of 118 (75.42%) changed or added relevant lines in 8 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.8%) to 59.845%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/handlers/event-strategies/auth-event-strategy.ts 17 18 94.44%
src/utils/event.ts 18 20 90.0%
src/adapters/web-socket-adapter.ts 21 29 72.41%
src/handlers/auth-event-message-handler.ts 22 40 55.0%
<!-- Total: 89 118
Totals Coverage Status
Change from base Build 4148256062: 0.8%
Covered Lines: 1253
Relevant Lines: 2066

💛 - Coveralls

coveralls avatar Feb 11 '23 03:02 coveralls

Hello, any updates? thanks

BANG88 avatar Mar 08 '23 01:03 BANG88