Age | Commit message (Expand) | Author |
2023-05-20 | refactor: Move system from util to common library | TheCharlatan |
2023-05-20 | refactor: Split util::AnyPtr into its own file | TheCharlatan |
2023-05-20 | kernel: Add progress method to notifications | TheCharlatan |
2023-05-17 | doc: remove mention of glibc 2.10+ | fanquake |
2023-05-11 | Merge bitcoin/bitcoin#27125: refactor, kernel: Decouple ArgsManager from bloc... | fanquake |
2023-05-10 | refactor: Move functions to BlockManager methods | TheCharlatan |
2023-05-09 | Fix clang-tidy performance-unnecessary-copy-initialization warnings | MarcoFalke |
2023-05-09 | scripted-diff: Use UniValue::find_value method | MarcoFalke |
2023-05-09 | Merge bitcoin/bitcoin#27491: refactor: Move chain constants to the util library | fanquake |
2023-05-09 | scripted-diff: Remove unused chainparamsbase includes | TheCharlatan |
2023-05-09 | refactor: Replace string chain name constants with ChainTypes | TheCharlatan |
2023-05-08 | refactor: Remove unused GetTimeMillis | MarcoFalke |
2023-05-01 | Merge bitcoin/bitcoin#26780: rpc: simplify scan blocks | 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-21 | Merge bitcoin/bitcoin#25939: rpc: In `utxoupdatepsbt` also look for the tx in... | Andrew Chow |
2023-04-21 | Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system | fanquake |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2023-04-12 | Merge bitcoin/bitcoin#27279: Add "warnings", deprecate "warning" in {create,l... | Andrew Chow |
2023-04-10 | rpc: add "warnings" field to RPCs {create,load,unload,restore}wallet | Jon Atack |
2023-04-10 | rpc: extract wallet "warnings" fields to a util helper | Jon Atack |
2023-04-03 | Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system | fanquake |
2023-03-26 | clang-tidy: Add `performance-inefficient-vector-operation` check | Hennadii Stepanov |
2023-03-26 | clang-tidy: Add `performance-faster-string-find` check | Hennadii Stepanov |
2023-03-23 | Merge bitcoin/bitcoin#18933: rpc: Add submit option to generateblock | fanquake |
2023-03-23 | refactor: Move fs.* to util/fs.* | TheCharlatan |
2023-03-23 | refactor: Extract util/fs_helpers from util/system | Ben Woosley |
2023-03-18 | rpc, tests: in `utxoupdatepsbt` also look for the transaction in the txindex | ishaanam |
2023-03-15 | refactor: Add and use PRUNE_TARGET_MANUAL constexpr | MarcoFalke |
2023-03-10 | Merge bitcoin/bitcoin#23813: Add test and docs for getblockfrompeer with pruning | fanquake |
2023-03-10 | rpc: Add submit option to generateblock | MarcoFalke |
2023-03-10 | refactor: Replace block_hash with block_out | MarcoFalke |
2023-03-08 | Merge bitcoin/bitcoin#26968: doc: Fixup remove 'omitted...' doc for rpc getr... | fanquake |
2023-03-06 | doc: remove 'omitted...' doc for rpc getrawtransaction when verbose is 2 | dougEfish |
2023-03-06 | Merge bitcoin/bitcoin#27155: doc: Expand scantxoutset help text to cover tr()... | Andrew Chow |
2023-03-06 | Expand scantxoutset help text to cover tr() and miniscript | Greg Sanders |
2023-03-03 | Merge bitcoin/bitcoin#26612: refactor: RPC: pass named argument value as stri... | fanquake |
2023-02-27 | refactor: Stop using gArgs global in system.cpp | Ryan Ofsky |
2023-02-23 | Merge bitcoin/bitcoin#25943: rpc: Add a parameter to sendrawtransaction which... | Andrew Chow |
2023-02-22 | Merge bitcoin/bitcoin#25574: validation: Improve error handling when VerifyDB... | Andrew Chow |
2023-02-20 | Add test for unspendable transactions and parameter 'maxburnamount' to sendra... | David Gumberg |
2023-02-20 | Merge bitcoin/bitcoin#27127: rpc: fix successful broadcast count in `submitpa... | fanquake |
2023-02-20 | Merge bitcoin/bitcoin#27113: rpc: Use a FlatSigningProvider in decodescript t... | fanquake |
2023-02-20 | rpc: fix successful broadcast count in `submitpackage` error msg | Sebastian Falbesoner |
2023-02-17 | Merge bitcoin/bitcoin#25619: net: avoid overriding non-virtual ToString() in ... | Andrew Chow |
2023-02-16 | init, validation: Improve handling if VerifyDB() fails due to insufficient db... | Martin Zumsande |
2023-02-16 | validation: Change return value of VerifyDB to enum type | Martin Zumsande |
2023-02-16 | Merge bitcoin/bitcoin#25344: New `outputs` argument for `bumpfee`/`psbtbumpfee` | Andrew Chow |
2023-02-16 | rpc: Use FlatSigningProvider in decodescript | Andrew Chow |
2023-02-09 | net: add `Ensure{any}Banman` | brunoerg |