| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Deprecate addwitnessaddress | Wladimir J. van der Laan | 2018-01-18 | 1 | -2/+9 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12101: Clamp walletpassphrase timeout to 2^30 seconds and check its bo... | Wladimir J. van der Laan | 2018-01-17 | 1 | -2/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Clamp walletpassphrase timeout to 2^(30) seconds and check its bounds | Andrew Chow | 2018-01-11 | 1 | -2/+13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12198: rpc: Add deprecation error for `getinfo` | Wladimir J. van der Laan | 2018-01-17 | 1 | -0/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: Add deprecation error for `getinfo` | Wladimir J. van der Laan | 2018-01-17 | 1 | -0/+13 | |
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #11991: [qt] Receive: checkbox for bech32 address | Jonas Schnelli | 2018-01-16 | 8 | -40/+124 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | [qt] receive tab: bech32 address opt-in checkbox | Sjors Provoost | 2018-01-16 | 8 | -40/+124 | |
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12177: trivial: fix address_type help text of getnewaddress and getraw... | MarcoFalke | 2018-01-16 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | trivial: fix address_type help text of getnewaddress and getrawchangeaddress | mruddy | 2018-01-13 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Abstract directory locking into util.cpp | MeshCollider | 2018-01-16 | 4 | -36/+27 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Make .walletlock distinct from .lock | MeshCollider | 2018-01-16 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Generalise walletdir lock error message for correctness | MeshCollider | 2018-01-16 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Add a lock to the wallet directory | MeshCollider | 2018-01-16 | 2 | -21/+47 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12173: [Qt] Use flexible font size for QRCode image address | Wladimir J. van der Laan | 2018-01-15 | 3 | -2/+20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Use flexible font size for QRCode image address | Jonas Schnelli | 2018-01-15 | 3 | -2/+20 | |
| | | |/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12118: Sort mempool by min(feerate, ancestor_feerate) | Wladimir J. van der Laan | 2018-01-15 | 4 | -37/+71 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Use mempool's ancestor sort in transaction selection | Suhas Daftuar | 2018-01-13 | 3 | -19/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Add test for new ancestor feerate sort behavior | Suhas Daftuar | 2018-01-12 | 1 | -0/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Sort mempool by min(feerate, ancestor_feerate) | Suhas Daftuar | 2018-01-09 | 1 | -7/+26 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Refactor CompareTxMemPoolEntryByDescendantScore | Suhas Daftuar | 2018-01-09 | 1 | -12/+17 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12127: Remove unused mempool index | Wladimir J. van der Laan | 2018-01-15 | 3 | -39/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Remove unused mempool index | Suhas Daftuar | 2018-01-09 | 3 | -39/+2 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | / / / / / / / / / / / / / / / / / / / / / / | Trivial: Fix #include sys/fcntl.h to just fcntl.h (without sys/) | Jan Sarenik | 2018-01-12 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #12082: Adding test case for SINGLE|ANYONECANPAY hash type in tx_valid.... | MarcoFalke | 2018-01-11 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Adding test case for SINGLE|ANYONECANPAY hash type in tx_valid.json | Chris Stewart | 2018-01-03 | 1 | -0/+6 | |
| | |/ / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Fix ListCoins test failure due to unset g_address_type, g_change_type | Russell Yanofsky | 2018-01-11 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge #11403: SegWit wallet support | Jonas Schnelli | 2018-01-10 | 19 | -131/+450 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Support downgrading after recovered keypool witness keys | Pieter Wuille | 2018-01-09 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | SegWit wallet support | Pieter Wuille | 2018-01-09 | 9 | -42/+239 | |
| | * | | | | | | | | | | | | | | | | | | | | | Implicitly know about P2WPKH redeemscripts | Pieter Wuille | 2018-01-09 | 5 | -9/+38 | |
| | * | | | | | | | | | | | | | | | | | | | | | Support P2WPKH and P2SH-P2WPKH in dumpprivkey | Pieter Wuille | 2018-01-09 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | Support P2WPKH addresses in create/addmultisig | Pieter Wuille | 2018-01-09 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | Extend validateaddress information for P2SH-embedded witness | Pieter Wuille | 2018-01-03 | 2 | -24/+66 | |
| | * | | | | | | | | | | | | | | | | | | | | | Expose method to find key for a single-key destination | Pieter Wuille | 2018-01-03 | 2 | -0/+25 | |
| | * | | | | | | | | | | | | | | | | | | | | | Improve witness destination types and use them more | Pieter Wuille | 2018-01-03 | 2 | -10/+19 | |
| | * | | | | | | | | | | | | | | | | | | | | | [refactor] GetAccount{PubKey,Address} -> GetAccountDestination | Pieter Wuille | 2018-01-03 | 3 | -12/+13 | |
| | * | | | | | | | | | | | | | | | | | | | | | Abstract out IsSolvable from Witnessifier | Pieter Wuille | 2018-01-03 | 4 | -30/+45 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge #10677: RPC Docs: addmultisigaddress is intended for non-watchonly addr... | Pieter Wuille | 2018-01-06 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | RPC Docs: addmultisigaddress is intended for non-watchonly addresses | Gregory Sanders | 2017-06-27 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Replaces numbered place marker %2 with %1. | 251 | 2018-01-04 | 1 | -1/+1 | |
| | |_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge #11997: [tests] util_tests.cpp: actually check ignored args | MarcoFalke | 2018-01-04 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | [tests] util_tests.cpp: actually check ignored args | Anthony Towns | 2018-01-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #12001: [RPC] Adding ::minRelayTxFee amount to getmempoolinfo and updat... | Wladimir J. van der Laan | 2018-01-04 | 1 | -1/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | [rpc] Adding ::minRelayTxFee amount to getmempoolinfo and updating mempoolmin... | Jeff Rade | 2017-12-29 | 1 | -1/+3 | |
| | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #12035: [qt] change µBTC to bits | Jonas Schnelli | 2018-01-03 | 4 | -11/+22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | [qt] change µBTC to bits | William Casarin | 2017-12-28 | 4 | -11/+22 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #12074: [qt] Optimizes boolean expression model && model->haveWatchOnly() | Jonas Schnelli | 2018-01-03 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | [qt] Simplifies boolean expression model && model->haveWatchOnly() | 251 | 2018-01-02 | 1 | -1/+1 | |
| | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge #12062: Increment MIT Licence copyright header year on files modified i... | Wladimir J. van der Laan | 2018-01-03 | 364 | -364/+364 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa | 2018-01-03 | 364 | -364/+364 | |
| | |/ / / / / / / / / / / / / / / / / / / / / | ||||||