aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-17Fix link error with --enable-debugHennadii Stepanov
2020-06-17Remove WalletDatabase::Create, CreateMock, and CreateDummyAndrew Chow
2020-06-17scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabaseAndrew Chow
2020-06-17Add Create*WalletDatabase functionsAndrew Chow
2020-06-17walletdb: refactor Read, Write, Erase, and Exists into non-template funcAndrew Chow
2020-06-17Add tests for CPubKey serialization/unserializationElichai Turkel
2020-06-17Merge #19295: refactor: Use AbortError in FatalErrorMarcoFalke
2020-06-17Merge #19249: Add means to handle negative capabilities in the Clang Thread S...MarcoFalke
2020-06-17Merge #19290: wallet: move BDB specific classes to bdb.{cpp/h}Samuel Dobson
2020-06-16Add missing includes to fix compile errorsMarcoFalke
2020-06-16Remove unused variablesMarcoFalke
2020-06-16Merge #18275: wallet: error if an explicit fee rate was given but the needed ...MarcoFalke
2020-06-16Merge #19284: [net] Add seed.bitcoin.wiz.biz to DNS seedsWladimir J. van der Laan
2020-06-16refactor: Use AbortError in FatalErrorMarcoFalke
2020-06-16Merge #18927: Pass bilingual_str argument to AbortNode()MarcoFalke
2020-06-16net: Remove dead logging codeMarcoFalke
2020-06-16net: Avoid redundant and confusing FAILED logMarcoFalke
2020-06-16Merge #19260: p2p: disconnect peers that send filterclear + update existing f...fanquake
2020-06-15walletdb: Move BDB specific things into bdb.{cpp/h}Andrew Chow
2020-06-15walletdb: moveonly: Move BerkeleyBatch Cursor and Txn funcs to cppAndrew Chow
2020-06-15walletdb: move IsWalletLoaded to walletdb.cppAndrew Chow
2020-06-15walletdb: Add IsBDBWalletLoaded to look for BDB wallets specificallyAndrew Chow
2020-06-15walletdb: Make SpliWalletFilePath non-staticAndrew Chow
2020-06-15tests: Add fuzzing harness for CHash{160,256}, C{HMAC_,}SHA{1,256,512}, CRIPE...practicalswift
2020-06-15Skip hdKeypath of 'm'Andrew Chow
2020-06-15[net] Add seed.bitcoin.wiz.biz to DNS seedswiz
2020-06-15RPC: Rephrase generatetoaddress help, and use PACKAGE_NAMELuke Dashjr
2020-06-14[p2p/refactor] move disconnect logic and remove misbehavinggzhao408
2020-06-14[netprocessing] disconnect node that sends filtercleargzhao408
2020-06-13Merge #19261: refactor: Drop ::HasWallets()MarcoFalke
2020-06-13Merge #19228: Update libsecp256k1 subtreefanquake
2020-06-13refactor: Drop ::HasWallets()João Barbosa
2020-06-12Merge #19250: wallet: Make RPC help compile-time staticMarcoFalke
2020-06-12init: use std::thread for ThreadImport()fanquake
2020-06-11Merge #19247: tests: Add fuzzing harness for {Read,Write}{LE,BE}{16,32,64} (c...MarcoFalke
2020-06-11refactor: Remove unused request.fHelpMarcoFalke
2020-06-11wallet: Make RPC help compile-time staticMarcoFalke
2020-06-11tests: Add fuzzing harness for {Read,Write}{LE,BE}{16,32,64} (crypto/common.h)practicalswift
2020-06-11tests: Add std::vector<uint8_t> ConsumeFixedLengthByteVector(FuzzedDataProvid...practicalswift
2020-06-11Merge #19100: refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIs...MarcoFalke
2020-06-11Add means to handle negative capabilities in thread safety annotationsHennadii Stepanov
2020-06-10scripted-diff: rename privkey with seckey in secp256k1 interfacePieter Wuille
2020-06-10Check size after Unserializing CPubKeyElichai Turkel
2020-06-10Make SetMiscWarning() accept bilingual_str argumentHennadii Stepanov
2020-06-10Make GetWarnings() return bilingual_strHennadii Stepanov
2020-06-10refactor: Make GetWarnings() bilingual_str aware internallyHennadii Stepanov
2020-06-10gui: add missing translation.h include to fix buildfanquake
2020-06-09Merge #19176: refactor: Error message bilingual_str consistencyMarcoFalke
2020-06-09Update src/secp256k1 subtreePieter Wuille
2020-06-09Squashed 'src/secp256k1/' changes from b19c000063..2ed54da18aPieter Wuille