Page MenuHomePhabricator

[avalanche] Vote on transactions
ClosedPublic

Authored by Fabien on Jan 10 2023, 16:44.

Details

Reviewers
sdulfari
Group Reviewers
Restricted Project
Commits
rABC54dc562502ca: [avalanche] Vote on transactions
Summary

Currently guarded behind a hidden flag as the feature is far from complete.
Only voting is implemented, no polling occurs.

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.Jan 10 2023, 16:44
sdulfari requested changes to this revision.Jan 10 2023, 17:02
sdulfari added a subscriber: sdulfari.
sdulfari added inline comments.
test/functional/abc_p2p_avalanche_transaction_voting.py
92 ↗(On Diff #37506)

Needs to test the cases where the txs have been mined into blocks of varying depth.

This revision now requires changes to proceed.Jan 10 2023, 17:02

Add a test case for recently mined transactions

This revision is now accepted and ready to land.Jan 10 2023, 17:42
This revision was automatically updated to reflect the committed changes.