Age | Commit message (Expand) | Author |
2023-08-07 | Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headers | fanquake |
2023-08-05 | refactor: Fix logging.h includes | TheCharlatan |
2023-07-30 | Merge bitcoin/bitcoin#28118: test: Add SyncWithValidationInterfaceQueue to mo... | fanquake |
2023-07-27 | refactor: Revert addition of univalue sighash string check | TheCharlatan |
2023-07-25 | Merge bitcoin/bitcoin#28113: kernel: Remove UniValue from kernel library | Andrew Chow |
2023-07-25 | kernel: Split ParseSighashString | TheCharlatan |
2023-07-21 | refactor: Use EnsureAnyNodeContext | MarcoFalke |
2023-07-21 | test: Add SyncWithValidationInterfaceQueue to mockscheduler RPC | MarcoFalke |
2023-07-20 | Merge bitcoin/bitcoin#26467: bumpfee: Allow the user to choose which output i... | fanquake |
2023-07-19 | Merge bitcoin/bitcoin#28056: rpc: doc: Added `longpollid` and `data` params t... | fanquake |
2023-07-14 | Added `longpollid` and `data` params to `template_request` #27998 | Rhythm Garg |
2023-07-10 | make GetFirstStoredBlock assert that 'start_block' always has data | furszy |
2023-06-27 | Merge bitcoin/bitcoin#27896: Remove the syscall sandbox | Andrew Chow |
2023-06-26 | bumpfee: Allow original change position to be specified | 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 |