Test address generator #1895
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-15#1895
Loading…
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
.