Age | Commit message (Expand) | Author |
2022-06-13 | scripted-diff: RPC/blockchain: Lowercase "when" in scantxoutset documentation | Luke Dashjr |
2022-06-13 | RPC/blockchain: Elaborate on scantxoutset documentation | Luke Dashjr |
2022-06-12 | Merge bitcoin-core/gui#602: Unify bitcoin-qt and bitcoind persistent settings | Hennadii Stepanov |
2022-06-12 | qt: Fix `BitcoinAmountField`'s base widget | Hennadii Stepanov |
2022-06-12 | qt, refactor: Fix `sendcoinsentry.ui` indentation | Hennadii Stepanov |
2022-06-12 | qt, refactor: Convert `SendCoinsEntry` to a sub-`QWidget` | Hennadii Stepanov |
2022-06-12 | Merge bitcoin-core/gui#608: wallet, refactor: Make `WalletModel::sendCoins()`... | Hennadii Stepanov |
2022-06-11 | Update secp256k1 subtree to latest upstream master | fanquake |
2022-06-11 | Squashed 'src/secp256k1/' changes from 8746600ee..44c2452fd | fanquake |
2022-06-11 | compat: Consolidate mingw-w64 ASLR workaround for upstream libsecp changes | fanquake |
2022-06-10 | p2p: always set nTime for self-advertisements | Martin Zumsande |
2022-06-10 | Merge bitcoin/bitcoin#24931: Strengthen thread safety assertions | MacroFake |
2022-06-10 | util: modify Win32LockedPageAllocator to query windows for limit | Oskar Mendel |
2022-06-10 | build: test for timingsafe_bcmp | fanquake |
2022-06-09 | GetExternalSigner(): fail if multiple signers are found | amadeuszpawlik |
2022-06-09 | net: use Sock::WaitMany() instead of CConnman::SocketEvents() | Vasil Dimov |
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 |