Age | Commit message (Expand) | Author |
2024-10-10 | scripted-diff: drop config/ subdir for bitcoin-config.h, rename to bitcoin-bu... | Sebastian Falbesoner |
2024-08-28 | Merge bitcoin/bitcoin#22838: descriptors: Be able to specify change and recei... | glozow |
2024-08-08 | wallet, rpc: Allow importdescriptors to import multipath descriptors | Ava Chow |
2024-08-08 | rpc: Allow importmulti to import multipath descriptors correctly | Ava Chow |
2024-08-08 | wallet: Move internal to be per key when importing | Ava Chow |
2024-08-08 | descriptors: Change Parse to return vector of descriptors | Ava Chow |
2024-07-30 | policy: Add OP_1 <0x4e73> as a standard output type | Greg Sanders |
2024-06-12 | Merge bitcoin/bitcoin#29015: kernel: Streamline util library | Ava Chow |
2024-05-20 | rpc: avoid copying into UniValue | Cory Fields |
2024-05-16 | util: Move util/string.h functions to util namespace | Ryan Ofsky |
2024-05-08 | Merge bitcoin/bitcoin#28336: rpc: parse legacy pubkeys consistently with spec... | Ava Chow |
2024-05-01 | scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes | MarcoFalke |
2024-04-07 | [clang-tidy] Enable the misc-no-recursion check | dergoegge |
2024-02-20 | Merge bitcoin/bitcoin#29404: refactor: bitcoin-config.h includes cleanup | fanquake |
2024-02-13 | scripted-diff: Fix bitcoin_config_h includes | TheCharlatan |
2024-02-12 | Merge bitcoin/bitcoin#28987: wallet: simplify and batch zap wallet txes process | Ava Chow |
2024-02-09 | scripted-diff: rename ZapSelectTx to RemoveTxs | furszy |
2024-02-09 | wallet: batch and simplify ZapSelectTx process | furszy |
2024-02-09 | rpc: use `HexToPubKey` helper for all legacy pubkey-parsing RPCs | Sebastian Falbesoner |
2023-12-14 | refactor: Rename fs::path::u8string() to fs::path::utf8string() | MarcoFalke |
2023-10-12 | tidy: modernize-use-emplace | MarcoFalke |
2023-08-17 | Merge bitcoin/bitcoin#28123: Bugfix: RPC: Remove quotes from non-string oneli... | fanquake |
2023-08-14 | Rename script/standard.{cpp/h} to script/solver.{cpp/h} | Andrew Chow |
2023-07-22 | Bugfix: RPC: Remove quotes from non-string oneline descriptions | Luke Dashjr |
2023-06-04 | Restorewallet/createwallet help documentation fixups/improvements | Jon Atack |
2023-06-04 | rpc: remove deprecated "warning" field from {create,load,restore,unload}wallet | Sebastian Falbesoner |
2023-06-01 | Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parameters | Andrew Chow |
2023-05-08 | Merge bitcoin/bitcoin#26076: Switch hardened derivation marker to h | Andrew Chow |
2023-05-03 | RPC: Allow RPC methods accepting options to take named parameters | Ryan Ofsky |
2023-05-01 | Merge bitcoin/bitcoin#25680: rpc, docs: Add note for commands that supports o... | Andrew Chow |
2023-04-12 | Merge bitcoin/bitcoin#27279: Add "warnings", deprecate "warning" in {create,l... | Andrew Chow |
2023-04-11 | wallet: Replace use of purpose strings with an enum | Andrew Chow |
2023-04-10 | rpc: deprecate "warning" field in {create,load,unload,restore}wallet | Jon Atack |
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-10 | doc: fix/improve warning helps in {create,load,unload,restore}wallet | Jon Atack |
2023-04-04 | Switch hardened derivation marker to h in descriptors | Sjors Provoost |
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-23 | refactor: Move fs.* to util/fs.* | TheCharlatan |
2023-03-08 | Merge bitcoin/bitcoin#26194: rpc, wallet: use the same `next_index` key in `l... | Andrew Chow |
2023-02-21 | Merge bitcoin/bitcoin#26347: wallet: ensure the wallet is unlocked when neede... | Andrew Chow |
2023-02-15 | wallet: set keypool_size instead of access global args manager | furszy |
2023-02-14 | wallet: ensure that the passphrase is not deleted from memory when being used... | ishaanam |
2023-02-14 | wallet: keep track of when the passphrase is needed when rescanning | ishaanam |
2023-01-30 | Merge bitcoin/bitcoin#15294: refactor: Extract RipeMd160 | MarcoFalke |
2023-01-26 | refactor: Extract RIPEMD160 | Ben Woosley |
2023-01-26 | Use DataStream where possible | MarcoFalke |
2023-01-22 | scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARG | fanquake |
2023-01-11 | rpc: Run type check against RPCArgs | MarcoFalke |