0.10 Your relay list events are not being applied properly #719
Labels
No labels
Blocked
Bug
Documentation
Duplicate
Enhancement
Good first issue
Help wanted
Idea
In progress
Invalid
Major feature set
Packaging
Question
Soon
UI/UX
Upstream
You're dreamin'
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/gossip#719
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Maybe we have a 1-month window somewhere? These are replaceable so there should be no since.
Dunno why, but it had local data from Mar 25 but remote was Feb 11 (there is a Mar 28 event that supercedes this that was not fetched).
Blocking 0.10 release.
This looks like it is because it has old relays. So the real problem is that relay lists are not being applied properly.
Ok so the problem was a transaction thing. We were clearing bits in a write transaction, and reading relays back in a separate read transaction that was getting the pre-bit-cleared version of the relay.
Fixed.