forked from bitcoinj/bitcoinj
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Permit listening to version messages #35
Closed
dmos62
wants to merge
665
commits into
bisq-network:bisq_0.14.7
from
dmos62:permit-listening-to-version-messages
Closed
Permit listening to version messages #35
dmos62
wants to merge
665
commits into
bisq-network:bisq_0.14.7
from
dmos62:permit-listening-to-version-messages
Conversation
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
- Use Ubuntu Xenial (16.04) image. - Add an OpenJDK 11 build. - Drop Oracle JDK build. - Exclude wallettemplate from build, because of the dreaded OpenJFX dependency.
…d() and upgradeToDeterministic() for compatibility.
… return keys/addresses of all active chains.
…key/address after new chain was activated.
…nto the sighash and old serialization is forced.
…ure() for consistency.
… seed words to work around the inability of Gradle to pass proper command line arguments.
In commit bc46e85, those two occurences of scriptCode building have been missed. cherry pick bitcoinj@7c31dcb
…al transaction size. cherry pick bitcoinj@c97ecf6
Fee is now specified in virtual (kilo)bytes. For non-segwit transactions a virtual byte is the same as a byte so the change is backward compatible. cherry pick bitcoinj@c168e67
Cherry pick bitcoinj@9267e71 This is to prevent a memory leak of pendingTxDownloads.
This reverts commit 12beae6.
This keeps an erronious protocol exception from being thrown if an alert message is received before a version message is received. Fixes bisq-network/bisq#4080
dmos62
force-pushed
the
permit-listening-to-version-messages
branch
from
February 3, 2021 15:48
677f2dc
to
c29537c
Compare
Oh, this PR is merging into the wrong branch. I'll resubmit. |
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.
Dependant PR: bisq-network/bisq#4081
Commit message for commit titled "Add listener for when a VersionMessage is received" explains the purpose of the PR in general:
In total, this PR introduces a bugfix (Permit alerts during handshake, see bisq-network/bisq#4080), a compilation breaking fix (Fix javadoc compilation on JDK 11), a new listener (Add listener for when a VersionMessage is received) and bumps the version number (
0.14.7.bisq.1-SNAPSHOT
->0.14.7.bisq.2-SNAPSHOT
).It should be noted that there is a failing test (not resulting from this PR):
ChannelConnectionTest.testChannelResume:459->roundTripClientWallet:551 » IllegalState
.