Age | Commit message (Expand) | Author |
2022-06-09 | Merge bitcoin/bitcoin#25307: doc: fix typo in kernel/context.h and add `desig... | fanquake |
2022-06-09 | net: introduce Sock::WaitMany() | Vasil Dimov |
2022-06-09 | net: also wait for exceptional events in Sock::Wait() | Vasil Dimov |
2022-06-09 | Merge bitcoin/bitcoin#25303: refactor: Remove redundant addrman time checks | fanquake |
2022-06-08 | wallet: GetAvailableBalance, remove double walk-through every available coin | furszy |
2022-06-08 | wallet: add 'only_spendable' filter to AvailableCoins | furszy |
2022-06-08 | wallet: remove unused IsSpentKey(hash, index) method | furszy |
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-06-08 | doc: fix typo in kernel/context.h | brunoerg |
2022-06-08 | logging: use LogPrintfCategory rather than a manual category | Jon Atack |
2022-06-08 | logging: add LogPrintfCategory to log unconditionally with category | Jon Atack |
2022-06-08 | Remove redundant nLastTry check | MarcoFalke |
2022-06-08 | Merge bitcoin/bitcoin#25096: [net] Minor improvements to addr caching | fanquake |
2022-06-08 | Remove redundant nTime checks | MarcoFalke |
2022-06-07 | doc: Correct comment describing value of MAX_FILE_SIZE_PSBT as in MiB | Ben Woosley |
2022-06-07 | doc: Correct nPruneTarget misidentifying units of variable | darosior |
2022-06-07 | Merge bitcoin/bitcoin#25239: wallet: 'CommitTransaction', remove extra wtx lo... | Andrew Chow |
2022-06-07 | Merge bitcoin/bitcoin#25245: refactor: Remove no-op TIME_INIT on deser | laanwj |
2022-06-07 | Merge bitcoin/bitcoin#25286: scripted-diff: remove duplicate categories from ... | MacroFake |
2022-06-07 | Merge bitcoin/bitcoin#25254: Move minRelayTxFee to policy/settings | MacroFake |
2022-06-07 | Merge bitcoin/bitcoin#24629: Bugfix: RPC/blockchain: pruneblockchain: Return ... | MacroFake |
2022-06-06 | miner: Make mempool optional for BlockAssembler | Carl Dong |
2022-06-06 | Merge bitcoin/bitcoin#25220: rpc: fix incorrect warning for address type p2sh... | laanwj |
2022-06-06 | Merge bitcoin/bitcoin#25276: doc: Fix typo in importdescriptors | MacroFake |
2022-06-06 | rpc: fix inappropriate warning for address type p2sh-segwit in createmultisig... | brunoerg |
2022-06-06 | scripted-diff: remove duplicate categories from LogPrint output | Jon Atack |
2022-06-05 | build: Remove unused `LIBBITCOIN_KERNEL` variable | Hennadii Stepanov |
2022-06-05 | Merge bitcoin-core/gui#614: Drop no longer supported Android architecture | Hennadii Stepanov |
2022-06-04 | doc: Fix typo in importdescriptors | Kolby Moroz Liebl |
2022-06-04 | Merge bitcoin/bitcoin#24860: Miniscript integration follow-ups | fanquake |
2022-06-04 | Merge bitcoin/bitcoin#25065: [kernel 2c/n] Introduce `kernel::Context`, encap... | fanquake |
2022-06-04 | qt: Drop no longer supported Android architecture | Hennadii Stepanov |
2022-06-03 | Bugfix: RPC/blockchain: pruneblockchain: Return the height of the actual last... | Luke Dashjr |
2022-06-03 | Merge bitcoin/bitcoin#25256: logging: fix logging empty thread name | MacroFake |
2022-06-02 | Merge bitcoin/bitcoin#24171: p2p: Sync chain more readily from inbound peers ... | laanwj |
2022-06-02 | Merge bitcoin-core/gui#583: Add translator comments to `TransactionDesc::Form... | Hennadii Stepanov |
2022-06-02 | Merge bitcoin-core/gui#613: Remove unnecessary wallet includes from rpcconsol... | Hennadii Stepanov |
2022-06-02 | Merge bitcoin/bitcoin#24927: Add test util to populate mempool with random tr... | laanwj |
2022-06-02 | Merge bitcoin/bitcoin#25264: kernel: pass params to BlockManager rather than ... | laanwj |
2022-06-02 | [net] Seed addr cache randomizer with port from binding address | dergoegge |
2022-06-02 | qt, refactor: add translator comments in `TransactionDesc::FormatTxStatus()` | w0xlt |
2022-06-02 | kernel: SanityChecks: Return an error struct | Carl Dong |
2022-06-02 | qt: Remove unnecessary wallet includes from rpcconsole.cpp | laanwj |
2022-06-02 | Move init::SanityCheck to kernel::SanityCheck | Carl Dong |
2022-06-02 | init: Initialize globals with kernel::Context's life | Carl Dong |