Age | Commit message (Expand) | Author |
2021-12-14 | refactor: remove unneeded calls to strprintf() | fanquake |
2021-12-13 | Merge bitcoin/bitcoin#23755: rpc: Quote user supplied strings in error messages | MarcoFalke |
2021-12-13 | Merge bitcoin/bitcoin#23761: build: use __SIZEOF_INT128__ for checking __int1... | MarcoFalke |
2021-12-13 | Merge bitcoin/bitcoin#23648: test: Use byte unit 'M' for -maxuploadtarget f... | MarcoFalke |
2021-12-13 | rpc: Quote user supplied strings in error messages | MarcoFalke |
2021-12-13 | Merge bitcoin/bitcoin#23738: validation, log: improve logging of ChainstateMa... | MarcoFalke |
2021-12-13 | build: use __SIZEOF_INT128__ for checking __int128 availability | fanquake |
2021-12-13 | Merge bitcoin/bitcoin#23365: index: Fix backwards search for bestblock | MarcoFalke |
2021-12-13 | Merge bitcoin/bitcoin#23718: PSBT: hash preimages fields | MarcoFalke |
2021-12-13 | Merge bitcoin/bitcoin#23675: build: Post-pr23489 small cleanups | fanquake |
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 | 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 |