Age | Commit message (Expand) | Author |
2023-06-27 | Merge bitcoin/bitcoin#27896: Remove the syscall sandbox | Andrew Chow |
2023-06-20 | scripted-diff: Following the C++ Standard rules for identifiers with _. | Brotcrunsher |
2023-06-16 | Remove the syscall sandbox | fanquake |
2023-06-07 | Merge bitcoin/bitcoin#27501: mempool / rpc: add getprioritisedtransactions, d... | Andrew Chow |
2023-06-02 | Merge bitcoin/bitcoin#27256: refactor: rpc: Remove unnecessary uses of ParseN... | fanquake |
2023-06-01 | Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parameters | Andrew Chow |
2023-05-30 | Merge bitcoin/bitcoin#26261: p2p: cleanup `LookupIntern`, `Lookup` and `Looku... | Andrew Chow |
2023-05-30 | Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ... | fanquake |
2023-05-26 | p2p, refactor: return `std::optional<CNetAddr>` in `LookupHost` | brunoerg |
2023-05-24 | Merge bitcoin/bitcoin#27626: Parallel compact block downloads, take 3 | fanquake |
2023-05-23 | Support up to 3 parallel compact block txn fetchings | Greg Sanders |
2023-05-22 | Merge bitcoin/bitcoin#25796: rpc: add `descriptorprocesspsbt` rpc | Andrew Chow |
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 | [rpc] add getprioritisedtransactions | glozow |
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-04 | rpc: add descriptorprocesspsbt rpc | ishaanam |
2023-05-03 | rpc: Add check for unintended option/parameter name clashes | Ryan Ofsky |
2023-05-03 | RPC: Allow RPC methods accepting options to take named parameters | Ryan Ofsky |
2023-05-03 | RPC: Add add OBJ_NAMED_PARAMS type | Ryan Ofsky |
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 | refactor: rpc: hide and rename ParseNonRFCJSONValue() | stickies-v |
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 |