aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-15gui: Added label & tooltip for Verify Message labelsdannmat
2019-10-15gui: Make RPCConsole::TabTypes an enum classJoão Barbosa
2019-10-15tests: Fix fs_tests for unknown localesDaki Carnhof
2019-10-14Merge #17134: doc: Add switch on enum example to developer notesfanquake
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-14Merge #17009: tests: Add EvalScript(...) fuzzing harnessMarcoFalke
2019-10-14util: Add AllowShortCaseLabelsOnASingleLine optionHennadii Stepanov
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-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-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
2019-10-09build: Fix #include sys/poll.h to just poll.h (without sys/)Daki Carnhof
2019-10-09Merge #15437: p2p: Remove BIP61 reject messagesWladimir J. van der Laan
2019-10-08Merge #17056: descriptors: Introduce sortedmulti descriptorfanquake
2019-10-08Add sortedmulti descriptor and unit testsAndrew Chow
2019-10-08Merge #17068: qt: Always generate `bitcoinstrings.cpp` on `make translate`Wladimir J. van der Laan
2019-10-08Merge #17059: util: Simplify path argument for CBlockTreeDB ctorWladimir J. van der Laan
2019-10-08Merge #17073: move-only: PASTE macros to util/macros.hWladimir J. van der Laan
2019-10-08Fix bug where duplicate PSBT keys are acceptedJohn L. Jegutanis
2019-10-07tests: Pass fuzzing inputs as constant referencespracticalswift
2019-10-07Always generate `bitcoinstrings.cpp` on `make translate`Franck Royer
2019-10-05util: Simplify path argument for CBlockTreeDB ctorHennadii Stepanov
2019-10-04Merge #16507: feefilter: Compute the absolute fee rather than stored ratefanquake
2019-10-04Merge #17031: gui: Prevent processing duplicate payment requestsfanquake
2019-10-03Merge #17038: Don't rename main thread at process levelWladimir J. van der Laan
2019-10-03Disallow implicit conversion for CFeeRate constructorGregory Sanders
2019-10-03feefilter: Compute the absolute fee rather than stored rate to match mempool ...Gregory Sanders
2019-10-03Don't rename main thread at process levelWladimir J. van der Laan
2019-10-02Prevent processing duplicate payment requestsJoão Barbosa