Now that the crash bug (https://github.com/bitcoinknots/bitcoin/issues/4) has been tracked down, this seems ready for re-opening for Core.
(Originally https://github.com/bitcoin/bitcoin/pull/9849)
Now that the crash bug (https://github.com/bitcoinknots/bitcoin/issues/4) has been tracked down, this seems ready for re-opening for Core.
(Originally https://github.com/bitcoin/bitcoin/pull/9849)
Concept ACK
In general, I’m in favor of not having tons of pop-out windows. May be worth exploring this as a new tab.
If possible, can you include screenshots of this in action in the OP?
As for “pop out windows”, I think that’s the correct UX for features like this. Having a tab in the main window just doesn’t seem to fit well.
Maybe a new debug-window-alike for statistics?
Have not yet reviewed the code, but:
Commit 47711fdbc4b5d7f53aa778bcb1af34fc699ab81f must be broken off and opened in the core repo if it is needed. Then this can be based on the PR that would be open. The change to to validationinterface
cannot be done in this repo.
Additionally, the commit history is not clean. The last 4 commits could be squashed onto ae6804e1a1e52611c7f98c6194a8384dda7abe60
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
See the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
Simple realtime log of p2p network activity (blocks and transactions only)
- Doesn't begin logging until opened; limited to 0x400 entries (outputs)
- Automatically scrolls if left at the bottom of the log; maintains position if left elsewhere
- Memory-efficient circular buffer; CTransaction references become weak after they're 0x200 entries back in the log
- Search function that selects all matching log entries, including ongoing
🐙 This pull request conflicts with the target branch and needs rebase.
Want to unsubscribe from rebase notifications on this pull request? Just convert this pull request to a “draft”.
There hasn’t been much activity lately and the patch still needs rebase. What is the status here?
There hasn’t been much activity lately and the patch still needs rebase. What is the status here?
There hasn’t been much activity lately and the patch still needs rebase. What is the status here?