WIP: Test address generator #1895
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "addressgenerator"
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?
Hello!
I failed to start a test case for
singleWorker
and decided to begin with something easier. This test succeeds on py27, but for python3 I should probably mix this with an excerpt of mynetwork
branch.I like it, an interesting workaround for the problems with the current design.
It is mostly the network-unbundling. Only the last commit is from this PR.
BTW, I cannot reproduce the buildbot/travis_bionic_python_2.7 failure locally. I have no clue why it happens.
Yea that looks weird. I think it happens because you're importing
pathmagic
and that screws upfrom pybitmessage.randomtrackingdict import RandomTrackingDict
.