-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Bisq Network Monitor: Babysteps #2181
Conversation
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.
This was a very quick review from my side. Mostly style nits, but my question about the removal of gradle-witness data should be addressed before approval.
monitor/src/test/java/bisq/monitor/TorHiddenServiceStartupTimeTests.java
Outdated
Show resolved
Hide resolved
monitor/src/test/java/bisq/monitor/TorHiddenServiceStartupTimeTests.java
Outdated
Show resolved
Hide resolved
Will review once back from holiday in January. |
Is bisq.monitor.metric.Dummy.java still needed (not used yet)? |
- Apply reorg imports and reformat to test classes
- Add /monitor/TorHiddenServiceStartupTimeTests/* and /monitor/monitor-tor/*
- Fix spelling - Remove exception throw clause which was never thrown - Add not null preconditions - Remove unneeded types in diamonds - Add final - Fix java doc - Make Reporter constructor protected (abstract)
$logbackVersion causes build errors.
- Revert spelling error as misspelling was used for test - Add TODO for failing test (timing issue, seems to fail just sometimes) - Set @disable to test classes which take longer as Tor is started
…to ManfredKarrer-monitor-nits
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
Babysteps release of the Bisq Network Monitor proposed here