-
-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
Issue Overview
BP Node currently lacks essential mechanisms for detecting and handling blockchain reorganizations (reorgs) and Replace-By-Fee (RBF) transactions. These features are critical for RGB v0.12's requirements to properly track asset state during chain reorganizations and transaction replacements.
Current Limitations
- No tracking of blockchain structure beyond storing individual blocks
- No ability to detect when a reorganization has occurred
- No mechanism to update database state when the chain reorganizes
- No support for detecting or handling RBF transactions
- No notification system to alert clients of these events
I'm not sure if the relevant logic should be implemented in this repo.
If needed, after completing the transaction data indexing work, I would be happy to continue development of these enhancements under your guidance.
Metadata
Metadata
Assignees
Labels
No labels