Page MenuHomePhabricator

Test HF activation accross reorg
ClosedPublic

Authored by deadalnix on Jun 16 2017, 10:26.

Details

Summary

This tests that after reorg the replay protected transaction limited to the HF are rejected from the mempool. Right now, we just clear the mempool. This is somewhat of a blunt instrument but it will do the job.

Test Plan
make check
../qa/pull-tester/rpc-tests.py abc-p2p-activation.py

Diff Detail

Repository
rABC Bitcoin ABC
Branch
reorgtst
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 320
Build 320: arc lint + arc unit

Event Timeline

freetrader added inline comments.
src/validation.cpp
2302 ↗(On Diff #510)

black -> block

2303 ↗(On Diff #510)

transaction -> transactions (plural)

This revision is now accepted and ready to land.Jun 16 2017, 10:43
This revision was automatically updated to reflect the committed changes.