aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-14Merge bitcoin/bitcoin#25306: logging: add LogPrintfCategory to log unconditio...laanwj
2022-06-14Merge bitcoin/bitcoin#25332: build: test for timingsafe_bcmplaanwj
2022-06-14scripted-diff: Avoid incompatibility with CMake AUTOUIC featureHennadii Stepanov
2022-06-14Merge bitcoin/bitcoin#25320: util: modify Win32LockedPageAllocator to query w...laanwj
2022-06-14refactor: Introduce PeerManagerImpl::RejectIncomingTxsMacroFake
2022-06-14Merge bitcoin/bitcoin#25359: doc: add distcc to productivity noteslaanwj
2022-06-13Merge bitcoin/bitcoin#25356: test: Remove MiniWallet mempool_valid optionMacroFake
2022-06-13Merge bitcoin/bitcoin#25251: Consolidate Windows ASLR workarounds for upstrea...MacroFake
2022-06-13test: Remove MiniWallet mempool_valid optionMacroFake
2022-06-13Merge bitcoin/bitcoin#24839: test: use MiniWallet for mining_prioritisetransa...MacroFake
2022-06-13doc: add distcc to productivity notesSjors Provoost
2022-06-13RPC/blockchain: Reorder result documentation for scantxoutsetLuke Dashjr
2022-06-13scripted-diff: RPC/blockchain: Lowercase "when" in scantxoutset documentationLuke Dashjr
2022-06-13RPC/blockchain: Elaborate on scantxoutset documentationLuke Dashjr
2022-06-13build: systemtap 4.7fanquake
2022-06-13Merge bitcoin/bitcoin#25352: test: Fix previous release binary download scrip...MacroFake
2022-06-13test: passing a value below 5 MB to -maxmempool should throw an errorbrunoerg
2022-06-13Merge bitcoin/bitcoin#25313: guix: re-revert risc-v execstack workaroundlaanwj
2022-06-12test: Fix previous release binary download script for Apple ARM64Fabian Jahr
2022-06-12Merge bitcoin-core/gui#602: Unify bitcoin-qt and bitcoind persistent settingsHennadii Stepanov
2022-06-12Merge bitcoin-core/gui#608: wallet, refactor: Make `WalletModel::sendCoins()`...Hennadii Stepanov
2022-06-11Update secp256k1 subtree to latest upstream masterfanquake
2022-06-11Squashed 'src/secp256k1/' changes from 8746600ee..44c2452fdfanquake
2022-06-11compat: Consolidate mingw-w64 ASLR workaround for upstream libsecp changesfanquake
2022-06-10Merge bitcoin/bitcoin#25333: test: Fix out-of-range port collisionsMacroFake
2022-06-10Merge bitcoin/bitcoin#24931: Strengthen thread safety assertionsMacroFake
2022-06-10test: Fix out-of-range port collisionsMacroFake
2022-06-10util: modify Win32LockedPageAllocator to query windows for limitOskar Mendel
2022-06-10build: test for timingsafe_bcmpfanquake
2022-06-10Merge bitcoin/bitcoin#25312: test: Fix port collisions caused by p2p_getaddr_...MacroFake
2022-06-09net: use Sock::WaitMany() instead of CConnman::SocketEvents()Vasil Dimov
2022-06-09Merge bitcoin/bitcoin#25307: doc: fix typo in kernel/context.h and add `desig...fanquake
2022-06-09net: introduce Sock::WaitMany()Vasil Dimov
2022-06-09doc: add `desig` to ignore-wordsbrunoerg
2022-06-09net: also wait for exceptional events in Sock::Wait()Vasil Dimov
2022-06-09Merge bitcoin/bitcoin#25303: refactor: Remove redundant addrman time checksfanquake
2022-06-08[test] Fix port collisions caused by p2p_getaddr_caching.pydergoegge
2022-06-08[test_framework] Set PortSeed.n directly after initialising paramsdergoegge
2022-06-08Merge bitcoin/bitcoin#25294: test: Fix wait_for_debug_log UnicodeDecodeErrorMacroFake
2022-06-08Merge bitcoin/bitcoin#24395: build: use `BOOST_MULTI_INDEX_ENABLE_SAFE_MODE` ...MacroFake
2022-06-08wallet: GetAvailableBalance, remove double walk-through every available coinfurszy
2022-06-08wallet: add 'only_spendable' filter to AvailableCoinsfurszy
2022-06-08wallet: remove unused IsSpentKey(hash, index) methodfurszy
2022-06-08wallet: avoid extra IsSpentKey -> GetWalletTx lookupsfurszy
2022-06-08wallet: decouple IsSpentKey(scriptPubKey) from IsSpentKey(hash, n)furszy
2022-06-08wallet: IsSpent, 'COutPoint' arg instead of (hash, index)furszy
2022-06-08wallet: IsLockedCoin, 'COutPoint' arg instead of (hash, index)furszy
2022-06-08wallet: AvailableCoins, don't call 'wtx.tx->vout[i]' multiple timesfurszy
2022-06-08wallet: return 'CoinsResult' struct in `AvailableCoins`furszy
2022-06-08doc: fix typo in kernel/context.hbrunoerg