aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-11-05Pass block height in Chain::BlockConnected/Chain::BlockDisconnectedAntoine Riard
2019-11-05Merge #17357: tests: Add fuzzing harness for Bech32 encoding/decodingMarcoFalke
2019-11-05Merge #17243: p2p: add PoissonNextSend method that returns mockable timeMarcoFalke
2019-11-05[tools] update nNextInvSend to use mockable timeAmiti Uttarwar
2019-11-05[tools] add PoissonNextSend method that returns mockable timeAmiti Uttarwar
2019-11-05tests: Add fuzzing harness for Bech32 encoding/decodingpracticalswift
2019-11-05tests: Move CaseInsensitiveEqual to test/util/strpracticalswift
2019-11-05Merge #16766: wallet: Make IsTrusted scan parents recursivelySamuel Dobson
2019-11-05Merge #17258: Fix issue with conflicted mempool tx in listsinceblockSamuel Dobson
2019-11-04Merge #17366: test: Reset global args between test suitesMarcoFalke
2019-11-04Merge #17318: replace asserts in RPC code with CHECK_NONFATAL and add linterMarcoFalke
2019-11-04Merge #17164: p2p: Avoid allocating memory for addrKnown where we don't need itMarcoFalke
2019-11-04test: Reset global args between test suitesMarcoFalke
2019-11-04Merge #17304: refactor: Move many functions into LegacyScriptPubKeyMan and fu...Wladimir J. van der Laan
2019-11-04Merge #17349: Remove redundant copy constructorsMarcoFalke
2019-11-04Merge #17228: test: Add RegTestingSetup to setup_commonMarcoFalke
2019-11-04Merge #17351: doc: Fix some misspellingsMarcoFalke
2019-11-04Merge #17297: refactor: Remove addrdb.h dependency from node.hWladimir J. van der Laan
2019-11-04doc: Fix some misspellingsrandymcmillan
2019-11-02Merge #17285: doc: Bip70 removal follow-upWladimir J. van der Laan
2019-11-02Merge #17293: Add assertion to randrange that input is not 0Wladimir J. van der Laan
2019-11-01Refactor: Move nTimeFirstKey accesses out of CWalletAndrew Chow
2019-11-01Refactor: Move GetKeypoolSize code out of CWalletAndrew Chow
2019-11-01Refactor: Move RewriteDB code out of CWalletAndrew Chow
2019-11-01Refactor: Move SetupGeneration code out of CWalletAndrew Chow
2019-11-01Refactor: Move HavePrivateKeys code out of CWallet::CreateWalletFromFileAndrew Chow
2019-11-01Refactor: Move Upgrade code out of CWallet::CreateWalletFromFileAndrew Chow
2019-11-01Refactor: Move MarkUnusedAddresses code out of CWallet::AddToWalletIfInvolvingMeAndrew Chow
2019-11-01Refactor: Move GetMetadata code out of getaddressinfoAndrew Chow
2019-11-01Refactor: Move LoadKey LegacyScriptPubKeyMan method definitionAndrew Chow
2019-11-01Refactor: Move SetAddressBookWithDB call out of LegacyScriptPubKeyMan::Import...Andrew Chow
2019-11-01refactor: Replace UnsetWalletFlagWithDB with UnsetBlankWalletFlag in ScriptPu...Andrew Chow
2019-11-01Refactor: Remove UnsetWalletFlag call from LegacyScriptPubKeyMan::SetHDSeedAndrew Chow
2019-11-01Remove SetWalletFlag from WalletStorageAndrew Chow
2019-11-01Refactor: Move SetWalletFlag out of LegacyScriptPubKeyMan::UpgradeKeyMetadataAndrew Chow
2019-11-01Refactor: Move SetAddressBook call out of LegacyScriptPubKeyMan::GetNewDestin...Andrew Chow
2019-11-01Refactor: Add new ScriptPubKeyMan virtual methodsAndrew Chow
2019-11-01Refactor: Declare LegacyScriptPubKeyMan methods as virtualAndrew Chow
2019-11-01MOVEONLY: Reorder LegacyScriptPubKeyMan methodsAndrew Chow
2019-11-01bench: Remove redundant copy constructor in mempool_stressMarcoFalke
2019-11-01refactor: Remove redundant PSBT copy constructorHennadii Stepanov
2019-11-01Merge #17292: Add new mempool benchmarks for a complex poolMarcoFalke
2019-11-01Merge #17254: test: fix script_p2sh_tests OP_PUSHBACK2/4 missingMarcoFalke
2019-11-01test: Do not instantiate CAddrDB for static callHennadii Stepanov
2019-11-01Merge #17218: Replace the LogPrint function with a macroMarcoFalke
2019-11-01Merge #17324: Update univalue subtreeMarcoFalke
2019-11-01doc: Remove explicit network name referencesFabian Jahr
2019-11-01Merge #17286: Fix help-debug -checkpointsWladimir J. van der Laan
2019-11-01Merge #17325: log: Fix log message for -par=1Wladimir J. van der Laan
2019-10-31Merge #17300: LegacyScriptPubKeyMan code cleanupsMarcoFalke