Introduce the Peers page#259
Merged
Merged
Conversation
d820174 to
d0c72f8
Compare
Collaborator
Author
Closed
Collaborator
Author
jarolrod
reviewed
Feb 16, 2023
Contributor
jarolrod
left a comment
There was a problem hiding this comment.
looking perfect, just missed one thing
Collaborator
Author
johnny9
pushed a commit
to johnny9/bitcoin-core-app
that referenced
this pull request
Jul 4, 2025
b9fa9be qml: add Looking for peers footer to Peers (johnny9) 662e5b8 qml: Introduce the Peers page (johnny9) Pull request description: Adds a new page under Node settings that shows a list of connected peers. A ProxyModel is added to translate the original PeerTableModel into a model that the ListView can handle. [](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/win64/insecure_win_gui.zip?branch=pull/259) [](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/macos/insecure_mac_gui.zip?branch=pull/259) [](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/macos_arm64/insecure_mac_arm64_gui.zip?branch=pull/259) [](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/android/insecure_android_apk.zip?branch=pull/259)   ACKs for top commit: jarolrod: ACK b9fa9be Tree-SHA512: 127a36da2428b8bc1bac23d02c7d5be775f5475355b044a1ec4a86b3ab077e76f611c3a9a8d9b0cd533e8adca2441fd84b6ec0d38be31f0f7380d17c5f3c7a70
tx-signer450
added a commit
to tx-signer450/gui-qml
that referenced
this pull request
Oct 20, 2025
b9fa9bec0e1910071251ececa8d6df07c57320c3 qml: add Looking for peers footer to Peers (johnny9) 662e5b87918bc4243bcf312fb0e60ef5ef53526d qml: Introduce the Peers page (johnny9) Pull request description: Adds a new page under Node settings that shows a list of connected peers. A ProxyModel is added to translate the original PeerTableModel into a model that the ListView can handle. [](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/win64/insecure_win_gui.zip?branch=pull/259) [](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/macos/insecure_mac_gui.zip?branch=pull/259) [](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/macos_arm64/insecure_mac_arm64_gui.zip?branch=pull/259) [](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/android/insecure_android_apk.zip?branch=pull/259)   ACKs for top commit: jarolrod: ACK b9fa9bec0e1910071251ececa8d6df07c57320c3 Tree-SHA512: 127a36da2428b8bc1bac23d02c7d5be775f5475355b044a1ec4a86b3ab077e76f611c3a9a8d9b0cd533e8adca2441fd84b6ec0d38be31f0f7380d17c5f3c7a70
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds a new page under Node settings that shows a list of connected peers. A ProxyModel is added to translate the original PeerTableModel into a model that the ListView can handle.