aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-16Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-upsAndrew Chow
2022-08-16Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptorsAndrew Chow
2022-08-16doc: add releases notes for 25504 (listsinceblock updates)Antoine Poinsot
2022-08-16rpc: add an include_change parameter to listsinceblockAntoine Poinsot
2022-08-16refactor: Add lock annotations to Active* methodsMacroFake
2022-08-16Fix logical race in rest_getutxosMacroFake
2022-08-16Fix UB/data-race in RPCNotifyBlockChangeMacroFake
2022-08-16Add ChainstateManager::GetMutex(), an alias for ::cs_mainMacroFake
2022-08-16i2p: log "SAM session" instead of "session"Vasil Dimov
2022-08-16doc: add release notes about the I2P transient addressesVasil Dimov
2022-08-16doc: document I2P transient addresses usage in doc/i2p.mdVasil Dimov
2022-08-16test: add a test that -i2pacceptincoming=0 creates a transient sessionVasil Dimov
2022-08-16net: use transient I2P session for outbound if -i2pacceptincoming=0Vasil Dimov
2022-08-16net: store an optional I2P session in CNodeVasil Dimov
2022-08-16build: add example bitcoin conf to win installerfanquake
2022-08-16build: include share/rpcauth in tarball & installerfanquake
2022-08-16Merge bitcoin/bitcoin#25803: refactor: Drop `boost/algorithm/string/replace.h...fanquake
2022-08-16Merge bitcoin/bitcoin#25809: build: add test_bitcoin.exe to win installer, do...fanquake
2022-08-16Merge bitcoin/bitcoin#25833: doc: minor updates to guix READMEMacroFake
2022-08-15doc: minor updates to guix READMEStacie
2022-08-15Merge bitcoin/bitcoin#25720: p2p: Reduce bandwidth during initial headers syn...Andrew Chow
2022-08-15Merge bitcoin-core/gui#598: Avoid recalculating the wallet balance - use mode...Hennadii Stepanov
2022-08-15Merge bitcoin-core/gui#654: Update source translations for string freezeHennadii Stepanov
2022-08-15Merge bitcoin/bitcoin#25850: doc: Remove my key from SECURITY.mdMacroFake
2022-08-15Merge bitcoin/bitcoin#25849: refactor: Remove not needed empty RPC doc std::s...fanquake
2022-08-15build: reorder cxxflags in intrinsic checksfanquake
2022-08-15doc: Remove my key from SECURITY.mdlaanwj
2022-08-15refactor: Remove not needed empty RPC doc std::stringMacroFake
2022-08-15qt: Update source translations for string freezelaanwj
2022-08-15Merge bitcoin/bitcoin#25836: subtree: update crc32c subtreeMacroFake
2022-08-15Merge bitcoin/bitcoin#25838: build, qt: Use `mkspecs/bitcoin-linux-g++` for a...fanquake
2022-08-15wallet: use GetChange() when computing wasteS3RK
2022-08-15wallet: use GetChange() in tx buildingS3RK
2022-08-15wallet: add SelectionResult::GetChangeS3RK
2022-08-15wallet: calculate and store min_viable_changeS3RK
2022-08-15wallet: account for preselected inputs in targetS3RK
2022-08-15wallet: add SelectionResult::MergeS3RK
2022-08-15wallet: accurate SelectionResult::m_targetS3RK
2022-08-15wallet: ensure m_min_change_target always covers change feeS3RK
2022-08-13Merge bitcoin/bitcoin#25235: GetExternalSigner(): fail if multiple signers ar...fanquake
2022-08-13build, qt: Use `mkspecs/bitcoin-linux-g++` for all Linux hostsHennadii Stepanov
2022-08-13build: Add objcopy host toolHennadii Stepanov
2022-08-13doc: Remove no longer needed commentsHennadii Stepanov
2022-08-13Update crc32c subtree to latest upstream masterfanquake
2022-08-13Squashed 'src/crc32c/' changes from 0d624261ef..0bac72c455fanquake
2022-08-13build: Adjust `qt/guix_cross_lib_path.patch`Hennadii Stepanov
2022-08-13Merge bitcoin/bitcoin#25817: build: fix cross-arch macOS M1 build reproducibi...fanquake
2022-08-12Add functional test for block announcements during initial headers syncSuhas Daftuar
2022-08-12Reduce bandwidth during initial headers sync when a block is foundSuhas Daftuar
2022-08-12GUI: remove now unneeded 'm_balances' field from overviewpagefurszy