Commit Graph

32031 Commits (83b8f3a8961baa34a136ecfaf62c3ea0d133b6d6)
 

Author SHA1 Message Date
MarcoFalke c8fac372c2
Merge bitcoin/bitcoin#23648: test: Use byte unit 'M' for -maxuploadtarget functional test
3 years ago
MarcoFalke fa24a3df87
rpc: Quote user supplied strings in error messages
3 years ago
MarcoFalke 767c012665
Merge bitcoin/bitcoin#23738: validation, log: improve logging of ChainstateManager snapshot persistance
3 years ago
MarcoFalke fa26c55644
wallet: Replace Assume with Assert where needed in coinselection
3 years ago
fanquake e9440aeb5c
build: use __SIZEOF_INT128__ for checking __int128 availability
3 years ago
MarcoFalke bf66e258a8
Merge bitcoin/bitcoin#23365: index: Fix backwards search for bestblock
3 years ago
MarcoFalke fad943821e
scripted-diff: Rename touched member variables
3 years ago
MarcoFalke fa663a4c0d
Use mockable time for peer connection time
3 years ago
MarcoFalke fad7ead146
refactor: Use type-safe std::chrono in net
3 years ago
MarcoFalke fa5865a9e3
Reduce size of strencodings decode tables
3 years ago
MarcoFalke fad6761cf7
Fix implicit integer sign changes in strencodings
3 years ago
MarcoFalke eb63b8fab9
Merge bitcoin/bitcoin#23718: PSBT: hash preimages fields
3 years ago
fanquake 83f8e6e7a4
Merge bitcoin/bitcoin#23675: build: Post-pr23489 small cleanups
3 years ago
lsilva01 1ef2c03452 Add multisig tutorial
3 years ago
Hennadii Stepanov ef81c51f62
build: Use config_opts instead of passing a compiler flag directly
3 years ago
Hennadii Stepanov 3b8f4e347b
build, qt: Drop unused CROSS_COMPILE variable for Android builds
3 years ago
Hennadii Stepanov e5a81e65d7
build, refactor: Re-use `qt_lib_suffix` variable
3 years ago
Antoine Poinsot 65efbba45d
rpcwallet: mention labels are deactivated for ranged descriptors
3 years ago
Samuel Dobson a2a92317ad rpc: Add warning to user about newkeypool command
3 years ago
Antoine Poinsot a9256dc340
rpc: output all hash preimages in 'decodepsbt'
3 years ago
Antoine Poinsot 4d6b5321a5
psbt: implement hash preimages fields
3 years ago
Jon Atack 50209a42ad validation, doc: remove TODO comment
3 years ago
MarcoFalke ac92ab6da5
Merge bitcoin/bitcoin#23113: Add warnings to createmultisig and addmultisig if using uncompressed keys
3 years ago
MarcoFalke 90deb9f980
Merge bitcoin/bitcoin#23740: test: fix test failures in test/functional/p2p_timeouts.py
3 years ago
MarcoFalke faea4c9d2b
Merge bitcoin/bitcoin#23128: doc: Remove TODO 'exclude peers with download permission'
3 years ago
MarcoFalke 7d746bdd18
Merge bitcoin/bitcoin#23733: fuzz: Move ISO8601 to one place
3 years ago
Hennadii Stepanov 66a20a54a2
build, qt: Drop support for `i686-linux-android` host
3 years ago
stratospher 4d0ac72f3a [fuzz] Add fuzzing harness to compare both implementations of ChaCha20
3 years ago
stratospher 65ef93203c [fuzz] Add D. J. Bernstein's implementation of ChaCha20
3 years ago
Jon Atack 0bfb9208df test: fix test failures in test/functional/p2p_timeouts.py
3 years ago
W. J. van der Laan 50c502f54a
Merge bitcoin/bitcoin#17034: [BIP 174] PSBT version, proprietary, and xpub fields
3 years ago
Jon Atack 8e37fa8393 validation, log: improve logging in FlushSnapshotToDisk()
3 years ago
Jon Atack 271252c0bd validation, log: extract FlushSnapshotToDisk() function
3 years ago
Douglas Chimento 2f97c1180b doc: Remove TODO 'exclude peers with download permission'
3 years ago
Douglas Chimento 41b9f7d062
test: Use byte unit 'M' for -maxuploadtarget functional test
3 years ago
MarcoFalke a063647413
Merge bitcoin/bitcoin#23280: init: Coalesce Chainstate loading sequence between {,non-}unittest codepaths
3 years ago
Andrew Chow 81521173ba Merge global xpubs in joinpsbts and combinepsbts
3 years ago
Andrew Chow d8043ddf64 Add global xpub test vectors from BIP
3 years ago
Andrew Chow 35670df866 Add global_xpubs to decodepsbt
3 years ago
Andrew Chow 903848562e Implement serializations for PSBT_GLOBAL_XPUB
3 years ago
Andrew Chow c5c63b8e4f Implement operator< for KeyOriginInfo and CExtPubKey
3 years ago
Andrew Chow d3dbb16168 Separate individual HD Keypath serialization into separate functions
3 years ago
Andrew Chow a69332fd89 Store version bytes and be able to serialize them in CExtPubKey
3 years ago
Andrew Chow 5fdaf6a2ad moveonly: Move (Un)Serialize(To/From)Vector, (De)SerializeHDKeypaths to psbt module
3 years ago
Andrew Chow 94065cc6c5 Test for proprietary field
3 years ago
Andrew Chow a4cf810174 Output proprietary type info in decodepsbt
3 years ago
Andrew Chow aebe758e54 Implement PSBT proprietary type
3 years ago
Andrew Chow 10ba0b593d Output psbt version in decodepsbt
3 years ago
Andrew Chow df84fa99c5 Add GetVersion helper to PSBT
3 years ago
Andrew Chow c3eb416b88 Implement PSBT versions
3 years ago