Age | Commit message (Expand) | Author |
2021-12-14 | p2p: Always serialize local timestamp for version msg | MarcoFalke |
2021-12-14 | Merge bitcoin/bitcoin#22777: net processing: don't request tx relay on feeler... | MarcoFalke |
2021-12-14 | refactor: remove dependence on AddrManTest | josibake |
2021-12-14 | refactor: check Good() in tried_collisions test | josibake |
2021-12-14 | refactor: make AddrMan::Good return bool | josibake |
2021-12-14 | Merge bitcoin/bitcoin#23575: fuzz: Rework FillNode | fanquake |
2021-12-14 | style: Use 4 spaces for indendation, not 5 | MarcoFalke |
2021-12-14 | Disallow copies of CChain | MarcoFalke |
2021-12-14 | Merge bitcoin/bitcoin#23766: refactor: remove unneeded calls to strprintf() | MarcoFalke |
2021-12-14 | refactor: remove unneeded calls to strprintf() | fanquake |
2021-12-14 | Merge bitcoin/bitcoin#23762: wallet: Replace Assume with Assert where needed ... | fanquake |
2021-12-13 | test: add tests for LoadBlockIndex when using multiple chainstates | James O'Beirne |
2021-12-13 | validation: have LoadBlockIndex account for snapshot use | James O'Beirne |
2021-12-13 | validation: don't modify genesis during snapshot load | James O'Beirne |
2021-12-13 | build, android: Fix Android GUI not loading on Qt 5.15 | Igor Cota |
2021-12-13 | build, qt: use static QAndroidPlatformIntegrationPlugin | Igor Cota |
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 | 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 | wallet: Replace Assume with Assert where needed in coinselection | 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 | scripted-diff: Rename touched member variables | MarcoFalke |
2021-12-13 | Use mockable time for peer connection time | MarcoFalke |
2021-12-13 | refactor: Use type-safe std::chrono in net | MarcoFalke |
2021-12-13 | Reduce size of strencodings decode tables | MarcoFalke |
2021-12-13 | Fix implicit integer sign changes in strencodings | MarcoFalke |
2021-12-12 | rpcwallet: mention labels are deactivated for ranged descriptors | Antoine Poinsot |
2021-12-12 | rpc: Add warning to user about newkeypool command | Samuel Dobson |
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#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 | [fuzz] Add fuzzing harness to compare both implementations of ChaCha20 | stratospher |
2021-12-11 | [fuzz] Add D. J. Bernstein's implementation of ChaCha20 | stratospher |
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 | 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_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 |