![]() |
Bitcoin Core
26.99.0
P2P Digital Currency
|
Functions | |
const CWalletTx * | wallet::CWallet::GetWalletTx (const uint256 &hash) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
void | wallet::CWallet::UpgradeKeyMetadata () EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
Upgrade stored CKeyMetadata objects to store key origin info as KeyOriginInfo. More... | |
void | wallet::CWallet::UpgradeDescriptorCache () EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
Upgrade DescriptorCaches. More... | |
bool | wallet::CWallet::Unlock (const SecureString &strWalletPassphrase, bool accept_no_keys=false) |
bool | wallet::CWallet::ChangeWalletPassphrase (const SecureString &strOldWalletPassphrase, const SecureString &strNewWalletPassphrase) |
void | wallet::CWallet::chainStateFlushed (ChainstateRole role, const CBlockLocator &loc) override |
void | wallet::CWallet::SetMinVersion (enum WalletFeature, WalletBatch *batch_in=nullptr) override |
signify that a particular wallet feature is now used. More... | |
std::set< uint256 > | wallet::CWallet::GetConflicts (const uint256 &txid) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
Get wallet transactions that conflict with given transaction (spend same outputs) More... | |
bool | wallet::CWallet::HasWalletSpend (const CTransactionRef &tx) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
Check if a given transaction has any of its outputs spent by another transaction in the wallet. More... | |
void | wallet::CWallet::Flush () |
Flush wallet (bitdb flush) More... | |
void | wallet::CWallet::Close () |
Close wallet database. More... | |
void | wallet::CWallet::SyncMetaData (std::pair< TxSpends::iterator, TxSpends::iterator >) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
bool | wallet::CWallet::IsSpent (const COutPoint &outpoint) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
Outpoint is spent if any non-conflicted transaction spends it: More... | |
void | wallet::CWallet::AddToSpends (const COutPoint &outpoint, const uint256 &wtxid, WalletBatch *batch=nullptr) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
void | wallet::CWallet::AddToSpends (const CWalletTx &wtx, WalletBatch *batch=nullptr) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
bool | wallet::CWallet::EncryptWallet (const SecureString &strWalletPassphrase) |
DBErrors | wallet::CWallet::ReorderTransactions () |
int64_t | wallet::CWallet::IncOrderPosNext (WalletBatch *batch=nullptr) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
Increment the next transaction order id. More... | |
void | wallet::CWallet::MarkDirty () |
bool | wallet::CWallet::MarkReplaced (const uint256 &originalHash, const uint256 &newHash) |
Mark a transaction as replaced by another transaction. More... | |
void | wallet::CWallet::SetSpentKeyState (WalletBatch &batch, const uint256 &hash, unsigned int n, bool used, std::set< CTxDestination > &tx_destinations) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
bool | wallet::CWallet::IsSpentKey (const CScript &scriptPubKey) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
CWalletTx * | wallet::CWallet::AddToWallet (CTransactionRef tx, const TxState &state, const UpdateWalletTxFn &update_wtx=nullptr, bool fFlushOnClose=true, bool rescanning_old_block=false) |
Add the transaction to the wallet, wrapping it up inside a CWalletTx. More... | |
bool | wallet::CWallet::LoadToWallet (const uint256 &hash, const UpdateWalletTxFn &fill_wtx) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
bool | wallet::CWallet::AddToWalletIfInvolvingMe (const CTransactionRef &tx, const SyncTxState &state, bool fUpdate, bool rescanning_old_block) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
Add a transaction to the wallet, or update it. More... | |
bool | wallet::CWallet::TransactionCanBeAbandoned (const uint256 &hashTx) const |
Return whether transaction can be abandoned. More... | |
void | wallet::CWallet::MarkInputsDirty (const CTransactionRef &tx) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
Mark a transaction's inputs dirty, thus forcing the outputs to be recomputed. More... | |
bool | wallet::CWallet::AbandonTransaction (const uint256 &hashTx) |
void | wallet::CWallet::MarkConflicted (const uint256 &hashBlock, int conflicting_height, const uint256 &hashTx) |
Mark a transaction (and its in-wallet descendants) as conflicting with a particular block. More... | |
void | wallet::CWallet::RecursiveUpdateTxState (const uint256 &tx_hash, const TryUpdatingStateFn &try_updating_state) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
Mark a transaction (and its in-wallet descendants) as a particular tx state. More... | |
void | wallet::CWallet::SyncTransaction (const CTransactionRef &tx, const SyncTxState &state, bool update_tx=true, bool rescanning_old_block=false) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
void | wallet::CWallet::transactionAddedToMempool (const CTransactionRef &tx) override |
void | wallet::CWallet::transactionRemovedFromMempool (const CTransactionRef &tx, MemPoolRemovalReason reason) override |
void | wallet::CWallet::blockConnected (ChainstateRole role, const interfaces::BlockInfo &block) override |
void | wallet::CWallet::blockDisconnected (const interfaces::BlockInfo &block) override |
void | wallet::CWallet::updatedBlockTip () override |
CAmount | wallet::CWallet::GetDebit (const CTxIn &txin, const isminefilter &filter) const |
Returns amount of debit if the input matches the filter, otherwise returns 0. More... | |
isminetype | wallet::CWallet::IsMine (const CTxOut &txout) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
isminetype | wallet::CWallet::IsMine (const CTxDestination &dest) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
isminetype | wallet::CWallet::IsMine (const CScript &script) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
bool | wallet::CWallet::IsMine (const CTransaction &tx) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
isminetype | wallet::CWallet::IsMine (const COutPoint &outpoint) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
bool | wallet::CWallet::IsFromMe (const CTransaction &tx) const |
should probably be renamed to IsRelevantToMe More... | |
CAmount | wallet::CWallet::GetDebit (const CTransaction &tx, const isminefilter &filter) const |
bool | wallet::CWallet::IsHDEnabled () const |
bool | wallet::CWallet::CanGetAddresses (bool internal=false) const |
void | wallet::CWallet::UnsetWalletFlag (uint64_t flag) |
Unsets a single wallet flag. More... | |
void | wallet::CWallet::UnsetWalletFlagWithDB (WalletBatch &batch, uint64_t flag) |
Unsets a wallet flag and saves it to disk. More... | |
void | wallet::CWallet::UnsetBlankWalletFlag (WalletBatch &batch) override |
Unset the blank wallet flag and saves it to disk. More... | |
bool | wallet::CWallet::IsWalletFlagSet (uint64_t flag) const override |
check if a certain wallet flag is set More... | |
bool | wallet::CWallet::LoadWalletFlags (uint64_t flags) |
Loads the flags into the wallet. More... | |
void | wallet::CWallet::InitWalletFlags (uint64_t flags) |
overwrite all flags by the given uint64_t flags must be uninitialised (or 0) only known flags may be present More... | |
bool | wallet::CWallet::ImportScripts (const std::set< CScript > scripts, int64_t timestamp) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
bool | wallet::CWallet::ImportPrivKeys (const std::map< CKeyID, CKey > &privkey_map, const int64_t timestamp) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
bool | wallet::CWallet::ImportPubKeys (const std::vector< CKeyID > &ordered_pubkeys, const std::map< CKeyID, CPubKey > &pubkey_map, const std::map< CKeyID, std::pair< CPubKey, KeyOriginInfo >> &key_origins, const bool add_keypool, const bool internal, const int64_t timestamp) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
bool | wallet::CWallet::ImportScriptPubKeys (const std::string &label, const std::set< CScript > &script_pub_keys, const bool have_solving_data, const bool apply_label, const int64_t timestamp) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
void | wallet::CWallet::FirstKeyTimeChanged (const ScriptPubKeyMan *spkm, int64_t new_birth_time) |
Updates wallet birth time if 'new_birth_time' is below it. More... | |
int64_t | wallet::CWallet::RescanFromTime (int64_t startTime, const WalletRescanReserver &reserver, bool update) |
Scan active chain for relevant transactions after importing keys. More... | |
ScanResult | wallet::CWallet::ScanForWalletTransactions (const uint256 &start_block, int start_height, std::optional< int > max_height, const WalletRescanReserver &reserver, bool fUpdate, const bool save_progress) |
Scan the block chain (starting in start_block) for transactions from or to us. More... | |
bool | wallet::CWallet::SubmitTxMemoryPoolAndRelay (CWalletTx &wtx, std::string &err_string, bool relay) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
Pass this transaction to node for mempool insertion and relay to peers if flag set to true. More... | |
std::set< uint256 > | wallet::CWallet::GetTxConflicts (const CWalletTx &wtx) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) |
bool | wallet::CWallet::ShouldResend () const |
Return true if all conditions for periodically resending transactions are met. More... | |
static NodeClock::time_point | wallet::CWallet::GetDefaultNextResend () |
void | wallet::CWallet::ResubmitWalletTransactions (bool relay, bool force) |
bool wallet::CWallet::AbandonTransaction | ( | const uint256 & | hashTx | ) |
|
private |
Definition at line 763 of file wallet.cpp.
|
private |
CWalletTx * wallet::CWallet::AddToWallet | ( | CTransactionRef | tx, |
const TxState & | state, | ||
const UpdateWalletTxFn & | update_wtx = nullptr , |
||
bool | fFlushOnClose = true , |
||
bool | rescanning_old_block = false |
||
) |
Add the transaction to the wallet, wrapping it up inside a CWalletTx.
Definition at line 1052 of file wallet.cpp.
|
private |
Add a transaction to the wallet, or update it.
confirm.block_* should be set when the transaction was known to be included in a block. When block_hash.IsNull(), then wallet state is not updated in AddToWallet, but notifications happen and cached balances are marked dirty.
If fUpdate is true, existing transactions will be updated. TODO: One exception to this is that the abandoned state is cleared under the assumption that any further notification of a transaction that was considered abandoned is an indication that it is not safe to be considered abandoned. Abandoned state should probably be more carefully tracked via different chain notifications or by checking mempool presence when necessary.
Should be called with rescanning_old_block set to true, if the transaction is not discovered in real time, but during a rescan of old blocks.
Definition at line 1205 of file wallet.cpp.
|
overridevirtual |
Reimplemented from interfaces::Chain::Notifications.
Definition at line 1453 of file wallet.cpp.
|
overridevirtual |
Reimplemented from interfaces::Chain::Notifications.
Definition at line 1475 of file wallet.cpp.
bool wallet::CWallet::CanGetAddresses | ( | bool | internal = false | ) | const |
|
overridevirtual |
Reimplemented from interfaces::Chain::Notifications.
Definition at line 630 of file wallet.cpp.
bool wallet::CWallet::ChangeWalletPassphrase | ( | const SecureString & | strOldWalletPassphrase, |
const SecureString & | strNewWalletPassphrase | ||
) |
void wallet::CWallet::Close | ( | ) |
Close wallet database.
Definition at line 698 of file wallet.cpp.
bool wallet::CWallet::EncryptWallet | ( | const SecureString & | strWalletPassphrase | ) |
void wallet::CWallet::FirstKeyTimeChanged | ( | const ScriptPubKeyMan * | spkm, |
int64_t | new_birth_time | ||
) |
Updates wallet birth time if 'new_birth_time' is below it.
Definition at line 1750 of file wallet.cpp.
void wallet::CWallet::Flush | ( | ) |
Flush wallet (bitdb flush)
Definition at line 693 of file wallet.cpp.
Get wallet transactions that conflict with given transaction (spend same outputs)
Definition at line 658 of file wallet.cpp.
CAmount wallet::CWallet::GetDebit | ( | const CTransaction & | tx, |
const isminefilter & | filter | ||
) | const |
CAmount wallet::CWallet::GetDebit | ( | const CTxIn & | txin, |
const isminefilter & | filter | ||
) | const |
Returns amount of debit if the input matches the filter, otherwise returns 0.
Definition at line 1536 of file wallet.cpp.
|
staticprivate |
Definition at line 521 of file wallet.cpp.
bool wallet::CWallet::HasWalletSpend | ( | const CTransactionRef & | tx | ) | const |
Check if a given transaction has any of its outputs spent by another transaction in the wallet.
Definition at line 681 of file wallet.cpp.
bool wallet::CWallet::ImportScriptPubKeys | ( | const std::string & | label, |
const std::set< CScript > & | script_pub_keys, | ||
const bool | have_solving_data, | ||
const bool | apply_label, | ||
const int64_t | timestamp | ||
) |
bool wallet::CWallet::ImportScripts | ( | const std::set< CScript > | scripts, |
int64_t | timestamp | ||
) |
int64_t wallet::CWallet::IncOrderPosNext | ( | WalletBatch * | batch = nullptr | ) |
Increment the next transaction order id.
Definition at line 949 of file wallet.cpp.
void wallet::CWallet::InitWalletFlags | ( | uint64_t | flags | ) |
overwrite all flags by the given uint64_t flags must be uninitialised (or 0) only known flags may be present
Definition at line 1681 of file wallet.cpp.
bool wallet::CWallet::IsFromMe | ( | const CTransaction & | tx | ) | const |
should probably be renamed to IsRelevantToMe
Definition at line 1596 of file wallet.cpp.
bool wallet::CWallet::IsHDEnabled | ( | ) | const |
Definition at line 1613 of file wallet.cpp.
isminetype wallet::CWallet::IsMine | ( | const COutPoint & | outpoint | ) | const |
isminetype wallet::CWallet::IsMine | ( | const CScript & | script | ) | const |
bool wallet::CWallet::IsMine | ( | const CTransaction & | tx | ) | const |
isminetype wallet::CWallet::IsMine | ( | const CTxDestination & | dest | ) | const |
Definition at line 1558 of file wallet.cpp.
isminetype wallet::CWallet::IsMine | ( | const CTxOut & | txout | ) | const |
bool wallet::CWallet::IsSpent | ( | const COutPoint & | outpoint | ) | const |
Outpoint is spent if any non-conflicted transaction spends it:
Definition at line 746 of file wallet.cpp.
bool wallet::CWallet::IsSpentKey | ( | const CScript & | scriptPubKey | ) | const |
|
overridevirtual |
check if a certain wallet flag is set
Implements wallet::WalletStorage.
Definition at line 1664 of file wallet.cpp.
bool wallet::CWallet::LoadToWallet | ( | const uint256 & | hash, |
const UpdateWalletTxFn & | fill_wtx | ||
) |
Definition at line 1177 of file wallet.cpp.
bool wallet::CWallet::LoadWalletFlags | ( | uint64_t | flags | ) |
Loads the flags into the wallet.
(used by LoadWallet)
Definition at line 1669 of file wallet.cpp.
|
private |
Mark a transaction (and its in-wallet descendants) as conflicting with a particular block.
Definition at line 1323 of file wallet.cpp.
void wallet::CWallet::MarkDirty | ( | ) |
|
private |
Mark a transaction's inputs dirty, thus forcing the outputs to be recomputed.
Definition at line 1278 of file wallet.cpp.
Mark a transaction as replaced by another transaction.
Definition at line 970 of file wallet.cpp.
|
private |
Mark a transaction (and its in-wallet descendants) as a particular tx state.
Definition at line 1353 of file wallet.cpp.
DBErrors wallet::CWallet::ReorderTransactions | ( | ) |
Definition at line 892 of file wallet.cpp.
int64_t wallet::CWallet::RescanFromTime | ( | int64_t | startTime, |
const WalletRescanReserver & | reserver, | ||
bool | update | ||
) |
Scan active chain for relevant transactions after importing keys.
This should be called whenever new keys are added to the wallet, with the oldest key creation time.
Definition at line 1766 of file wallet.cpp.
void wallet::CWallet::ResubmitWalletTransactions | ( | bool | relay, |
bool | force | ||
) |
Definition at line 2036 of file wallet.cpp.
CWallet::ScanResult wallet::CWallet::ScanForWalletTransactions | ( | const uint256 & | start_block, |
int | start_height, | ||
std::optional< int > | max_height, | ||
const WalletRescanReserver & | reserver, | ||
bool | fUpdate, | ||
const bool | save_progress | ||
) |
Scan the block chain (starting in start_block) for transactions from or to us.
If fUpdate is true, found transactions that already exist in the wallet will be updated. If max_height is not set, the mempool will be scanned as well.
[in] | start_block | Scan starting block. If block is not on the active chain, the scan will return SUCCESS immediately. |
[in] | start_height | Height of start_block |
[in] | max_height | Optional max scanning height. If unset there is no maximum and scanning can continue to the tip |
Definition at line 1810 of file wallet.cpp.
|
overridevirtual |
signify that a particular wallet feature is now used.
Implements wallet::WalletStorage.
Definition at line 641 of file wallet.cpp.
void wallet::CWallet::SetSpentKeyState | ( | WalletBatch & | batch, |
const uint256 & | hash, | ||
unsigned int | n, | ||
bool | used, | ||
std::set< CTxDestination > & | tx_destinations | ||
) |
Definition at line 1002 of file wallet.cpp.
bool wallet::CWallet::ShouldResend | ( | ) | const |
Return true if all conditions for periodically resending transactions are met.
Definition at line 1993 of file wallet.cpp.
bool wallet::CWallet::SubmitTxMemoryPoolAndRelay | ( | CWalletTx & | wtx, |
std::string & | err_string, | ||
bool | relay | ||
) | const |
Pass this transaction to node for mempool insertion and relay to peers if flag set to true.
Definition at line 1953 of file wallet.cpp.
|
private |
Definition at line 703 of file wallet.cpp.
|
private |
Definition at line 1395 of file wallet.cpp.
|
overridevirtual |
Reimplemented from interfaces::Chain::Notifications.
Definition at line 1406 of file wallet.cpp.
bool wallet::CWallet::TransactionCanBeAbandoned | ( | const uint256 & | hashTx | ) | const |
Return whether transaction can be abandoned.
Definition at line 1271 of file wallet.cpp.
|
overridevirtual |
Reimplemented from interfaces::Chain::Notifications.
Definition at line 1416 of file wallet.cpp.
bool wallet::CWallet::Unlock | ( | const SecureString & | strWalletPassphrase, |
bool | accept_no_keys = false |
||
) |
|
overrideprivatevirtual |
Unset the blank wallet flag and saves it to disk.
Implements wallet::WalletStorage.
Definition at line 1659 of file wallet.cpp.
void wallet::CWallet::UnsetWalletFlag | ( | uint64_t | flag | ) |
Unsets a single wallet flag.
Definition at line 1645 of file wallet.cpp.
|
private |
Unsets a wallet flag and saves it to disk.
Definition at line 1651 of file wallet.cpp.
|
overridevirtual |
Reimplemented from interfaces::Chain::Notifications.
Definition at line 1519 of file wallet.cpp.
void wallet::CWallet::UpgradeDescriptorCache | ( | ) |
Upgrade DescriptorCaches.
Definition at line 545 of file wallet.cpp.
void wallet::CWallet::UpgradeKeyMetadata | ( | ) |
Upgrade stored CKeyMetadata objects to store key origin info as KeyOriginInfo.
Definition at line 530 of file wallet.cpp.