Age | Commit message (Expand) | Author |
2024-07-25 | doc: rpc: Use "output script" consistently (2/2) | MarcoFalke |
2024-05-20 | rpc: avoid copying into UniValue | Cory Fields |
2024-03-01 | rpc: access some args by name | stickies-v |
2023-11-21 | Use Txid in COutpoint | dergoegge |
2023-08-24 | rpc: Add MaybeArg() and Arg() default helper | MarcoFalke |
2023-08-14 | Move CScriptID to script.{h/cpp} | Andrew Chow |
2023-08-14 | Remove ScriptHash from CScriptID constructor | Andrew Chow |
2023-06-01 | Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parameters | Andrew Chow |
2023-05-09 | scripted-diff: Use UniValue::find_value method | MarcoFalke |
2023-05-03 | RPC: Allow RPC methods accepting options to take named parameters | Ryan Ofsky |
2023-04-26 | rpc: return block hash & height in getbalances, gettransaction & getwalletinf... | Harris |
2023-01-30 | Merge bitcoin/bitcoin#15294: refactor: Extract RipeMd160 | MarcoFalke |
2023-01-26 | refactor: Extract RIPEMD160 | Ben Woosley |
2023-01-22 | scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARG | fanquake |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-10-29 | scripted-diff: wallet: rename AvailableCoinsParams members to snake_case | furszy |
2022-10-29 | wallet: group AvailableCoins filtering parameters in a single struct | furszy |
2022-10-29 | RPC: listunspent, add "include immature coinbase" flag | furszy |
2022-09-30 | Merge bitcoin/bitcoin#26074: refactor: Set RPCArg options with designated ini... | MacroFake |
2022-09-15 | rpc: remove unneeded RPCTypeCheckArgument checks | furszy |
2022-09-13 | rpc: Set RPCArg options with designated initializers | MacroFake |
2022-08-16 | Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-ups | Andrew Chow |
2022-08-16 | Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptors | Andrew Chow |
2022-08-10 | scripted-diff: Uppercase function names | josibake |
2022-07-28 | Merge bitcoin/bitcoin#24584: wallet: avoid mixing different `OutputTypes` dur... | Andrew Chow |
2022-07-25 | scripted-diff: Replace NullUniValue with UniValue::VNULL | MacroFake |
2022-07-19 | refactor: store by OutputType in CoinsResult | josibake |
2022-07-19 | rpc: output parent wallet descriptors for coins in listunspent | Antoine Poinsot |
2022-07-08 | Merge bitcoin/bitcoin#25337: refactor: encapsulate wallet's address book access | Andrew Chow |
2022-06-21 | refactor: implement general 'ListAddrBookAddresses' for addressbook destinati... | furszy |
2022-06-08 | wallet: avoid extra IsSpentKey -> GetWalletTx lookups | furszy |
2022-06-08 | wallet: IsSpent, 'COutPoint' arg instead of (hash, index) | furszy |
2022-06-08 | wallet: IsLockedCoin, 'COutPoint' arg instead of (hash, index) | furszy |
2022-06-08 | wallet: return 'CoinsResult' struct in `AvailableCoins` | furszy |
2022-05-23 | Merge bitcoin/bitcoin#25083: Set effective_value when initializing a COutput | Andrew Chow |
2022-05-23 | Merge bitcoin/bitcoin#25122: rpc: getreceivedbylabel, return early if no addr... | Andrew Chow |
2022-05-21 | Set effective_value when initializing a COutput | ishaanam |
2022-05-20 | rpc: getreceivedbylabel, don't loop over the entire wallet txs map if no dest... | furszy |
2022-05-20 | Merge bitcoin/bitcoin#25171: rpc: wallet: remove `-deprecatedrpc=exclude_coin... | MacroFake |
2022-05-19 | rpc: wallet: remove `-deprecatedrpc=exclude_coinbase` logic | Sebastian Falbesoner |
2022-05-18 | scripted-diff: Use getInt<T> over get_int/get_int64 | MacroFake |
2022-05-16 | Merge bitcoin/bitcoin#23662: rpc: improve `getreceivedby{address,label}` perf... | Andrew Chow |
2022-04-04 | refactor: fix clang-tidy named args usage | fanquake |
2022-03-23 | wallet: Replace CWalletTx in COutput with COutPoint and CTxOut | Andrew Chow |
2022-03-17 | scripted-diff: Rename COutput member variables | Andrew Chow |
2022-01-25 | wallet: Avoid dropping confirmed coins | MarcoFalke |
2022-01-06 | Add src/wallet/* code to wallet:: namespace | Russell Yanofsky |
2021-12-08 | rpc: avoid expensive `IsMine` calls in `GetReceived` tally | Sebastian Falbesoner |
2021-12-08 | rpc: avoid scriptPubKey<->CTxDestination conversions in `GetReceived` tally | Sebastian Falbesoner |
2021-12-08 | scripted-diff: Use named args in RPC docs | MarcoFalke |