aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-08-27[net] Rename the copyStats arg from m_asmap to asmapJohn Newbery
2021-08-27[addrman] Set m_asmap in CAddrMan initializer listJohn Newbery
2021-08-25[net] Remove CConnMan::SetAsmap()John Newbery
2021-08-25[init] Read/decode asmap before constructing addrmanJohn Newbery
2021-08-24refactor: replace QDateTime::toTime_t with QDateTime::toSecsSinceEpochfanquake
2021-08-24refactor: replace QDateTime::fromTime_t with QDateTime::fromSecsSinceEpochfanquake
2021-08-24Merge bitcoin/bitcoin#22772: refactor: hasher cleanup (follow-up to 19935)fanquake
2021-08-24Merge bitcoin/bitcoin#22220: util: make ParseMoney return a std::optional<CAm...fanquake
2021-08-23Merge bitcoin-core/gui#408: Add missing mnemonics in menu bar optionsHennadii Stepanov
2021-08-23Merge bitcoin/bitcoin#22769: fuzz: Use LIMITED_WHILE instead of limit_max_opsMarcoFalke
2021-08-23qt: Add missing mnemonics in menu bar optionsShashwat
2021-08-23Merge bitcoin-core/gui#406: Handle new added plurals in bitcoin_en.tsW. J. van der Laan
2021-08-23Merge bitcoin/bitcoin#20541: Move special CAddress-without-nTime logic to net...MarcoFalke
2021-08-23Merge bitcoin/bitcoin#22622: util: Check if specified config file cannot be o...MarcoFalke
2021-08-23Merge bitcoin/bitcoin#20769: net: fixes #20657 - Advertised address where nob...MarcoFalke
2021-08-23Merge bitcoin/bitcoin#22275: A few follow-ups for taproot signingfanquake
2021-08-23Merge bitcoin/bitcoin#22748: refactor: Avoid temporary vectors/uint256s in Ve...fanquake
2021-08-22doc: remove outdated commentMartin Zumsande
2021-08-22refactor: Remove unused KeyIDHasherMartin Zumsande
2021-08-21Drop us=... message in net debug for sending version messagePieter Wuille
2021-08-21refactor: move CAddress-without-nTime logic to net_processingPieter Wuille
2021-08-22qt: Handle new added plurals in bitcoin_en.tsHennadii Stepanov
2021-08-21fuzz: Use LIMITED_WHILE instead of limit_max_opsMarcoFalke
2021-08-21Merge bitcoin/bitcoin#22633: refactor: Replace remaining binascii method callsMarcoFalke
2021-08-20Avoid temporary vectors/uint256s in VerifyTaprootCommitmentPieter Wuille
2021-08-20Assert that IsComplete() in GetSpendData()Pieter Wuille
2021-08-20Remove default nHashTypeIn arguments to MutableTransactionSignatureCreatorPieter Wuille
2021-08-20Simplify SignTransaction precomputation loopPieter Wuille
2021-08-20Improve comments in taproot signing logicPieter Wuille
2021-08-20Merge bitcoin/bitcoin#22697: addrman: Remove CAddrMan::Clear() functionfanquake
2021-08-19[addrman] Clean up ctorJohn Newbery
2021-08-19[addrman] inline Clear() into CAddrMan ctorJohn Newbery
2021-08-19[addrman] Remove all public uses of CAddrMan.Clear() from the testsJohn Newbery
2021-08-19Merge bitcoin/bitcoin#19101: refactor: remove ::vpwallets and related global ...fanquake
2021-08-19Merge bitcoin/bitcoin#22331: crypto: Fix K1/K2 use in ChaCha20-Poly1305 AEADfanquake
2021-08-19Merge bitcoin/bitcoin#22724: windres: use PACKAGE_VERSION rather than buildin...fanquake
2021-08-19Merge bitcoin/bitcoin#22217: refactor: Avoid wallet code writing node setting...Samuel Dobson
2021-08-18[tests] Remove CAddrMan.Clear() call from CAddrDB::Read()John Newbery
2021-08-18[addrman] Don't call Clear() if parsing peers.dat failsJohn Newbery
2021-08-18[addrman] Move peers.dat parsing to init.cppJohn Newbery
2021-08-18scripted-diff: replace clientInterface with m_client_interface in netfanquake
2021-08-18net: use clientInterface rather than uiInterfacefanquake
2021-08-18Merge bitcoin/bitcoin#22725: MOVEONLY: tests: Move addrman ser/deser tests to...fanquake
2021-08-18Merge bitcoin/bitcoin#22215: refactor: Add FoundBlock.found memberfanquake
2021-08-17[MOVEONLY] [tests] Move addrman ser/deser tests to addrman_tests.cppJohn Newbery
2021-08-17windres: use PACKAGE_VERSION rather than building more version numbersfanquake
2021-08-17refactor: remove ::vpwallets and related global variablesRussell Yanofsky
2021-08-17Merge bitcoin/bitcoin#22627: [addrman] De-duplicate Add() functionfanquake
2021-08-17Merge bitcoin/bitcoin#22715: wallet: use `FormatFullVersion()` & `PACKAGE_NAM...fanquake
2021-08-16refactor: replace remaining binascii method calls Zero-1729