aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-08Merge bitcoin/bitcoin#23453: Remove the build_msvc/testconsensus projectfanquake
2021-11-07ci: Do not print `git log` for empty COMMIT_RANGEHennadii Stepanov
2021-11-06Remove the build_msvc/testconsensus projectAaron Clauson
2021-11-06doc: update SECURITY.md inline with recent changes to bitcoincore.orgfanquake
2021-11-05doc: Mention that BerkeleyDB is for legacy wallet in build-unixW. J. van der Laan
2021-11-05Merge bitcoin/bitcoin#23334: fuzz: Descriptor walletMarcoFalke
2021-11-04[test] call CheckPackage for package sanitization checksglozow
2021-11-04MOVEONLY: move package unit tests to their own fileglozow
2021-11-04MOVEONLY: mempool checks to their own functionsglozow
2021-11-04scripted-diff: clean up MemPoolAccept aliasesglozow
2021-11-04Open streams_test_tmp file in temporary folderMartin Leitner-Ankerl
2021-11-04document workspace membersglozow
2021-11-04[validation] cache iterators to mempool conflictsglozow
2021-11-05Merge bitcoin/bitcoin#22949: fee: Round up fee calculation to avoid a lower t...Samuel Dobson
2021-11-03[validation] Always call mempool.check() after processing a new transactionJohn Newbery
2021-11-03[refactor] Don't call AcceptToMemoryPool() from outside validation.cppJohn Newbery
2021-11-03[validation] Add CChainState::ProcessTransaction()John Newbery
2021-11-03[logging/documentation] Remove reference to AcceptToMemoryPool from error stringJohn Newbery
2021-11-03[validation] Remove comment about AcceptToMemoryPool()John Newbery
2021-11-03contrib: recognize CJDNS seeds as suchVasil Dimov
2021-11-03net: take the first 4 random bits from CJDNS addresses in GetGroup()Vasil Dimov
2021-11-03net: relay CJDNS addresses even if we are not connected to CJDNSVasil Dimov
2021-11-03net: don't skip CJDNS from GetNetworkNames()Vasil Dimov
2021-11-03net: take CJDNS into account in CNetAddr::GetReachabilityFrom()Vasil Dimov
2021-11-03test: extend feature_proxy.py to test CJDNSVasil Dimov
2021-11-03test: remove default argument of feature_proxy.py:node_test()Vasil Dimov
2021-11-03net: recognize CJDNS addresses as suchVasil Dimov
2021-11-03net: don't skip CJDNS from GetNetworksInfo()Vasil Dimov
2021-11-03net: introduce a new config option to enable CJDNSVasil Dimov
2021-11-03net: recognize CJDNS from ParseNetwork()Vasil Dimov
2021-11-03net: use -proxy for connecting to the CJDNS networkVasil Dimov
2021-11-03net: make it possible to connect to CJDNS addressesVasil Dimov
2021-11-03[test] Don't set bypass_limits to true in txvalidation_tests.cppJohn Newbery
2021-11-03[test] Don't set bypass_limits to true in txvalidationcache_tests.cppJohn Newbery
2021-11-03Merge bitcoin/bitcoin#23154: doc: add assumeutxo notesMarcoFalke
2021-11-03Merge bitcoin/bitcoin#23211: refactor: move `update_*` structs from txmempool...MarcoFalke
2021-11-02Merge bitcoin/bitcoin#23223: Disable lock contention logging in checkqueue_testsMarcoFalke
2021-11-02Adds verification step to Schnorr and ECDSA signingamadeuszpawlik
2021-11-02Merge bitcoin/bitcoin#22735: [net] Don't return an optional from TransportDes...MarcoFalke
2021-11-02Merge bitcoin/bitcoin#23410: doc: Add output script descriptors BIPs 380..386MarcoFalke
2021-11-01doc: Add output script descriptors BIPs 380..386Hennadii Stepanov
2021-11-01Merge bitcoin/bitcoin#23403: test: Fix segfault in the psbt_wallet_tests/psbt...MarcoFalke
2021-11-01refactor: Take Span in SetSeedMarcoFalke
2021-11-01Merge bitcoin/bitcoin#22766: refactor: Clarify and disable unused ArgsManager...fanquake
2021-11-01Merge bitcoin/bitcoin#23380: addrman: Fix AddrMan::Add() return semantics and...fanquake
2021-10-31test: Avoid excessive locking of `cs_wallet`Hennadii Stepanov
2021-10-31test: Fix segfault in the psbt_wallet_tests/psbt_updater_testHennadii Stepanov
2021-10-30Merge bitcoin/bitcoin#23385: refactor: get wallet path relative to wallet_dirfanquake
2021-10-29refactor: get wallet path relative to wallet_dirMichael Dietz
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke