Skip to content

feat: nip77#464

Open
nogringo wants to merge 3 commits intomasterfrom
feat/nip77
Open

feat: nip77#464
nogringo wants to merge 3 commits intomasterfrom
feat/nip77

Conversation

@nogringo
Copy link
Collaborator

@nogringo nogringo commented Feb 23, 2026

TODO

  • Documentation
  • API to auto fetch / upload missing events

@nogringo nogringo requested review from 1-leo and frnandu February 23, 2026 21:00
@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

❌ Patch coverage is 71.94444% with 101 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.89%. Comparing base (c2e6102) to head (184ec2d).
⚠️ Report is 93 commits behind head on master.

Files with missing lines Patch % Lines
...ges/ndk/lib/domain_layer/usecases/nip77/nip77.dart 53.09% 53 Missing ⚠️
packages/ndk/lib/shared/nips/nip77/negentropy.dart 84.93% 25 Missing ⚠️
...ges/ndk/lib/domain_layer/entities/nip77_state.dart 64.28% 15 Missing ⚠️
...s/ndk/lib/domain_layer/usecases/relay_manager.dart 79.16% 5 Missing ⚠️
.../lib/shared/decode_nostr_msg/decode_nostr_msg.dart 50.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #464      +/-   ##
==========================================
- Coverage   76.01%   75.89%   -0.13%     
==========================================
  Files         152      155       +3     
  Lines        6204     6563     +359     
==========================================
+ Hits         4716     4981     +265     
- Misses       1488     1582      +94     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.


/// Internal implementation of NIP-77 Negentropy sync
/// This class is not part of the public API
class Nip77Internal {
Copy link
Contributor

Choose a reason for hiding this comment

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

non descriptive name. Classes can be private with _MyClass "import" possible via part

Copy link
Contributor

Choose a reason for hiding this comment

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

or instead of seperating making the methods private?

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