8000 Tags · jamesob/bitcoin · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jamesob/bitcoin

Tags

ctv.08

Toggle ctv.08's commit message

Verified

This commit was signed with the committer’s verified signature.
jamesob jamesob
test: add OP_CHECKTEMPLATEVERIFY functional tests

Co-authored-by: James O'Beirne <github@au92.org>

csfs.03

Toggle csfs.03's commit message

Verified

This commit was signed with the committer’s verified signature.
jamesob jamesob
test: add BIP-348 coverage to feature_taproot

pr/ipc-win.7

Toggle pr/ipc-win.7's commit message
ipc: add windows support

ctv.07

Toggle ctv.07's commit message

Verified

This commit was signed with the committer’s verified signature.
jamesob jamesob
test: add OP_CHECKTEMPLATEVERIFY functional tests

Co-authored-by: James O'Beirne <github@au92.org>

csfs.02

Toggle csfs.02's commit message

Verified

This commit was signed with the committer’s verified signature.
jamesob jamesob
test: add BIP-348 coverage to feature_taproot

csfs.01

Toggle csfs.01's commit message

Verified

This commit was signed with the committer’s verified signature.
jamesob jamesob
test: add BIP-348 coverage to feature_taproot

pr/ipc-stop.4

Toggle pr/ipc-stop.4's commit message
ipc: Handle bitcoin-wallet disconnections

This fixes an error reported by Antoine Poinsot <darosior@protonmail.com> in
bitcoin-core/libmultiprocess#123 that does not happen
in master, but does happen with bitcoin#10102
applied, where if the child bitcoin-wallet process is killed (either by an
external signal or by Ctrl-C as reported in the issue) the bitcoin-node process
will not shutdown cleanly after that because chain client flush()
calls will fail.

This change fixes the problem by handling ipc::Exception errors thrown during
the flush() calls, and it relies on the fixes to disconnect detection
implemented in bitcoin-core/libmultiprocess#160 to work
effectively.

pr/ipc-stop.2

Toggle pr/ipc-stop.2's commit message
ipc: Handle bitcoin-wallet disconnections

This fixes an error reported by Antoine Poinsot <darosior@protonmail.com> in
bitcoin-core/libmultiprocess#123 that does not happen
in master, but does happen with bitcoin#10102
applied, where if the child bitcoin-wallet process is killed (either by an
external signal or by Ctrl-C as reported in the issue) the bitcoin-node process
will not shutdown cleanly after that because chain client flush()
calls will fail.

This change fixes the problem by handling ipc::Exception errors thrown during
the flush() calls, and it relies on the fixes to disconnect detection
implemented in bitcoin-core/libmultiprocess#160 to work
effectively.

pr/wrap.29

Toggle pr/wrap.29's commit message
doc: Add release notes describing bitcoin wrapper executable

pr/ipc-cli.5

Toggle pr/ipc-cli.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
test: add interface_ipc_cli.py testing bitcoin-cli -ipcconnect

Co-authored-by: Sjors Provoost <sjors@sprovoost.nl>
0