Page MenuHomePhabricator

[avalanche] Don't reject orphan txs
ClosedPublic

Authored by Fabien on Feb 1 2024, 13:15.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCf831460e0b5c: [avalanche] Don't reject orphan txs
Summary

Orphan txs (i.e. txs missing inputs) are not necessarily invalid, we might just be missing the parents. Don't vote against such txs but rather vote "I don't know".

Test Plan
./test/functional/test_runner.py abc_p2p_avalanche_transaction_voting

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Feb 1 2024, 13:15
This revision is now accepted and ready to land.Feb 1 2024, 13:20
This revision was automatically updated to reflect the committed changes.