| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | change wallet pointers to references in feebumper | Adam Jonas | 2019-10-10 | 4 | -48/+48 |
| * | typo and unneccessary parentheses | Adam Jonas | 2019-10-10 | 1 | -2/+2 |
| * | Merge #16689: rpc: add missing fields to wallet rpc help output | MarcoFalke | 2019-10-10 | 1 | -57/+53 |
| |\ | |||||
| | * | Add missing fields in TransactionDescriptionString and others | Antoine Riard | 2019-10-09 | 1 | -25/+33 |
| | * | MOVEONLY : move RPC wallets helpers to TransactionDescriptionString | Antoine Riard | 2019-10-09 | 1 | -34/+22 |
| * | | Merge #17076: tests: Add fuzzing harness for CheckTransaction(...), IsStandar... | MarcoFalke | 2019-10-10 | 3 | -12/+89 |
| |\ \ | |||||
| | * | | tests: Remove TRANSACTION_DESERIALIZE (replaced by transaction fuzzer) | practicalswift | 2019-10-09 | 2 | -12/+0 |
| | * | | tests: Add fuzzing harness for CheckTransaction(...), IsStandardTx(...) and o... | practicalswift | 2019-10-09 | 2 | -0/+89 |
| * | | | Merge #17085: init: Change fallback locale to C.UTF-8 | Wladimir J. van der Laan | 2019-10-10 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | init: Change fallback locale to C.UTF-8 | Wladimir J. van der Laan | 2019-10-09 | 1 | -2/+2 |
| * | | | | Merge #15756: gui: Add shortcuts for tab tools | Jonas Schnelli | 2019-10-10 | 3 | -0/+12 |
| |\ \ \ \ | |||||
| | * | | | | gui: Add shortcuts for tab tools | João Barbosa | 2019-10-02 | 3 | -0/+12 |
| * | | | | | Merge #15023: GUI: Restore RPC Console to non-wallet tray icon menu | Jonas Schnelli | 2019-10-10 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | GUI: Restore RPC Console to non-wallet tray icon menu | Luke Dashjr | 2018-12-21 | 1 | -1/+1 |
| * | | | | | | Merge #15098: qt: Show addresses for "SendToSelf" transactions | fanquake | 2019-10-09 | 2 | -3/+8 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Show addresses for "SendToSelf" transactions | Hennadii Stepanov | 2019-01-06 | 2 | -3/+8 |
| * | | | | | | | Merge #16821: Fix bug where duplicate PSBT keys are accepted | fanquake | 2019-10-09 | 1 | -10/+19 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Fix bug where duplicate PSBT keys are accepted | John L. Jegutanis | 2019-10-08 | 1 | -10/+19 |
| | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | | build: Fix #include sys/poll.h to just poll.h (without sys/) | Daki Carnhof | 2019-10-09 | 1 | -1/+1 |
| | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | | Merge #15437: p2p: Remove BIP61 reject messages | Wladimir J. van der Laan | 2019-10-09 | 7 | -94/+20 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | p2p: Remove BIP61 reject messages | MarcoFalke | 2019-10-02 | 7 | -94/+20 |
| * | | | | | | | Merge #17056: descriptors: Introduce sortedmulti descriptor | fanquake | 2019-10-08 | 2 | -5/+17 |
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||||
| | * | | | | | | Add sortedmulti descriptor and unit tests | Andrew Chow | 2019-10-08 | 2 | -5/+17 |
| * | | | | | | | Merge #17068: qt: Always generate `bitcoinstrings.cpp` on `make translate` | Wladimir J. van der Laan | 2019-10-08 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Always generate `bitcoinstrings.cpp` on `make translate` | Franck Royer | 2019-10-07 | 1 | -2/+2 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge #17059: util: Simplify path argument for CBlockTreeDB ctor | Wladimir J. van der Laan | 2019-10-08 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | util: Simplify path argument for CBlockTreeDB ctor | Hennadii Stepanov | 2019-10-05 | 1 | -1/+1 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge #17073: move-only: PASTE macros to util/macros.h | Wladimir J. van der Laan | 2019-10-08 | 3 | -3/+13 |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| | * | | | | | | refactor: consolidate PASTE macros | James O'Beirne | 2019-09-25 | 3 | -3/+13 |
| * | | | | | | | tests: Pass fuzzing inputs as constant references | practicalswift | 2019-10-07 | 4 | -4/+5 |
| | |/ / / / / |/| | | | | | |||||
| * | | | | | | Merge #16507: feefilter: Compute the absolute fee rather than stored rate | fanquake | 2019-10-04 | 5 | -14/+18 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Disallow implicit conversion for CFeeRate constructor | Gregory Sanders | 2019-10-03 | 2 | -3/+3 |
| | * | | | | | | feefilter: Compute the absolute fee rather than stored rate to match mempool ... | Gregory Sanders | 2019-10-03 | 3 | -11/+15 |
| * | | | | | | | Merge #17031: gui: Prevent processing duplicate payment requests | fanquake | 2019-10-04 | 1 | -4/+6 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Prevent processing duplicate payment requests | João Barbosa | 2019-10-02 | 1 | -4/+6 |
| * | | | | | | | | Merge #17038: Don't rename main thread at process level | Wladimir J. van der Laan | 2019-10-03 | 4 | -2/+12 |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| | * | | | | | | | Don't rename main thread at process level | Wladimir J. van der Laan | 2019-10-03 | 4 | -2/+12 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge #16524: Wallet: Disable -fallbackfee by default | MarcoFalke | 2019-10-02 | 3 | -5/+7 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | Truly decouple wallet from chainparams for -fallbackfee | Jorge Timón | 2019-10-02 | 3 | -5/+7 |
| * | | | | | | | Merge #13716: bitcoin-cli: -stdinwalletpassphrase and non-echo stdin passwords | Wladimir J. van der Laan | 2019-10-02 | 4 | -1/+124 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | add newline after -stdin* | Karl-Johan Alm | 2019-10-01 | 1 | -0/+9 |
| | * | | | | | | | cli: add -stdinwalletpassphrase for (slightly more) secure CLI | Karl-Johan Alm | 2019-10-01 | 1 | -1/+23 |
| | * | | | | | | | add stdin helpers for password input support | Karl-Johan Alm | 2019-10-01 | 3 | -0/+92 |
| * | | | | | | | | Merge #16884: wallet: Change default address type to bech32 | Wladimir J. van der Laan | 2019-10-02 | 4 | -15/+4 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Revert "gui: Generate bech32 addresses by default (take 2, fixup)" | Gregory Sanders | 2019-09-26 | 3 | -14/+3 |
| | * | | | | | | | | Change default address type to bech32 | Gregory Sanders | 2019-09-26 | 1 | -1/+1 |
| * | | | | | | | | | Merge #16908: txmempool: Make entry time type-safe (std::chrono) | Wladimir J. van der Laan | 2019-10-02 | 7 | -15/+24 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | txmempool: Make entry time type-safe (std::chrono) | MarcoFalke | 2019-09-23 | 6 | -15/+16 |
| | * | | | | | | | | | util: Add count_seconds time helper | MarcoFalke | 2019-09-19 | 1 | -0/+8 |
| * | | | | | | | | | | Merge #16964: gui: Change sendcoins dialogue Yes to Send | MarcoFalke | 2019-10-02 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ | |||||