| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>" | Jonas Schnelli | 2017-10-13 | 1 | -3/+13 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | [Wallet] add rescanblockchain <start_height> <stop_height> RPC command | Jonas Schnelli | 2017-10-12 | 1 | -3/+13 | |
| * | | | | | | Merge #11133: Document assumptions that are being made to avoid division by zero | Wladimir J. van der Laan | 2017-10-12 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | Document assumptions that are being made to avoid division by zero | practicalswift | 2017-08-28 | 1 | -0/+1 | |
| * | | | | | | Merge #10939: [init] Check non-emptiness of -blocknotify command prior to exe... | Wladimir J. van der Laan | 2017-10-04 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Check that -blocknotify command is non-empty before executing | practicalswift | 2017-08-14 | 1 | -1/+1 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge #11303: Fix estimatesmartfee rounding display issue | MarcoFalke | 2017-09-30 | 1 | -4/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Make float <-> int casts explicit outside of test, qt, CFeeRate | Matt Corallo | 2017-09-11 | 1 | -4/+4 | |
| * | | | | | | | Merge #11309: Minor cleanups for AcceptToMemoryPool | MarcoFalke | 2017-09-29 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Change AcceptToMemoryPool function signature | Alex Morcos | 2017-09-12 | 1 | -1/+2 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge #11167: Full BIP173 (Bech32) support | Wladimir J. van der Laan | 2017-09-29 | 1 | -1/+20 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Implement BIP173 addresses and tests | Pieter Wuille | 2017-09-28 | 1 | -1/+20 | |
| * | | | | | | | | Merge #11225: wallet: update stored witness in AddToWallet | Wladimir J. van der Laan | 2017-09-26 | 1 | -0/+9 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | wallet: update stored witness in AddToWallet | Suhas Daftuar | 2017-09-03 | 1 | -0/+9 | |
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge #11132: Document assumptions that are being made to avoid NULL pointer ... | Wladimir J. van der Laan | 2017-09-20 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Document assumptions that are being made to avoid NULL pointer dereferences | practicalswift | 2017-09-06 | 1 | -0/+1 | |
| | |/ / / / / / | ||||||
| * | / / / / / | wallet: Display non-HD error on first run | MarcoFalke | 2017-09-12 | 1 | -2/+6 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge #11250: Bump wallet version to 159900 and remove the `usehd` option | Wladimir J. van der Laan | 2017-09-08 | 1 | -11/+7 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Remove usehd option and warn when it is used | Andrew Chow | 2017-09-07 | 1 | -11/+7 | |
| | * | | | | | | Bump wallet version number to 159900 | Andrew Chow | 2017-09-07 | 1 | -2/+2 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge #10916: add missing lock to crypter GetKeys() | Wladimir J. van der Laan | 2017-09-07 | 1 | -4/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | keystore GetKeys(): return result instead of writing to reference | Marko Bencun | 2017-07-23 | 1 | -4/+1 | |
| * | | | | | | | Introduce wrappers around CBitcoinAddress | Pieter Wuille | 2017-09-06 | 1 | -8/+8 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge #11126: Acquire cs_main lock before cs_wallet during wallet initialization | Wladimir J. van der Laan | 2017-08-28 | 1 | -1/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Acquire cs_main lock before cs_wallet during wallet initialization | Russell Yanofsky | 2017-08-24 | 1 | -1/+2 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge #11145: Fix rounding bug in calculation of minimum change | Wladimir J. van der Laan | 2017-08-28 | 1 | -10/+13 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Output a bit more information for fee calculation report. | Alex Morcos | 2017-08-25 | 1 | -3/+4 | |
| | * | | | | | | Fix rounding errors in calculation of minimum change size | Alex Morcos | 2017-08-25 | 1 | -7/+9 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cpp | Wladimir J. van der Laan | 2017-08-25 | 1 | -311/+1 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | MOVEONLY: Init functions wallet/wallet.cpp -> wallet/init.cpp | Russell Yanofsky | 2017-08-14 | 1 | -235/+0 | |
| | * | | | | | MOVEONLY: Fee functions wallet/wallet.cpp -> wallet/fees.cpp | Russell Yanofsky | 2017-08-14 | 1 | -76/+0 | |
| | * | | | | | Move some static functions out of wallet.h/cpp | Russell Yanofsky | 2017-08-14 | 1 | -10/+11 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge #11007: wallet: Fix potential memory leak when loading a corrupted wall... | Wladimir J. van der Laan | 2017-08-22 | 1 | -4/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | wallet: Fix memory leak when loading a corrupted wallet file | practicalswift | 2017-08-14 | 1 | -4/+1 | |
| | |/ / / / | ||||||
| * | | | | | Merge #10952: [wallet] Remove vchDefaultKey and have better first run detection | Wladimir J. van der Laan | 2017-08-18 | 1 | -18/+8 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Remove vchDefaultKey and have better first run detection | Andrew Chow | 2017-08-15 | 1 | -18/+8 | |
| | |/ / / / | ||||||
| * | | | | | Merge #11044: [wallet] Keypool topup cleanups | Wladimir J. van der Laan | 2017-08-18 | 1 | -5/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | [wallet] Add logging to MarkReserveKeysAsUsed | John Newbery | 2017-08-16 | 1 | -0/+1 | |
| | * | | | | | [wallet] Remove keypool_topup_cleanups | John Newbery | 2017-08-16 | 1 | -5/+0 | |
| | |/ / / / | ||||||
| * | | | | | Merge #11039: Avoid second mapWallet lookup | Wladimir J. van der Laan | 2017-08-18 | 1 | -20/+29 | |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | * | | | | wallet: Avoid second mapWallet lookup | João Barbosa | 2017-08-14 | 1 | -20/+29 | |
| * | | | | | Use nullptr instead of zero (0) as the null pointer constant | practicalswift | 2017-08-16 | 1 | -8/+8 | |
| * | | | | | Merge #10956: Fix typos | MarcoFalke | 2017-08-16 | 1 | -1/+1 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Fix typos. | practicalswift | 2017-08-08 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | scripted-diff: stop using the gArgs wrappers | Marko Bencun | 2017-08-14 | 1 | -53/+53 | |
| * | | | | Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin... | Wladimir J. van der Laan | 2017-08-14 | 1 | -23/+23 | |
| |\ \ \ \ | ||||||
| | * | | | | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in... | practicalswift | 2017-08-07 | 1 | -23/+23 | |
| * | | | | | Merge #11022: Basic keypool topup | Wladimir J. van der Laan | 2017-08-14 | 1 | -56/+110 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | [wallet] keypool mark-used and topup | John Newbery | 2017-08-10 | 1 | -0/+50 | |
| | * | | | | [wallet] Add HasUnusedKeys() helper | John Newbery | 2017-08-04 | 1 | -0/+5 | |