aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-08-27[addrman] Set m_asmap in CAddrMan initializer listJohn Newbery
2021-08-27Merge bitcoin/bitcoin#22782: Remove unused MaybeSetAddrNameMarcoFalke
2021-08-27Merge bitcoin/bitcoin#20586: Fix Windows build with --enable-werrorW. J. van der Laan
2021-08-27Merge bitcoin/bitcoin#21862: test: Set regtest.BIP65Height = 111 to speed up ...fanquake
2021-08-26Merge bitcoin-core/gui#384: Add copy IP/Netmask action for banned peerHennadii Stepanov
2021-08-26[refactor] [addrman] Update constant commentsJohn Newbery
2021-08-26[move-only] Extract constants from addrman .h to .cppAmiti Uttarwar
2021-08-26[addrman] Change addrman #define constants to be constexprsAmiti Uttarwar
2021-08-26[addrman] Move CAddrMan::Unserialize to cpp fileJohn Newbery
2021-08-26[addrman] Move CAddrMan::Serialize to cpp fileJohn Newbery
2021-08-26qt: Add copy IP/Netmask action for banned peerShashwat
2021-08-26Merge bitcoin-core/gui#403: refactor: Make paths to update Encryption and HD ...Hennadii Stepanov
2021-08-26Merge bitcoin/bitcoin#22648: doc, test: improve i2p/tor docs and i2p reachabl...W. J. van der Laan
2021-08-26Set regtest.BIP65Height = 111 to speed up testsMarcoFalke
2021-08-26Remove GetAddrNameMarcoFalke
2021-08-26Remove unused RecursiveMutex cs_addrNameMarcoFalke
2021-08-26Merge bitcoin/bitcoin#22713: Fix build with Boost 1.77.0fanquake
2021-08-26Merge bitcoin/bitcoin#22183: Remove `gArgs` from `wallet.h` and `wallet.cpp`MarcoFalke
2021-08-26Merge bitcoin/bitcoin#22755: fuzz: Avoid timeout in blockfilter fuzz targetMarcoFalke
2021-08-25Merge bitcoin/bitcoin#22780: doc: Remove incorrect INIT_PROTO_VERSION from nT...MarcoFalke
2021-08-25Use `context.args` in `src/wallet/load.cpp`.Kiminuo
2021-08-25[net] Remove CConnMan::SetAsmap()John Newbery
2021-08-25[init] Read/decode asmap before constructing addrmanJohn Newbery
2021-08-24Remove unused MaybeSetAddrNameMarcoFalke
2021-08-24MOVEONLY: getting mempool conflicts to policy/rbfglozow
2021-08-24[validation] quit RBF logic earlier and separate loopsglozow
2021-08-24call SignalsOptInRBF instead of checking all inputsglozow
2021-08-24[validation] default conflicting fees and size to 0glozow
2021-08-24MOVEONLY: BIP125 max conflicts limit to policy/rbf.hglozow
2021-08-24Fix build with Boost 1.77.0Rafael Sadowski
2021-08-24refactor: replace QDateTime::toTime_t with QDateTime::toSecsSinceEpochfanquake
2021-08-24refactor: replace QDateTime::fromTime_t with QDateTime::fromSecsSinceEpochfanquake
2021-08-24Use `context.args` in `CWallet::Create` instead of `gArgs`.Kiminuo
2021-08-24Fix typo in bitcoin-cli.cppKiminuo
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-23Consolidate XOnlyPubKey lookup hackAndrew Chow
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-23doc: Remove incorrect INIT_PROTO_VERSION from nTime commentMarcoFalke
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-24the result of CWallet::IsHDEnabled() was initialized with true.Saibato