-
Notifications
You must be signed in to change notification settings - Fork 37.7k
doc: update PyZMQ install instructions, fix zmq_sub.py file permissions #19870
New issue
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
Conversation
9e18609
to
062e669
Compare
If I'm not mistaken, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 062e669 🧷
Checked that the changed/introduced URLs are visitable and correct and that the PyZMQ install instruction via pip works (tested in Ubuntu Xenial). Also ran the zmq_sub.py script directly to double-check that the execution flag is set now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 062e669
…sub.py file permissions 062e669 script: fix zmq_sub.py file permissions (Jon Atack) 36f8e0c doc: update PyZMQ installation instructions, ZeroMQ link (Jon Atack) Pull request description: Seen while reviewing bitcoin#19572. ACKs for top commit: theStack: ACK 062e669 🧷 fanquake: ACK 062e669 Tree-SHA512: 2210d92385377d066984d0a83882c3ece9f0f41c901b7eb375af9cdb57296f50f227c68193ccf35926073c2b788d58976442791a9fce2fc0f76452804d5cee6a
…sub.py file permissions 062e669 script: fix zmq_sub.py file permissions (Jon Atack) 36f8e0c doc: update PyZMQ installation instructions, ZeroMQ link (Jon Atack) Pull request description: Seen while reviewing bitcoin#19572. ACKs for top commit: theStack: ACK 062e669 🧷 fanquake: ACK 062e669 Tree-SHA512: 2210d92385377d066984d0a83882c3ece9f0f41c901b7eb375af9cdb57296f50f227c68193ccf35926073c2b788d58976442791a9fce2fc0f76452804d5cee6a
…sub.py file permissions 062e669 script: fix zmq_sub.py file permissions (Jon Atack) 36f8e0c doc: update PyZMQ installation instructions, ZeroMQ link (Jon Atack) Pull request description: Seen while reviewing bitcoin#19572. ACKs for top commit: theStack: ACK 062e669 🧷 fanquake: ACK 062e669 Tree-SHA512: 2210d92385377d066984d0a83882c3ece9f0f41c901b7eb375af9cdb57296f50f227c68193ccf35926073c2b788d58976442791a9fce2fc0f76452804d5cee6a
…sub.py file permissions 062e669 script: fix zmq_sub.py file permissions (Jon Atack) 36f8e0c doc: update PyZMQ installation instructions, ZeroMQ link (Jon Atack) Pull request description: Seen while reviewing bitcoin#19572. ACKs for top commit: theStack: ACK 062e669 🧷 fanquake: ACK 062e669 Tree-SHA512: 2210d92385377d066984d0a83882c3ece9f0f41c901b7eb375af9cdb57296f50f227c68193ccf35926073c2b788d58976442791a9fce2fc0f76452804d5cee6a
…sub.py file permissions 062e669 script: fix zmq_sub.py file permissions (Jon Atack) 36f8e0c doc: update PyZMQ installation instructions, ZeroMQ link (Jon Atack) Pull request description: Seen while reviewing bitcoin#19572. ACKs for top commit: theStack: ACK 062e669 🧷 fanquake: ACK 062e669 Tree-SHA512: 2210d92385377d066984d0a83882c3ece9f0f41c901b7eb375af9cdb57296f50f227c68193ccf35926073c2b788d58976442791a9fce2fc0f76452804d5cee6a
…sub.py file permissions 062e669 script: fix zmq_sub.py file permissions (Jon Atack) 36f8e0c doc: update PyZMQ installation instructions, ZeroMQ link (Jon Atack) Pull request description: Seen while reviewing bitcoin#19572. ACKs for top commit: theStack: ACK 062e669 🧷 fanquake: ACK 062e669 Tree-SHA512: 2210d92385377d066984d0a83882c3ece9f0f41c901b7eb375af9cdb57296f50f227c68193ccf35926073c2b788d58976442791a9fce2fc0f76452804d5cee6a
…sub.py file permissions 062e669 script: fix zmq_sub.py file permissions (Jon Atack) 36f8e0c doc: update PyZMQ installation instructions, ZeroMQ link (Jon Atack) Pull request description: Seen while reviewing bitcoin#19572. ACKs for top commit: theStack: ACK 062e669 🧷 fanquake: ACK 062e669 Tree-SHA512: 2210d92385377d066984d0a83882c3ece9f0f41c901b7eb375af9cdb57296f50f227c68193ccf35926073c2b788d58976442791a9fce2fc0f76452804d5cee6a
…sub.py file permissions 062e669 script: fix zmq_sub.py file permissions (Jon Atack) 36f8e0c doc: update PyZMQ installation instructions, ZeroMQ link (Jon Atack) Pull request description: Seen while reviewing bitcoin#19572. ACKs for top commit: theStack: ACK 062e669 🧷 fanquake: ACK 062e669 Tree-SHA512: 2210d92385377d066984d0a83882c3ece9f0f41c901b7eb375af9cdb57296f50f227c68193ccf35926073c2b788d58976442791a9fce2fc0f76452804d5cee6a
Summary: This is a backport of [[bitcoin/bitcoin#19870 | core#19870]] Test Plan: Tested link and `pyzmq` installation instruction Reviewers: #bitcoin_abc, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D10232
Seen while reviewing #19572.