Age | Commit message (Expand) | Author |
2022-08-22 | Merge bitcoin/bitcoin#25775: docs: remove non-signaling mentions of BIP125 | fanquake |
2022-08-19 | bumpfee: be able to bump fee of a tx with external inputs | Andrew Chow |
2022-08-19 | Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces... | MacroFake |
2022-08-17 | Merge bitcoin/bitcoin#25748: refactor: Avoid copies in FlatSigningProvider Merge | Andrew Chow |
2022-08-17 | Merge bitcoin/bitcoin#24678: Prevent wallet unload on GetWalletForJSONRPCRequest | fanquake |
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-16 | rpc: add an include_change parameter to listsinceblock | Antoine Poinsot |
2022-08-15 | refactor: Remove not needed empty RPC doc std::string | MacroFake |
2022-08-12 | refactor: Avoid copies in FlatSigningProvider Merge | MacroFake |
2022-08-11 | script/sign: remove needless IsSolvable() utility | Antoine Poinsot |
2022-08-10 | scripted-diff: Uppercase function names | josibake |
2022-08-05 | Merge bitcoin/bitcoin#22751: rpc/wallet: add simulaterawtransaction RPC | Andrew Chow |
2022-08-05 | rpc/wallet: add simulaterawtransaction RPC | Karl-Johan Alm |
2022-08-04 | [doc] remove non-signaling mentions of BIP125 | glozow |
2022-08-03 | refactor: Replace BResult with util::Result | Ryan Ofsky |
2022-07-28 | Merge bitcoin/bitcoin#24584: wallet: avoid mixing different `OutputTypes` dur... | Andrew Chow |
2022-07-27 | refactor: Make const refs vars where applicable | Aurèle Oulès |
2022-07-26 | refactor: remove unnecessary string initializations | fanquake |
2022-07-25 | scripted-diff: Replace NullUniValue with UniValue::VNULL | MacroFake |
2022-07-25 | Merge bitcoin/bitcoin#25611: univalue: Avoid brittle, narrowing and verbose i... | fanquake |
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-19 | rpc: output wallet descriptors for received entries in listsinceblock | Antoine Poinsot |
2022-07-18 | Merge bitcoin/bitcoin#25351: rpc, wallet: Scan mempool after import* - Second... | Andrew Chow |
2022-07-14 | rpc: Select int-UniValue constructor for enum value in upgradewallet RPC | MacroFake |
2022-07-13 | refactor: Default options in walletcreatefundedpsbt to VOBJ instead of VNULL | MacroFake |
2022-07-13 | Merge bitcoin/bitcoin#25464: rpc: Reduce Univalue push_backV peak memory usag... | fanquake |
2022-07-12 | Merge bitcoin/bitcoin#25218: refactor: introduce generic 'Result' class and c... | MacroFake |
2022-07-12 | Merge bitcoin/bitcoin#25036: wallet: Save wallet scan progress | MacroFake |
2022-07-08 | wallet: refactor GetNewDestination, use BResult | furszy |
2022-07-08 | send: refactor CreateTransaction flow to return a BResult<CTransactionRef> | furszy |
2022-07-08 | wallet: refactor, include 'FeeCalculation' inside 'CreatedTransactionResult' | furszy |
2022-07-08 | Merge bitcoin/bitcoin#25337: refactor: encapsulate wallet's address book access | Andrew Chow |
2022-07-03 | rpc, wallet: Document mempool rescan after importdescriptor, importwallet | Fabian Jahr |
2022-07-03 | rpc, wallet: Document mempool scan after importmulti | Fabian Jahr |
2022-07-03 | rpc, wallet: Document mempool scan after importpubkey | Fabian Jahr |
2022-07-03 | rpc, wallet: Document and test mempool scan after importprivkey | João Barbosa |
2022-07-03 | rpc, wallet: Document and test mempool scan after importaddress | João Barbosa |
2022-06-24 | rpc: Fix Univalue push_backV OOM in listtransactions | MacroFake |
2022-06-23 | wallet: Save wallet scan progress | w0xlt |
2022-06-22 | refactor: 'ListReceived' use optional for filtered address | furszy |
2022-06-22 | refactor: RPC 'ListReceived', encapsulate m_address_book access | furszy |
2022-06-22 | refactor: RPC 'listlabels', encapsulate 'CWallet::ListAddrBookLabels' functio... | furszy |
2022-06-21 | refactor: use 'ForEachAddrBookEntry' in RPC 'getaddressesbylabel' | furszy |
2022-06-21 | refactor: implement general 'ListAddrBookAddresses' for addressbook destinati... | furszy |
2022-06-19 | scripted-diff: rename fAllowOtherInputs -> m_allow_other_inputs | furszy |
2022-06-19 | wallet: unify “allow/block other inputs“ concept | furszy |
2022-06-17 | Merge bitcoin/bitcoin#25005: wallet: remove extra wtx lookup in 'AvailableCoi... | Andrew Chow |
2022-06-16 | Merge bitcoin/bitcoin#24649: wallet: do not count wallet utxos as external | Andrew Chow |