Age | Commit message (Expand) | Author |
2024-06-27 | Have testBlockValidity hold cs_main instead of caller | Sjors Provoost |
2024-06-26 | refactor: testBlockValidity make out argument last | Sjors Provoost |
2024-06-26 | Add missing include for mining interface | Sjors Provoost |
2024-06-18 | rpc: call IsInitialBlockDownload via miner interface | Sjors Provoost |
2024-06-18 | rpc: minize getTipHash() calls in gbt | Sjors Provoost |
2024-06-18 | rpc: call processNewBlock via miner interface | Sjors Provoost |
2024-06-18 | rpc: getTransactionsUpdated via miner interface | Sjors Provoost |
2024-06-18 | rpc: call CreateNewBlock via miner interface | Sjors Provoost |
2024-06-18 | rpc: getblocktemplate getTipHash() via Miner interface | Sjors Provoost |
2024-06-18 | rpc: call TestBlockValidity via miner interface | Sjors Provoost |
2024-06-18 | Introduce Mining interface | Sjors Provoost |
2024-05-16 | util: add TransactionError includes and namespace declarations | Ryan Ofsky |
2024-05-16 | common: Add PSBTError enum | Ryan Ofsky |
2024-05-16 | util: move util/message to common/signmessage | Ryan Ofsky |
2024-04-16 | wallet: return and display signer error | Sjors Provoost |
2024-01-05 | Merge bitcoin/bitcoin#28890: rpc: Remove deprecated -rpcserialversion | fanquake |
2023-12-17 | wallet, mempool: propagete `checkChainLimits` error message to wallet | ismaelsadeeq |
2023-12-11 | Remove deprecated -rpcserialversion | MarcoFalke |
2023-11-14 | Use ParamsWrapper for witness serialization | Anthony Towns |
2023-10-20 | interfaces: Rename CalculateBumpFees methods to be compatible with capn'proto | Ryan Ofsky |
2023-10-20 | interfaces: Change getUnspentOutput return type to avoid multiprocess segfault | Ryan Ofsky |
2023-10-20 | interfaces: Add schedulerMockForward method so mockscheduler RPC can work acr... | Ryan Ofsky |
2023-10-20 | interfaces: Fix const virtual method that breaks multiprocess support | Ryan Ofsky |
2023-09-30 | validation: pass ChainstateRole for validationinterface calls | James O'Beirne |
2023-09-22 | Merge bitcoin-core/gui#119: Replace send-to-self with dual send+receive entries | Hennadii Stepanov |
2023-09-20 | Merge bitcoin-core/gui#738: Add menu option to migrate a wallet | Hennadii Stepanov |
2023-09-13 | [node] interface to get bump fees | glozow |
2023-08-14 | Move CTxDestination to its own file | Andrew Chow |
2023-08-14 | Move CScriptID to script.{h/cpp} | Andrew Chow |
2023-06-23 | GUI: TransactionRecord: Refactor to turn send-to-self into send+receive pairs | Luke Dashjr |
2023-06-13 | interfaces, wallet: Expose migrate wallet | Andrew Chow |
2023-06-12 | Merge bitcoin/bitcoin#27708: Return EXIT_FAILURE on post-init fatal errors | Ryan Ofsky |
2023-06-10 | gui: return EXIT_FAILURE on post-init fatal errors | furszy |
2023-05-30 | scripted-diff: move settings to common namespace | TheCharlatan |
2023-05-30 | move-only: Move settings to the common library | TheCharlatan |
2023-05-25 | wallet: skip block scan if block was created before wallet birthday | furszy |
2023-04-11 | wallet: Replace use of purpose strings with an enum | Andrew Chow |
2023-03-23 | refactor: Move fs.* to util/fs.* | TheCharlatan |
2023-02-07 | Remove reindex special case from the progress bar label | MarcoFalke |
2023-01-04 | Merge bitcoin/bitcoin#26752: wallet: Remove `mempool_sequence` from interface... | glozow |
2022-12-26 | wallet: remove `mempool_sequence` from `transactionRemovedFromMempool` | w0xlt |
2022-12-26 | wallet: remove `mempool_sequence` from `transactionAddedToMempool` | w0xlt |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-11-29 | refactor: Rename ambiguous interfaces::MakeHandler functions | Ryan Ofsky |
2022-11-29 | refactor: Move src/interfaces/*.cpp files to libbitcoin_common.a | Ryan Ofsky |
2022-10-25 | add chain interface methods for using BIP 157 block filters | Sebastian Falbesoner |
2022-08-29 | Make validation interface capable of signalling header presync | Pieter Wuille |
2022-08-10 | wallet: Return `util::Result` from WalletLoader methods | w0xlt |
2022-08-05 | Merge bitcoin/bitcoin#24699: wallet: Improve AvailableCoins performance by re... | Andrew Chow |
2022-08-03 | Change getWalletTxs to return a set instead of a vector | Andrew Chow |