Age | Commit message (Expand) | Author |
2022-06-08 | wallet: avoid extra IsSpentKey -> GetWalletTx lookups | furszy |
2022-06-08 | wallet: decouple IsSpentKey(scriptPubKey) from IsSpentKey(hash, n) | 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: AvailableCoins, don't call 'wtx.tx->vout[i]' multiple times | 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-23 | Merge bitcoin/bitcoin#25184: refactor: Remove defunct attributes.h includes | MacroFake |
2022-05-23 | Merge bitcoin-core/gui#586: Getting ready to Qt 6 (6/n). Replace `QCoreApplic... | Hennadii Stepanov |
2022-05-22 | Merge bitcoin-core/gui#600: refactor: Add OptionsModel getOption/setOption me... | Hennadii Stepanov |
2022-05-21 | refactor: Remove defunct attributes.h includes | Ben Woosley |
2022-05-21 | Set effective_value when initializing a COutput | ishaanam |
2022-05-21 | qt: Replace `QCoreApplication::quit()` with `QCoreApplication::exit(0)` | Hennadii Stepanov |
2022-05-20 | rpc: getreceivedbylabel, don't loop over the entire wallet txs map if no dest... | furszy |
2022-05-20 | Merge bitcoin/bitcoin#25064: [kernel 2b/n] Add `ChainstateManager::m_adjusted... | MacroFake |
2022-05-20 | Merge bitcoin/bitcoin#25175: refactor: Improve thread safety analysis by prop... | MacroFake |
2022-05-20 | Merge bitcoin/bitcoin#24820: test: 3 new tests for SelectCoins function | Andrew Chow |
2022-05-20 | validation: Have ChainstateManager own m_chainparams | Carl Dong |
2022-05-20 | Add ChainstateManager::m_adjusted_time_callback | Carl Dong |
2022-05-20 | Add ChainstateManagerOpts, using as ::Options | Carl Dong |
2022-05-20 | Merge bitcoin/bitcoin#25168: refactor: Avoid passing params where not needed | MacroFake |
2022-05-20 | refactor: Propagate negative `!m_tx_relay_mutex` capability | Hennadii Stepanov |
2022-05-20 | refactor: Propagate negative `!m_most_recent_block_mutex` capability | Hennadii Stepanov |
2022-05-20 | Merge bitcoin-core/gui#581: refactor: Revamp `ClientModel` code to handle cor... | Hennadii Stepanov |
2022-05-20 | Merge bitcoin-core/gui#594: scripted-diff: replace deprecated Q_OS_MAC with Q... | Hennadii Stepanov |
2022-05-20 | Merge bitcoin/bitcoin#23595: util: Add ParseHex<std::byte>() helper | laanwj |
2022-05-20 | Merge bitcoin/bitcoin#25171: rpc: wallet: remove `-deprecatedrpc=exclude_coin... | MacroFake |
2022-05-20 | Merge bitcoin/bitcoin#25170: build: Enable RPC_DOC_CHECK on --enable-debug | fanquake |
2022-05-20 | Merge bitcoin/bitcoin#24830: init: Allow -proxy="" setting values | MacroFake |
2022-05-20 | Merge bitcoin/bitcoin#25101: Add mockable clock type | fanquake |
2022-05-19 | refactor: Add OptionsModel getOption/setOption methods | Ryan Ofsky |
2022-05-19 | Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64 | fanquake |
2022-05-19 | rpc: wallet: remove `-deprecatedrpc=exclude_coinbase` logic | Sebastian Falbesoner |
2022-05-19 | Merge bitcoin/bitcoin#25074: index: During sync, commit best block after inde... | fanquake |
2022-05-19 | index: Don't commit a best block before indexing it during sync | Martin Zumsande |
2022-05-19 | Merge bitcoin/bitcoin#25147: Net processing: follow ups to #20799 (removing s... | fanquake |
2022-05-19 | Merge bitcoin/bitcoin#22778: net processing: Reduce resource usage for inboun... | fanquake |
2022-05-19 | build: Enable RPC_DOC_CHECK on --enable-debug | MacroFake |
2022-05-19 | Merge bitcoin/bitcoin#25161: rpc: Put undocumented JSON failure mode behind a... | MacroFake |
2022-05-18 | rpc: Put undocumented JSON failure mode behind a runtime flag | Suhail Saqan |
2022-05-18 | Merge bitcoin/bitcoin#25108: tidy: add modernize-use-default-member-init | MacroFake |
2022-05-18 | scripted-diff: Use getInt<T> over get_int/get_int64 | MacroFake |
2022-05-18 | Add mockable clock type and TicksSinceEpoch helper | MarcoFalke |
2022-05-18 | Do not call global Params() when chainman is in scope | MacroFake |
2022-05-18 | Do not pass CChainParams& to PeerManager::make | MacroFake |
2022-05-18 | Do not pass CChainParams& to BlockAssembler constructor | MacroFake |
2022-05-18 | Do not pass Consensus::Params& to Chainstate helpers | MacroFake |
2022-05-18 | Do not pass time getter to Chainstate helpers | MacroFake |
2022-05-18 | [net processing] Don't initialize TxRelay for non-tx-relay peers. | John Newbery |