Age | Commit message (Expand) | Author |
2021-12-13 | Add multisig tutorial | lsilva01 |
2021-12-12 | build: Use config_opts instead of passing a compiler flag directly | Hennadii Stepanov |
2021-12-12 | build, qt: Drop unused CROSS_COMPILE variable for Android builds | Hennadii Stepanov |
2021-12-12 | build, refactor: Re-use `qt_lib_suffix` variable | Hennadii Stepanov |
2021-12-11 | rpc: output all hash preimages in 'decodepsbt' | Antoine Poinsot |
2021-12-11 | psbt: implement hash preimages fields | Antoine Poinsot |
2021-12-11 | validation, doc: remove TODO comment | Jon Atack |
2021-12-11 | Merge bitcoin/bitcoin#23113: Add warnings to createmultisig and addmultisig i... | MarcoFalke |
2021-12-11 | Merge bitcoin/bitcoin#23740: test: fix test failures in test/functional/p2p_t... | MarcoFalke |
2021-12-11 | Merge bitcoin/bitcoin#23128: doc: Remove TODO 'exclude peers with download pe... | MarcoFalke |
2021-12-11 | Merge bitcoin/bitcoin#23733: fuzz: Move ISO8601 to one place | MarcoFalke |
2021-12-11 | build, qt: Drop support for `i686-linux-android` host | Hennadii Stepanov |
2021-12-11 | test: fix test failures in test/functional/p2p_timeouts.py | Jon Atack |
2021-12-10 | Merge bitcoin/bitcoin#17034: [BIP 174] PSBT version, proprietary, and xpub fi... | W. J. van der Laan |
2021-12-10 | validation, log: improve logging in FlushSnapshotToDisk() | Jon Atack |
2021-12-10 | validation, log: extract FlushSnapshotToDisk() function | Jon Atack |
2021-12-10 | doc: Remove TODO 'exclude peers with download permission' | Douglas Chimento |
2021-12-10 | test: Use byte unit 'M' for -maxuploadtarget functional test | Douglas Chimento |
2021-12-10 | Merge bitcoin/bitcoin#23280: init: Coalesce Chainstate loading sequence betwe... | MarcoFalke |
2021-12-10 | Merge global xpubs in joinpsbts and combinepsbts | Andrew Chow |
2021-12-10 | Add global xpub test vectors from BIP | Andrew Chow |
2021-12-10 | Add global_xpubs to decodepsbt | Andrew Chow |
2021-12-10 | Implement serializations for PSBT_GLOBAL_XPUB | Andrew Chow |
2021-12-10 | Implement operator< for KeyOriginInfo and CExtPubKey | Andrew Chow |
2021-12-10 | Separate individual HD Keypath serialization into separate functions | Andrew Chow |
2021-12-10 | Store version bytes and be able to serialize them in CExtPubKey | Andrew Chow |
2021-12-10 | moveonly: Move (Un)Serialize(To/From)Vector, (De)SerializeHDKeypaths to psbt ... | Andrew Chow |
2021-12-10 | Test for proprietary field | Andrew Chow |
2021-12-10 | Output proprietary type info in decodepsbt | Andrew Chow |
2021-12-10 | Implement PSBT proprietary type | Andrew Chow |
2021-12-10 | Output psbt version in decodepsbt | Andrew Chow |
2021-12-10 | Add GetVersion helper to PSBT | Andrew Chow |
2021-12-10 | Implement PSBT versions | Andrew Chow |
2021-12-10 | Types are compact size uints | Andrew Chow |
2021-12-10 | fuzz: Move ISO8601 to one place | MarcoFalke |
2021-12-10 | Merge bitcoin/bitcoin#23673: build: Include native_X.mk before X.mk | fanquake |
2021-12-10 | Merge bitcoin/bitcoin#22514: psbt: Actually use SIGHASH_DEFAULT for PSBT signing | MarcoFalke |
2021-12-10 | Merge bitcoin/bitcoin#19499: p2p: Make timeout mockable and type safe, speed ... | MarcoFalke |
2021-12-10 | Merge bitcoin/bitcoin#23682: ci: Make macOS native task sqlite only | MarcoFalke |
2021-12-10 | Merge bitcoin/bitcoin#23728: Use the imperative mood in example subject line | MarcoFalke |
2021-12-10 | build: Include native_X.mk before X.mk | Hennadii Stepanov |
2021-12-10 | Merge bitcoin/bitcoin#23628: Check descriptors returned by external signers | fanquake |
2021-12-10 | Use the imperative mood in example subject line | Tobin Harding |
2021-12-09 | Merge bitcoin/bitcoin#23725: test: fix `feature_coinstatsindex.py --descripto... | MarcoFalke |
2021-12-09 | Merge bitcoin/bitcoin#22019: wallet: Introduce SelectionResult for encapsulat... | W. J. van der Laan |
2021-12-09 | test: add feature_coinstatsindex.py --descriptors to test_runner.py | Sebastian Falbesoner |
2021-12-09 | test: fix test feature_coinstatsindex.py for descriptor wallets | Sebastian Falbesoner |
2021-12-09 | Merge bitcoin/bitcoin#23723: test: Replace hashlib.new with named constructor | MarcoFalke |
2021-12-09 | Merge bitcoin/bitcoin#23658: contrib: add check for wget command in install_d... | W. J. van der Laan |
2021-12-09 | test: Replace hashlib.new with named constructor | MarcoFalke |