Age | Commit message (Expand) | Author |
2023-05-10 | Merge bitcoin/bitcoin#19690: util: improve FindByte() performance | Andrew Chow |
2023-05-10 | Merge bitcoin/bitcoin#27605: refactor: Replace global find_value function wit... | Andrew Chow |
2023-05-10 | Merge bitcoin/bitcoin#27611: refactor: Use ChainType enum exhaustively | fanquake |
2023-05-10 | refactor: Use ChainType enum exhaustively | TheCharlatan |
2023-05-09 | Temporarily work around gcc-13 warning bug in interfaces_tests | MarcoFalke |
2023-05-09 | p2p: Avoid prematurely clearing download state for other peers | Suhas Daftuar |
2023-05-09 | Fix clang-tidy performance-unnecessary-copy-initialization warnings | MarcoFalke |
2023-05-09 | Remove unused find_value global function | MarcoFalke |
2023-05-09 | scripted-diff: Use UniValue::find_value method | MarcoFalke |
2023-05-09 | Add UniValue::find_value method | MarcoFalke |
2023-05-09 | Merge bitcoin/bitcoin#27491: refactor: Move chain constants to the util library | fanquake |
2023-05-09 | Merge bitcoin/bitcoin#27594: refactor: Remove unused GetTimeMillis | fanquake |
2023-05-09 | scripted-diff: Remove unused chainparamsbase includes | TheCharlatan |
2023-05-09 | Add missing definitions in prep for scripted diff | TheCharlatan |
2023-05-09 | refactor: Replace string chain name constants with ChainTypes | TheCharlatan |
2023-05-09 | Merge bitcoin/bitcoin#27575: Introduce platform-agnostic `ALWAYS_INLINE` macro | fanquake |
2023-05-09 | refactor: Introduce ChainType getters for ArgsManager | TheCharlatan |
2023-05-09 | refactor: Create chaintype files | TheCharlatan |
2023-05-08 | Merge bitcoin/bitcoin#26076: Switch hardened derivation marker to h | Andrew Chow |
2023-05-08 | refactor: Remove unused GetTimeMillis | MarcoFalke |
2023-05-06 | Merge bitcoin/bitcoin#17860: fuzz: BIP 30, CVE-2018-17144 | fanquake |
2023-05-06 | Merge bitcoin/bitcoin#27405: util: Use steady clock instead of system clock t... | fanquake |
2023-05-05 | util: improve streams.h:FindByte() performance | Larry Ruane |
2023-05-05 | [bench] add streams findbyte | gzhao408 |
2023-05-05 | fuzz: BIP 42, BIP 30, CVE-2018-17144 | MarcoFalke |
2023-05-05 | Move LoadVerifyActivateChainstate to ChainTestingSetup | MarcoFalke |
2023-05-04 | scripted-diff: Use platform-agnostic `ALWAYS_INLINE` macro | Hennadii Stepanov |
2023-05-04 | Introduce platform-agnostic `ALWAYS_INLINE` macro | Hennadii Stepanov |
2023-05-04 | Remove unused chainparams from BlockManager methods | MarcoFalke |
2023-05-04 | Replace pindex pointer with block reference | MarcoFalke |
2023-05-04 | Add BlockManagerOpts::chainparams reference | MarcoFalke |
2023-05-03 | Merge bitcoin/bitcoin#24957: prune, import: allow pruning to work during load... | Andrew Chow |
2023-05-03 | Merge bitcoin/bitcoin#26066: wallet: Refactor and document CoinControl | Andrew Chow |
2023-05-03 | clarify processing of mempool-msgs when NODE_BLOOM | 0xb10c |
2023-05-02 | Avoid dereferencing interruption_point if it is nullptr | MarcoFalke |
2023-05-02 | Merge bitcoin/bitcoin#26094: rpc: Return block hash & height in getbalances, ... | Andrew Chow |
2023-05-02 | test: Add util to mine invalid blocks | MarcoFalke |
2023-05-02 | Merge bitcoin/bitcoin#27191: blockstorage: Adjust fastprune limit if block ex... | fanquake |
2023-05-01 | Merge bitcoin/bitcoin#26780: rpc: simplify scan blocks | Andrew Chow |
2023-05-01 | Merge bitcoin/bitcoin#27195: bumpfee: allow send coins back to yourself | Andrew Chow |
2023-05-01 | Merge bitcoin/bitcoin#25680: rpc, docs: Add note for commands that supports o... | Andrew Chow |
2023-05-01 | Merge bitcoin/bitcoin#27224: refactor: Remove CAddressBookData::destdata | Andrew Chow |
2023-04-30 | rpc: scanblocks, add "completed" flag to the result obj | furszy |
2023-04-30 | rpc: scanblocks, do not traverse the whole chain block by block | furszy |
2023-04-26 | rpc: return block hash & height in getbalances, gettransaction & getwalletinf... | Harris |
2023-04-26 | Merge bitcoin/bitcoin#25158: rpc, wallet: add abandoned field for all categor... | Andrew Chow |
2023-04-26 | Merge bitcoin/bitcoin#26933: mempool: disallow txns under min relay fee, even... | glozow |
2023-04-26 | refactor: Make ListSelected return vector | Sebastian Falbesoner |
2023-04-26 | wallet: Move CoinCointrol definitions to .cpp | Aurèle Oulès |
2023-04-26 | wallet: Use std::optional for GetExternalOutput and fixups | Aurèle Oulès |