-
Notifications
You must be signed in to change notification settings - Fork 5
refactor: nip01 immutable #332
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
base: fix-websocket-performance-issues-2
Are you sure you want to change the base?
refactor: nip01 immutable #332
Conversation
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## fix-websocket-performance-issues-2 #332 +/- ##
======================================================================
+ Coverage 70.87% 71.22% +0.35%
======================================================================
Files 139 142 +3
Lines 5157 5262 +105
======================================================================
+ Hits 3655 3748 +93
- Misses 1502 1514 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@frnandu
|
|
|
My proposed changes (to be discussed):
see #348 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see previous comment
|
#332 (comment)
|
nip01event immutable light
|
noticed some weird behavior, if encodingIsolatePoolSize > 1 the tests fail. Looks like our code depends on the order of processed events, suggesting thats its not safe for concurrency. (see tests above) |
|
I think the problem is that processing the eose event is always faster compared to a kind 1 etc. |


No description provided.