Skip to content

[pull] master from bitcoinj:master#101

Merged
pull[bot] merged 5 commits intoAll-Blockchains:masterfrom
bitcoinj:master
Mar 21, 2026
Merged

[pull] master from bitcoinj:master#101
pull[bot] merged 5 commits intoAll-Blockchains:masterfrom
bitcoinj:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Mar 21, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

msgilligan and others added 5 commits March 20, 2026 22:45
Unchecked exceptions from `handleKey()` (e.g. `RuntimeException` from
`connectionOpened()`) currently escape to Guava, which transitions
the service to FAILED state. This causes `awaitTerminated()` to throw
`IllegalStateException` in `TestWithNetworkConnections.stopPeerServers()`,
aborting the teardown loop and leaving remaining servers' ports bound.

Widening the catch to `Exception` ensures these exceptions are handled
gracefully and `run()` exits normally, so Guava transitions to TERMINATED
instead of FAILED.
@pull pull bot locked and limited conversation to collaborators Mar 21, 2026
@pull pull bot added the ⤵️ pull label Mar 21, 2026
@pull pull bot merged commit 24ed53c into All-Blockchains:master Mar 21, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants