Page MenuHomePhabricator

Backport last relevant bit of #11389
ClosedPublic

Authored by markblundeberg on Jun 22 2019, 05:32.

Details

Summary

Most of #11389 was irrelevant except for D3366. This backports the only
other possibly relevant excerpt that may help to keep code in sync:
https://github.com/bitcoin/bitcoin/pull/11389/commits/d618458184742b15a7ab0349127ede7a2946a182

Test Plan

test_runner.py with ZMQ support

Diff Detail

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

Event Timeline

test/functional/interface_zmq.py
10 ↗(On Diff #9591)

from test_framework.messages import CTransaction
That's the cause of your build failure.

16 ↗(On Diff #9591)

Move above the imports from test_framework

(note: I don't have ZMQ installed locally so I am basically relying on CI for this testing :/)

This revision is now accepted and ready to land.Jun 25 2019, 16:36