Skip to content

Implement Blockchain Reorganization Detection and RBF Support #10

@will-bitlightlabs

Description

@will-bitlightlabs

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

  1. No tracking of blockchain structure beyond storing individual blocks
  2. No ability to detect when a reorganization has occurred
  3. No mechanism to update database state when the chain reorganizes
  4. No support for detecting or handling RBF transactions
  5. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions