aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-11-09Merge bitcoin/bitcoin#23414: wallet: Fix comment grammar in bdb.hW. J. van der Laan
2021-11-09wallet: Fixed Grammatical error in bdb.hzealsham
2021-11-09fix `XOnlyPubKey::IsFullyValid` comment referenceSebastian Falbesoner
2021-11-09Remove `gArgs` from `wallet.h` and `wallet.cpp`Kiminuo
2021-11-08Merge bitcoin/bitcoin#23077: Full CJDNS supportW. J. van der Laan
2021-11-08Merge bitcoin/bitcoin#23409: refactor: Take Span in SetSeedW. J. van der Laan
2021-11-08Merge bitcoin/bitcoin#23439: test: Open streams_test_tmp file in temporary fo...MarcoFalke
2021-11-08build: Fix `make apk` if ccache enabledHennadii Stepanov
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-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-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-03Exit early for an empty vChecks in CCheckQueue::AddHennadii Stepanov
2021-11-03Avoid excessive lock contention in CCheckQueue::AddHennadii Stepanov
2021-11-03wallet: Make GetOldestKeyPoolTime return nullopt for blank walletsHennadii Stepanov
2021-11-03wallet, refactor: Make GetOldestKeyPoolTime return type std::optionalHennadii Stepanov
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-02rpc: move fees object to match helpjosibake
2021-11-02rpc: deprecate fee fields from mempool entriesjosibake
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-01fuzz: Rework ConsumeScriptMarcoFalke
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