-
Notifications
You must be signed in to change notification settings - Fork 769
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "Last Block" and "Last Tx" rows to peer details area
Summary: > qt: add RPCConsole::TimeDurationField helper, call systime only once > gui: add "Last Tx" (CNodeStats::nLastTXTime) to peer details > gui: add "Last Block" (CNodeStats::nLastBlockTime) to peer details This is a backport of [[bitcoin-core/gui#226 | core-gui#226]] Depends on D10963 Test Plan: `ninja && src/qt/bitcoin-qt` Select a peer in the "peers" view, check the new "Last Block/Tx" fields. Wait for a while to see it change from "Never" to a duration. Reviewers: #bitcoin_abc, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D10964
- Loading branch information
Showing
3 changed files
with
89 additions
and
28 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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