Age | Commit message (Expand) | Author |
2022-09-05 | RPC: fix sendall docs | Anthony Towns |
2022-09-05 | Merge bitcoin/bitcoin#25768: wallet: Properly rebroadcast unconfirmed transac... | glozow |
2022-09-01 | Merge bitcoin/bitcoin#19602: wallet: Migrate legacy wallets to descriptor wal... | Andrew Chow |
2022-09-01 | Merge bitcoin/bitcoin#25931: rpc: sort listdescriptors result | Andrew Chow |
2022-08-31 | rpc: sort listdescriptors result | Sjors Provoost |
2022-08-29 | Add migratewallet RPC | Andrew Chow |
2022-08-29 | wallet: Deduplicate Resend and ReacceptWalletTransactions | Andrew Chow |
2022-08-24 | scripted-diff: rpc: fix rescan RPC name (s/rescanwallet/rescanblockchain/) | Sebastian Falbesoner |
2022-08-22 | fixups for BIP125 doc cleanup | glozow |
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 |