Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-12-02 | Make DecodeHexTx return a CMutableTransaction | Pieter Wuille | |
2016-12-02 | Make CWalletTx store a CTransactionRef instead of inheriting | Pieter Wuille | |
2016-12-02 | Rename the remaining main.{h,cpp} to validation.{h,cpp} | Matt Corallo | |
2016-11-10 | Initialize variable to prevent compiler warning | Pavel Janík | |
2016-11-07 | Merge #8981: Wshadow: Do not shadow argument with a local variable | Wladimir J. van der Laan | |
ff6639b Do not shadow local variable (Pavel Janík) | |||
2016-10-20 | Do not shadow local variable | Pavel Janík | |
2016-10-20 | RPC: importmulti: Avoid using boost::variant::operator!=, which is only in ↵ | Luke Dashjr | |
newer boost versions | |||
2016-10-19 | Add consistency check to RPC call importmulti | Pedro Branco | |
2016-10-19 | Add importmulti rpc call | Pedro Branco | |
2016-10-19 | [RPC] Give RPC commands more information about the RPC request | Jonas Schnelli | |
2016-09-20 | [Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds | Jonas Schnelli | |
2016-08-24 | [wallet] rpc: Drop misleading option | MarcoFalke | |
2016-07-29 | Remove CWalletDB* parameter from CWallet::AddToWallet | Patrick Strateman | |
2016-07-29 | Split CWallet::AddToWallet into AddToWallet and LoadToWallet. | Patrick Strateman | |
This removes the fFromLoadWallet flag in AddToWallet. These were already effectively two methods. | |||
2016-07-27 | [Wallet] add HD xpriv to dumpwallet | Jonas Schnelli | |
2016-06-20 | Merge #7687: Stop treating importaddress'ed scripts as change | Wladimir J. van der Laan | |
595b22e Stop treating importaddress'ed scripts as change (Pieter Wuille) | |||
2016-06-09 | build: Get rid of `CLIENT_DATE` | Wladimir J. van der Laan | |
Putting the build date in the executable is a practice that has no place in these days, now that deterministic building is increasingly common. Continues #7732 which did this for the GUI. | |||
2016-06-02 | Stop treating importaddress'ed scripts as change | Pieter Wuille | |
Before this, if someone imported a scriptPubKey directly (in hex form) using importaddress, outputs sending to it would be treated as change, as the corresponding CTxDestination was not added to the address book. Fix this by trying to detect scriptPubKeys that are in fact convertible to a CTxDestination and add them anyway. Add a warning to the RPC help to warn against importing raw non-standard scripts. | |||
2016-03-23 | Added companion removeprunedfunds call. | instagibbs | |
2016-03-23 | Add importprunedfunds rpc call | instagibbs | |
2016-03-21 | Correct importaddress help reference to importpubkey | Denis Lukianov | |
2016-01-21 | move rpc* to rpc/ | Daniel Cousens | |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-10-01 | [Univalue] add univalue over subtree | Jonas Schnelli | |
similar to secp256k1 include and compile univalue over a subtree | |||
2015-09-07 | Enable wallet key imports without rescan in pruned mode. | Gregory Maxwell | |
Complete rescan is incompatible with pruning, but rescan is optional on our wallet key import RPCs. Import on use is very useful in some common situations in conjunction with pruning, e.g. merchant payment tracking. This reenables importprivkey/importaddress/importpubkey when rescan is not used. In the future we should consider changing the rescan argument to allow depth or date to allow limited rescanning when compatible with the retained block depth. | |||
2015-08-14 | Merge pull request #6415 | Wladimir J. van der Laan | |
d042854 SQUASH "Implement watchonly support in fundrawtransaction" (Matt Corallo) 428a898 SQUASH "Add have-pubkey distinction to ISMINE flags" (Matt Corallo) 6bdb474 Implement watchonly support in fundrawtransaction (Matt Corallo) f5813bd Add logic to track pubkeys as watch-only, not just scripts (Matt Corallo) d3354c5 Add have-pubkey distinction to ISMINE flags (Matt Corallo) 5c17059 Update importaddress help to push its use to script-only (Matt Corallo) a1d7df3 Add importpubkey method to import a watch-only pubkey (Matt Corallo) 907a425 Add p2sh option to importaddress to import redeemScripts (Matt Corallo) 983d2d9 Split up importaddress into helper functions (Matt Corallo) cfc3dd3 Also remove pay-2-pubkey from watch when adding a priv key (Matt Corallo) | |||
2015-07-23 | TRIVIAL: Missing includes | Jorge Timón | |
2015-07-20 | Update importaddress help to push its use to script-only | Matt Corallo | |
2015-07-20 | Add importpubkey method to import a watch-only pubkey | Matt Corallo | |
2015-07-20 | Add p2sh option to importaddress to import redeemScripts | Matt Corallo | |
2015-07-20 | Split up importaddress into helper functions | Matt Corallo | |
2015-06-10 | Merge pull request #6057 | Wladimir J. van der Laan | |
7e6569e [squashme] improve/corrects prune mode detection test for required wallet rescans (Jonas Schnelli) 7a12119 [RPC] disable import functions in pruned mode (Jonas Schnelli) 3201035 [autoprune] allow wallet in pruned mode (Jonas Schnelli) | |||
2015-06-04 | Remove JSON Spirit wrapper, remove JSON Spirit leftovers | Jonas Schnelli | |
- implement find_value() function for UniValue - replace all Array/Value/Object types with UniValues, remove JSON Spirit to UniValue wrapper - remove JSON Spirit sources | |||
2015-06-04 | remove JSON Spirit UniValue wrapper | Jonas Schnelli | |
2015-06-04 | extend conversion to UniValue | Jonas Schnelli | |
2015-06-04 | Convert tree to using univalue. Eliminate all json_spirit uses. | Jeff Garzik | |
2015-05-28 | [RPC] disable import functions in pruned mode | Jonas Schnelli | |
import functions could lead to a rescan beyond prune level | |||
2015-04-12 | Push down RPC reqWallet flag | Jonas Schnelli | |
2015-03-12 | [Move Only] Move wallet related things to src/wallet/ | Jonas Schnelli | |
could once be renamed from /src/wallet to /src/legacywallet. |