aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-10-29Merge bitcoin/bitcoin#23354: Introduce new V4 format addrmanMarcoFalke
2021-10-29Merge bitcoin/bitcoin#23375: test: MiniWallet: more deterministic coin select...MarcoFalke
2021-10-29Merge bitcoin/bitcoin#22972: test: fix misleading fee unit in mempool_limit.pyMarcoFalke
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-28ci: Build fuzz with libsqlite3-devMarcoFalke
2021-10-28[addrman] Rename Add_() to AddSingle()John Newbery
2021-10-28[addrman] Add doxygen comment to AddrMan::Add()John Newbery