Home
last modified time | relevance | path

Searched refs:ListCoins (Results 1 – 25 of 73) sorted by last modified time

123

/dports/net-p2p/bitcoin/bitcoin-22.0/doc/release-notes/
H A Drelease-notes-0.18.0.md591 - #10605 Add AssertLockHeld assertions in CWallet::ListCoins (ryanofsky)
H A Drelease-notes-0.16.0.md444 - #12150 `92a810d` Fix ListCoins test failure due to unset g_address_type, g_change_type (ryanofsky)
H A Drelease-notes-0.17.0.md444 - #12333 `d405bee` Make CWallet::ListCoins atomic (promag)
662 - #12582 `6012f1c` Fix ListCoins test failure due to unset `g_wallet_allow_fallback_fee` (ryanofsky)
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dinterfaces.cpp412 for (const auto& entry : m_wallet->ListCoins()) { in listCoins()
H A Dwallet.h431 …std::map<CTxDestination, std::vector<COutput>> ListCoins() const EXCLUSIVE_LOCKS_REQUIRED(cs_walle…
H A Dspend.cpp228 std::map<CTxDestination, std::vector<COutput>> CWallet::ListCoins() const
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dspend.cpp228 std::map<CTxDestination, std::vector<COutput>> CWallet::ListCoins() const in ListCoins() function in CWallet
H A Dinterfaces.cpp412 for (const auto& entry : m_wallet->ListCoins()) { in listCoins()
H A Dwallet.h431 …std::map<CTxDestination, std::vector<COutput>> ListCoins() const EXCLUSIVE_LOCKS_REQUIRED(cs_walle…
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/doc/release-notes/
H A Drelease-notes-0.18.0.md591 - #10605 Add AssertLockHeld assertions in CWallet::ListCoins (ryanofsky)
H A Drelease-notes-0.16.0.md444 - #12150 `92a810d` Fix ListCoins test failure due to unset g_address_type, g_change_type (ryanofsky)
H A Drelease-notes-0.17.0.md444 - #12333 `d405bee` Make CWallet::ListCoins atomic (promag)
662 - #12582 `6012f1c` Fix ListCoins test failure due to unset `g_wallet_allow_fallback_fee` (ryanofsky)
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dspend.cpp228 std::map<CTxDestination, std::vector<COutput>> CWallet::ListCoins() const in ListCoins() function in CWallet
H A Dinterfaces.cpp412 for (const auto& entry : m_wallet->ListCoins()) { in listCoins()
H A Dwallet.h431 …std::map<CTxDestination, std::vector<COutput>> ListCoins() const EXCLUSIVE_LOCKS_REQUIRED(cs_walle…
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/test/
H A Dwallet_tests.cpp535 BOOST_FIXTURE_TEST_CASE(ListCoins, ListCoinsTestingSetup) in BOOST_FIXTURE_TEST_CASE() argument
544 list = wallet->ListCoins(); in BOOST_FIXTURE_TEST_CASE()
560 list = wallet->ListCoins(); in BOOST_FIXTURE_TEST_CASE()
589 list = wallet->ListCoins(); in BOOST_FIXTURE_TEST_CASE()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/test/
H A Dwallet_tests.cpp535 BOOST_FIXTURE_TEST_CASE(ListCoins, ListCoinsTestingSetup) in BOOST_FIXTURE_TEST_CASE() argument
544 list = wallet->ListCoins(); in BOOST_FIXTURE_TEST_CASE()
560 list = wallet->ListCoins(); in BOOST_FIXTURE_TEST_CASE()
589 list = wallet->ListCoins(); in BOOST_FIXTURE_TEST_CASE()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/doc/release-notes/
H A Drelease-notes-0.16.0.md444 - #12150 `92a810d` Fix ListCoins test failure due to unset g_address_type, g_change_type (ryanofsky)
H A Drelease-notes-0.17.0.md444 - #12333 `d405bee` Make CWallet::ListCoins atomic (promag)
662 - #12582 `6012f1c` Fix ListCoins test failure due to unset `g_wallet_allow_fallback_fee` (ryanofsky)
H A Drelease-notes-0.18.0.md591 - #10605 Add AssertLockHeld assertions in CWallet::ListCoins (ryanofsky)
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/test/
H A Dwallet_tests.cpp535 BOOST_FIXTURE_TEST_CASE(ListCoins, ListCoinsTestingSetup) in BOOST_FIXTURE_TEST_CASE() argument
544 list = wallet->ListCoins(); in BOOST_FIXTURE_TEST_CASE()
560 list = wallet->ListCoins(); in BOOST_FIXTURE_TEST_CASE()
589 list = wallet->ListCoins(); in BOOST_FIXTURE_TEST_CASE()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/interfaces/
H A Dwallet.cpp746 for (const auto& entry : m_wallet->ListCoins(*locked_chain)) { in listCoins()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/test/
H A Dwallet_tests.cpp515 BOOST_FIXTURE_TEST_CASE(ListCoins, ListCoinsTestingSetup) in BOOST_FIXTURE_TEST_CASE() argument
525 list = wallet->ListCoins(*locked_chain); in BOOST_FIXTURE_TEST_CASE()
542 list = wallet->ListCoins(*locked_chain); in BOOST_FIXTURE_TEST_CASE()
574 list = wallet->ListCoins(*locked_chain); in BOOST_FIXTURE_TEST_CASE()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Dwallet.cpp2374 std::map<CTxDestination, std::vector<COutput>> CWallet::ListCoins(interfaces::Chain::Lock& locked_c… in ListCoins() function in CWallet
H A Dwallet.h899 …std::map<CTxDestination, std::vector<COutput>> ListCoins(interfaces::Chain::Lock& locked_chain) co…

123