aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-10-16chain: Set all CBlockIndex members to null, remove SetNull helperMarcoFalke
2019-10-16Add tests for util/vector.h's Cat and VectorPieter Wuille
2019-10-16Add some general std::vector utility functionsPieter Wuille
2019-10-16[wallet] Fix whitespace in CWallet::CommitTransaction()John Newbery
2019-10-16Merge #17095: util: Filter control characters out of log messagesWladimir J. van der Laan
2019-10-16Merge #17131: rpc: fix -rpcclienttimeout 0 optionWladimir J. van der Laan
2019-10-15Remove unused includespracticalswift
2019-10-15tests: Add fuzzing harness for descriptor Span-parsing helperspracticalswift
2019-10-15Merge #17105: gui: Make RPCConsole::TabTypes an enum classfanquake
2019-10-15Merge #17138: Remove wallet access to some node argumentsMarcoFalke
2019-10-15Merge #17098: refactor: Feebumper EstimateFeeRate follow-upMarcoFalke
2019-10-15Merge #17125: gui: Add toolTip and placeholderText to sign message fieldsfanquake
2019-10-15rpc: fix -rpcclienttimeout 0 optionFabian Jahr
2019-10-15gui: Added label & tooltip for Verify Message labelsdannmat
2019-10-15gui: remove OpenSSL PRNG seeding (Windows, Qt only)fanquake
2019-10-15gui: Make RPCConsole::TabTypes an enum classJoão Barbosa
2019-10-15tests: Fix fs_tests for unknown localesDaki Carnhof
2019-10-15util: Filter control characters out of log messagesWladimir J. van der Laan
2019-10-14Merge #17134: doc: Add switch on enum example to developer notesfanquake
2019-10-14test: Fix bug in blockfilter_index_tests.Jim Posen
2019-10-14[wallet] Remove pruning check for -rescan optionJohn Newbery
2019-10-14[wallet] Remove package limit config access from walletJohn Newbery
2019-10-14[rpc] Fix broken bitcoin-cli examplesAndrew Toth
2019-10-14Merge #17009: tests: Add EvalScript(...) fuzzing harnessMarcoFalke
2019-10-14util: Add AllowShortCaseLabelsOnASingleLine optionHennadii Stepanov
2019-10-13gui: don't disable the sync overlay when wallet is disabledBen Carman
2019-10-12tests: Add EvalScript(...) fuzzing harnesspracticalswift
2019-10-11Merge #16947: doc: Doxygen-friendly script/descriptor.h commentsMarcoFalke
2019-10-10change wallet pointers to references in feebumperAdam Jonas
2019-10-10tests: Add FuzzedDataProvider fuzzing helper from the Chromium projectpracticalswift
2019-10-10[validation] Fix REJECT message commentsJohn Newbery
2019-10-10[validation] Remove REJECT code from CValidationStateJohn Newbery
2019-10-10Merge #16887: Abstract out some of the descriptor Span-parsing helpersMarcoFalke
2019-10-10Merge #16786: test: add unit test for wallet watch-only methods involving Pub...MarcoFalke
2019-10-10typo and unneccessary parenthesesAdam Jonas
2019-10-10[logging] Don't log REJECT code when transaction is rejectedJohn Newbery
2019-10-10[validation] Fix peer punishment for bad blocksJohn Newbery
2019-10-10Merge #16689: rpc: add missing fields to wallet rpc help outputMarcoFalke
2019-10-10Merge #17076: tests: Add fuzzing harness for CheckTransaction(...), IsStandar...MarcoFalke
2019-10-10Merge #17085: init: Change fallback locale to C.UTF-8Wladimir J. van der Laan
2019-10-10Merge #15756: gui: Add shortcuts for tab toolsJonas Schnelli
2019-10-10Merge #15023: GUI: Restore RPC Console to non-wallet tray icon menuJonas Schnelli
2019-10-09test: add unit tests for Span-parsing helpersSebastian Falbesoner
2019-10-09Merge #15098: qt: Show addresses for "SendToSelf" transactionsfanquake
2019-10-09Add missing fields in TransactionDescriptionString and othersAntoine Riard
2019-10-09MOVEONLY : move RPC wallets helpers to TransactionDescriptionStringAntoine Riard
2019-10-09tests: Remove TRANSACTION_DESERIALIZE (replaced by transaction fuzzer)practicalswift
2019-10-09tests: Add fuzzing harness for CheckTransaction(...), IsStandardTx(...) and o...practicalswift
2019-10-09Merge #16821: Fix bug where duplicate PSBT keys are acceptedfanquake
2019-10-09init: Change fallback locale to C.UTF-8Wladimir J. van der Laan