-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Fix connection failure debug output #362
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
Merged
Merged
Conversation
This file contains hidden or 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
sipa
added a commit
that referenced
this pull request
Jun 28, 2011
Fix connection failure debug output
hanchon
pushed a commit
to bitprim/bitcoin
that referenced
this pull request
Aug 17, 2017
…e --enable-sse2 (bitcoin#362) * Litecoin: enable support for SSE2 instructions in scrypt via configure --enable-sse2 * Litecoin: fix no-sse2 compilation
CodeShark
pushed a commit
to CodeShark/bitcoin
that referenced
this pull request
Sep 10, 2017
classesjack
pushed a commit
to classesjack/bitcoin
that referenced
this pull request
Jan 2, 2018
Qt wallet bugs and changes part 2
tekahuna
pushed a commit
to tekahuna/dobbscoin
that referenced
this pull request
May 6, 2018
…e --enable-sse2 (bitcoin#362) Signed-off-by: Jeffrey Kawika Patricio <[email protected]>
cryptapus
pushed a commit
to cryptapus/bitcoin
that referenced
this pull request
May 3, 2021
96eb944 Add namepsbt RPC method. (Daniel Kraft) Pull request description: This adds a new RPC method, `namepsbt`. It works in the same way as `namerawtransaction` to add a name operation to an existing output, but operates on PSBTs rather than hex-format raw transactions. This fixes bitcoin#361. With this, it is possible to go through the entire name-trading workflow with just PSBTs and without any hex-format raw transactions. However, it is not yet possible to let the wallet fund the transaction, as that requires funding without the out-of-wallet name input first and only later adding it to the PSBT. Once bitcoin#19608 is implemented, this will be possible as well. Top commit has no ACKs. Tree-SHA512: a360d8a8185634d10a3a5d2daf862d02293588ac6186bfa69b82f88f5ea150a1da0e5d377b14ebe80b4ebdb5b097e573d3bc12e57ea527fe116e21bd91ac2a6c
rajarshimaitra
pushed a commit
to rajarshimaitra/bitcoin
that referenced
this pull request
Aug 5, 2021
Node Operations - Inbound Liquidity
hebasto
added a commit
that referenced
this pull request
Aug 23, 2021
7c33e3a qt: Add missing mnemonics in menu bar options (Shashwat) Pull request description: Since #362 we have defaulted to add mnemonic shortcuts for the context menus. The Window -> Minimize option and File -> Load PSBT from clipboard were hitherto missing a mnemonic shortcut. This PR adds mnemonic shortcuts for them Changes introduced in this PR: | Master | PR | | ----------| ---- | |  | | ||| ACKs for top commit: jarolrod: tACK 7c33e3a hebasto: ACK 7c33e3a, tested on Linux Mint 20.2 (Qt 5.12.8). Tree-SHA512: 32f201ae7716b19ca123856292f8bfa0d805f6c7271ac1b5e08eff6b95017443754c8a76e8396ccca1869a57384e11016cbd99d63ccdd2fae6da4eaf3ae32298
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fixes issue 340: https://github.com/ius/bitcoin/commits/issue340