Make getblock
return orphan blocks with confirmation: -1
#90
Labels
No labels
ci
claimtrie
consider soon
Epic
good first issue
hacktoberfest
help wanted
mempool
mining
peer
priority: blocker
priority: high
priority: low
priority: medium
rpc
runtime
test
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
ux
wallet
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbcd#90
Loading…
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?
Currently, orphan blocks and transactions are kept in the block database, but not available for query.
Some software like yiimp relies on this information to handle reorgs properly.
I don't have a orphan block at hand, but got a sample from other bitcoind-alike coin:
Making the orphan blocks returned with
confirmation: -1
should make it compatible.