aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-11-09Merge bitcoin/bitcoin#23400: doc: fix `XOnlyPubKey::IsFullyValid` comment ref...MarcoFalke
2021-11-09Merge bitcoin/bitcoin#23381: validation/refactor: refactoring for package sub...W. J. van der Laan
2021-11-09Merge bitcoin/bitcoin#22934: Add verification to `Sign`, `SignCompact` and `S...W. J. van der Laan
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-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-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-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-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-29Merge bitcoin/bitcoin#23354: Introduce new V4 format addrmanMarcoFalke
2021-10-29Merge bitcoin/bitcoin#22787: refactor: actual immutable pointingMarcoFalke
2021-10-28[validation/rpc] cache + use vsize calculated in PreChecksglozow
2021-10-28[validation] re-introduce bool for whether a transaction is RBFglozow
2021-10-28[validation/refactor] store precomputed txdata in workspaceglozow
2021-10-28[validation] case-based constructors for ATMPArgsglozow
2021-10-28[MOVEONLY] reorder functions in addrman_impl.h and addrman.cppJohn Newbery
2021-10-28[addrman] Add Add_() inner function, fix Add() return semanticsJohn Newbery
2021-10-28[addrman] Rename Add_() to AddSingle()John Newbery