You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Squashed 'libbitcoinkernel-sys/bitcoin/' changes from a755e00a1354..edf99b88e644
edf99b88e644 kernel: Fix bitcoin-chainstate for windows
8fbe027a8a66 kernel: Add Purpose section to header documentation
75f44d950566 kernel: Allowing reducing exports
d3f5df4a38ce kernel: Add pure kernel bitcoin-chainstate
e5009f3707ee Kernel: Add functions for working with outpoints
c337b7e609d5 kernel: Add block hash type and block tree utility functions to C header
7d3f0ced45f0 kernel: Add function to read block undo data from disk to C header
83b7abc0537c kernel: Add functions to read block from disk to C header
4c765dddcbec kernel: Add function for copying block data to C header
ae6570017493 kernel: Add functions for the block validation state to C header
c2bb6b06af78 kernel: Add validation interface to C header
3efd276cedd9 kernel: Add interrupt function to C header
f0ffab556086 kernel: Add import blocks function to C header
bdcb7b8b05ab kernel: Add chainstate load options for in-memory dbs in C header
6dab7199fe78 kernel: Add options for reindexing in C header
bee1c1d7363d kernel: Add block validation to C header
7e2b237e67d1 kernel: Add chainstate loading when instantiating a ChainstateManager
e4f1e00203f2 kernel: Add chainstate manager option for setting worker threads
a7a3138fa2b4 kernel: Add chainstate manager object to C header
564e0cf1bf84 kernel: Add notifications context option to C header
2ce38f954b86 kernel: Add chain params context option to C header
58eae5695813 kernel: Add kernel library context object
c5f8bd0e0ea2 kernel: Add logging to kernel library C header
bff9b7f388c7 kernel: Introduce initial kernel C header API
REVERT: a755e00a1354 kernel: Fix bitcoin-chainstate for windows
REVERT: 670eb49289e3 kernel: Add Purpose section to header documentation
REVERT: 06ee1c7336be kernel: Allowing reducing exports
REVERT: 57b20b5a4d9c kernel: Add pure kernel bitcoin-chainstate
REVERT: 7cf58f8c4cba Kernel: Add functions for working with outpoints
REVERT: 64a4564ccb62 kernel: Add block hash type and block tree utility functions to C header
REVERT: 43855d656eb1 kernel: Add function to read block undo data from disk to C header
REVERT: e080e80da7db kernel: Add functions to read block from disk to C header
REVERT: 51634ca37ab6 kernel: Add function for copying block data to C header
REVERT: 5ed5a9724fdd kernel: Add functions for the block validation state to C header
REVERT: 38e5c526a861 kernel: Add validation interface to C header
REVERT: 38a990dd482e kernel: Add interrupt function to C header
REVERT: fee8f6ff38b1 kernel: Add import blocks function to C header
REVERT: c29a6b87ccdf kernel: Add chainstate load options for in-memory dbs in C header
REVERT: e788b3ba0658 kernel: Add options for reindexing in C header
REVERT: 2707fc515c52 kernel: Add block validation to C header
REVERT: 51a24c4004e8 kernel: Add chainstate loading when instantiating a ChainstateManager
REVERT: ea01a8caf354 kernel: Add chainstate manager option for setting worker threads
REVERT: add5904e0ac8 kernel: Add chainstate manager object to C header
REVERT: 37a3395d2718 kernel: Add notifications context option to C header
REVERT: d838a934be0f kernel: Add chain params context option to C header
REVERT: dc58ae9fc04e kernel: Add kernel library context object
REVERT: 774499759624 kernel: Add logging to kernel library C header
REVERT: dc504f57b3b5 kernel: Introduce initial kernel C header API
git-subtree-dir: libbitcoinkernel-sys/bitcoin
git-subtree-split: edf99b88e644c7d2a2db434c8db298c9c5303cf9
#definebtck_ScriptVerifyStatus_ERROR_INVALID_FLAGS_COMBINATION ((btck_ScriptVerifyStatus)(2)) //!< The flags were combined in an invalid way.
430
-
#definebtck_ScriptVerifyStatus_ERROR_SPENT_OUTPUTS_REQUIRED ((btck_ScriptVerifyStatus)(3)) //!< The taproot flag was set, so valid spent_outputs have to be provided.
#definebtck_ScriptVerifyStatus_ERROR_INVALID_FLAGS_COMBINATION ((btck_ScriptVerifyStatus)(1)) //!< The flags were combined in an invalid way.
430
+
#definebtck_ScriptVerifyStatus_ERROR_SPENT_OUTPUTS_REQUIRED ((btck_ScriptVerifyStatus)(2)) //!< The taproot flag was set, so valid spent_outputs have to be provided.
431
431
432
432
/**
433
433
* Script verification flags that may be composed with each other.
0 commit comments