We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The zmq ports get mapped incorrectly, and the UI also shows the wrong values.
hashblock zmq launched internally on port 28336
28334 (rawblock stream) gets mapped as external 28335 (OrbStack UI)
Polar UI shows external port 28335 (prev mapped to rawblock) as the one for hashblock notification
To Reproduce Steps to reproduce the behavior:
Command-line arg: zmqpubhashblock
Expected behavior Export the correct port and add another item to the connect tab to correctly identify rawblock/hashblock streams
Desktop (please complete the following information):
Additional context The stream I need is the hashblock but there's no simple way to expose that
hashblock
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The zmq ports get mapped incorrectly, and the UI also shows the wrong values.
hashblock zmq launched internally on port 28336
28334 (rawblock stream) gets mapped as external 28335 (OrbStack UI)
Polar UI shows external port 28335 (prev mapped to rawblock) as the one for hashblock notification
To Reproduce
Steps to reproduce the behavior:
Command-line arg: zmqpubhashblock
(hit enter to actually filter) - take note of the portExpected behavior
Export the correct port and add another item to the connect tab to correctly identify rawblock/hashblock streams
Desktop (please complete the following information):
Additional context
The stream I need is the
hashblock
but there's no simple way to expose thatThe text was updated successfully, but these errors were encountered: