repo_id
stringlengths
0
42
file_path
stringlengths
15
97
content
stringlengths
2
2.41M
__index_level_0__
int64
0
0
bitcoin/src/secp256k1/src
bitcoin/src/secp256k1/src/asm/field_10x26_arm.s
@ vim: set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab syntax=armasm: /*********************************************************************** * Copyright (c) 2014 Wladimir J. van der Laan * * Distributed under the MIT software license, see the accompanying * * file COPYING or https:/...
0
bitcoin/src/secp256k1/src
bitcoin/src/secp256k1/src/wycheproof/WYCHEPROOF_COPYING
* The file `ecdsa_secp256k1_sha256_bitcoin_test.json` in this directory comes from Google's project Wycheproof with git commit `b063b4aedae951c69df014cd25fa6d69ae9e8cb9`, see https://github.com/google/wycheproof/blob/b063b4aedae951c69df014cd25fa6d69ae9e8cb9/testvectors_v1/ecdsa_secp256k1_sha256_bitcoin_test.json ...
0
bitcoin/src/secp256k1/src
bitcoin/src/secp256k1/src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.json
{ "algorithm" : "ECDSA", "schema" : "ecdsa_bitcoin_verify_schema.json", "generatorVersion" : "0.9rc5", "numberOfTests" : 463, "header" : [ "Test vectors of type EcdsaBitcoinVerify are meant for the verification", "of a ECDSA variant used for bitcoin, that add signature non-malleability." ], "notes...
0
bitcoin/src/secp256k1/src
bitcoin/src/secp256k1/src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h
/* Note: this file was autogenerated using tests_wycheproof_generate.py. Do not edit. */ #define SECP256K1_ECDSA_WYCHEPROOF_NUMBER_TESTVECTORS (463) typedef struct { size_t pk_offset; size_t msg_offset; size_t msg_len; size_t sig_offset; size_t sig_len; int expected_verify; } wycheproof_ecdsa_t...
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/recovery/bench_impl.h
/*********************************************************************** * Copyright (c) 2014-2015 Pieter Wuille * * Distributed under the MIT software license, see the accompanying * * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***************************...
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/recovery/Makefile.am.include
include_HEADERS += include/secp256k1_recovery.h noinst_HEADERS += src/modules/recovery/main_impl.h noinst_HEADERS += src/modules/recovery/tests_impl.h noinst_HEADERS += src/modules/recovery/tests_exhaustive_impl.h noinst_HEADERS += src/modules/recovery/bench_impl.h
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/recovery/tests_impl.h
/*********************************************************************** * Copyright (c) 2013-2015 Pieter Wuille * * Distributed under the MIT software license, see the accompanying * * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***************************...
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/recovery/tests_exhaustive_impl.h
/*********************************************************************** * Copyright (c) 2016 Andrew Poelstra * * Distributed under the MIT software license, see the accompanying * * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***************************...
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/recovery/main_impl.h
/*********************************************************************** * Copyright (c) 2013-2015 Pieter Wuille * * Distributed under the MIT software license, see the accompanying * * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***************************...
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/ecdh/bench_impl.h
/*********************************************************************** * Copyright (c) 2015 Pieter Wuille, Andrew Poelstra * * Distributed under the MIT software license, see the accompanying * * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***************************...
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/ecdh/Makefile.am.include
include_HEADERS += include/secp256k1_ecdh.h noinst_HEADERS += src/modules/ecdh/main_impl.h noinst_HEADERS += src/modules/ecdh/tests_impl.h noinst_HEADERS += src/modules/ecdh/bench_impl.h
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/ecdh/tests_impl.h
/*********************************************************************** * Copyright (c) 2015 Andrew Poelstra * * Distributed under the MIT software license, see the accompanying * * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***************************...
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/ecdh/main_impl.h
/*********************************************************************** * Copyright (c) 2015 Andrew Poelstra * * Distributed under the MIT software license, see the accompanying * * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***************************...
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/extrakeys/Makefile.am.include
include_HEADERS += include/secp256k1_extrakeys.h noinst_HEADERS += src/modules/extrakeys/tests_impl.h noinst_HEADERS += src/modules/extrakeys/tests_exhaustive_impl.h noinst_HEADERS += src/modules/extrakeys/main_impl.h
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/extrakeys/tests_impl.h
/*********************************************************************** * Copyright (c) 2020 Jonas Nick * * Distributed under the MIT software license, see the accompanying * * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***************************...
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/extrakeys/tests_exhaustive_impl.h
/*********************************************************************** * Copyright (c) 2020 Pieter Wuille * * Distributed under the MIT software license, see the accompanying * * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***************************...
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/extrakeys/main_impl.h
/*********************************************************************** * Copyright (c) 2020 Jonas Nick * * Distributed under the MIT software license, see the accompanying * * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***************************...
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/ellswift/bench_impl.h
/*********************************************************************** * Distributed under the MIT software license, see the accompanying * * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***********************************************************************/ #ifndef SECP256K1_MODULE_E...
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/ellswift/Makefile.am.include
include_HEADERS += include/secp256k1_ellswift.h noinst_HEADERS += src/modules/ellswift/bench_impl.h noinst_HEADERS += src/modules/ellswift/main_impl.h noinst_HEADERS += src/modules/ellswift/tests_impl.h noinst_HEADERS += src/modules/ellswift/tests_exhaustive_impl.h
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/ellswift/tests_impl.h
/*********************************************************************** * Distributed under the MIT software license, see the accompanying * * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***********************************************************************/ #ifndef SECP256K1_MODULE_E...
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/ellswift/tests_exhaustive_impl.h
/*********************************************************************** * Distributed under the MIT software license, see the accompanying * * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***********************************************************************/ #ifndef SECP256K1_MODULE_E...
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/ellswift/main_impl.h
/*********************************************************************** * Distributed under the MIT software license, see the accompanying * * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***********************************************************************/ #ifndef SECP256K1_MODULE_E...
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/schnorrsig/bench_impl.h
/*********************************************************************** * Copyright (c) 2018-2020 Andrew Poelstra, Jonas Nick * * Distributed under the MIT software license, see the accompanying * * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***************************...
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/schnorrsig/Makefile.am.include
include_HEADERS += include/secp256k1_schnorrsig.h noinst_HEADERS += src/modules/schnorrsig/main_impl.h noinst_HEADERS += src/modules/schnorrsig/tests_impl.h noinst_HEADERS += src/modules/schnorrsig/tests_exhaustive_impl.h noinst_HEADERS += src/modules/schnorrsig/bench_impl.h
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/schnorrsig/tests_impl.h
/*********************************************************************** * Copyright (c) 2018-2020 Andrew Poelstra, Jonas Nick * * Distributed under the MIT software license, see the accompanying * * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***************************...
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/schnorrsig/tests_exhaustive_impl.h
/*********************************************************************** * Copyright (c) 2020 Pieter Wuille * * Distributed under the MIT software license, see the accompanying * * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***************************...
0
bitcoin/src/secp256k1/src/modules
bitcoin/src/secp256k1/src/modules/schnorrsig/main_impl.h
/*********************************************************************** * Copyright (c) 2018-2020 Andrew Poelstra, Jonas Nick * * Distributed under the MIT software license, see the accompanying * * file COPYING or https://www.opensource.org/licenses/mit-license.php.* ***************************...
0
bitcoin/src
bitcoin/src/common/interfaces.cpp
// Copyright (c) 2021-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <interfaces/echo.h> #include <interfaces/handler.h> #include <boost/signals2/connection.hpp> #include <memory> #inc...
0
bitcoin/src
bitcoin/src/common/args.cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <common/args.h> #include <chainparamsbase.h> #include <common/settings....
0
bitcoin/src
bitcoin/src/common/run_command.h
// Copyright (c) 2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_COMMON_RUN_COMMAND_H #define BITCOIN_COMMON_RUN_COMMAND_H #include <string> class UniValue; /** * Execute a co...
0
bitcoin/src
bitcoin/src/common/settings.h
// Copyright (c) 2019-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_COMMON_SETTINGS_H #define BITCOIN_COMMON_SETTINGS_H #include <util/fs.h> #include <cstddef> #include <map> ...
0
bitcoin/src
bitcoin/src/common/run_command.cpp
// Copyright (c) 2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #endif #include <common/run_command.h> #include <tinyformat.h> #in...
0
bitcoin/src
bitcoin/src/common/url.cpp
// Copyright (c) 2015-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <common/url.h> #include <event2/http.h> #include <cstdlib> #include <string> std::string urlDecode(const std::str...
0
bitcoin/src
bitcoin/src/common/bloom.cpp
// Copyright (c) 2012-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <common/bloom.h> #include <hash.h> #include <primitives/transaction.h> #include <random.h> #include <script/script....
0
bitcoin/src
bitcoin/src/common/args.h
// Copyright (c) 2023 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_COMMON_ARGS_H #define BITCOIN_COMMON_ARGS_H #include <common/settings.h> #include <compat/compat.h> #include <syn...
0
bitcoin/src
bitcoin/src/common/url.h
// Copyright (c) 2015-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_COMMON_URL_H #define BITCOIN_COMMON_URL_H #include <string> using UrlDecodeFn = std::string(const std::stri...
0
bitcoin/src
bitcoin/src/common/config.cpp
// Copyright (c) 2023 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <common/args.h> #include <common/settings.h> #include <logging.h> #include <sync.h> #include <tinyformat.h> #include <un...
0
bitcoin/src
bitcoin/src/common/system.cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-present The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <common/system.h> #include <logging.h> #include <util/string.h> #inc...
0
bitcoin/src
bitcoin/src/common/bloom.h
// Copyright (c) 2012-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_COMMON_BLOOM_H #define BITCOIN_COMMON_BLOOM_H #include <serialize.h> #include <span.h> #include <vector> c...
0
bitcoin/src
bitcoin/src/common/system.h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-present The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_COMMON_SYSTEM_H #define BITCOIN_COMMON_SYSTEM_H #if defined(H...
0
bitcoin/src
bitcoin/src/common/init.cpp
// Copyright (c) 2023 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <chainparams.h> #include <common/args.h> #include <common/init.h> #include <logging.h> #include <tinyformat.h> #include <...
0
bitcoin/src
bitcoin/src/common/init.h
// Copyright (c) 2023 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_COMMON_INIT_H #define BITCOIN_COMMON_INIT_H #include <util/translation.h> #include <functional> #include <option...
0
bitcoin/src
bitcoin/src/common/settings.cpp
// Copyright (c) 2019-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <common/settings.h> #include <tinyformat.h> #include <univalue.h> #include <util/fs.h> #include <algorithm> #inclu...
0
bitcoin/src
bitcoin/src/support/events.h
// Copyright (c) 2016-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_SUPPORT_EVENTS_H #define BITCOIN_SUPPORT_EVENTS_H #include <ios> #include <memory> #include <event2/event.h...
0
bitcoin/src
bitcoin/src/support/lockedpool.cpp
// Copyright (c) 2016-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <support/lockedpool.h> #include <support/cleanse.h> #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #...
0
bitcoin/src
bitcoin/src/support/lockedpool.h
// Copyright (c) 2016-2020 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_SUPPORT_LOCKEDPOOL_H #define BITCOIN_SUPPORT_LOCKEDPOOL_H #include <cstddef> #include <list> #include <map> ...
0
bitcoin/src
bitcoin/src/support/cleanse.h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_SUPPORT_CLEANSE_H #define BITCOIN_SUPPORT_CLEANSE_H #include <cs...
0
bitcoin/src
bitcoin/src/support/cleanse.cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2019 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <support/cleanse.h> #include <cstring> #if defined(_MSC_VER) #include ...
0
bitcoin/src/support
bitcoin/src/support/allocators/pool.h
// Copyright (c) 2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_SUPPORT_ALLOCATORS_POOL_H #define BITCOIN_SUPPORT_ALLOCATORS_POOL_H #include <array> #include <cassert> #include ...
0
bitcoin/src/support
bitcoin/src/support/allocators/zeroafterfree.h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_SUPPORT_ALLOCATORS_ZEROAFTERFREE_H #define BITCOIN_SUPPORT_ALLOCA...
0
bitcoin/src/support
bitcoin/src/support/allocators/secure.h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_SUPPORT_ALLOCATORS_SECURE_H #define BITCOIN_SUPPORT_ALLOCATORS_SE...
0
bitcoin/src
bitcoin/src/wallet/interfaces.cpp
// Copyright (c) 2018-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <interfaces/wallet.h> #include <common/args.h> #include <consensus/amount.h> #include <interfaces/chain.h> #include...
0
bitcoin/src
bitcoin/src/wallet/feebumper.cpp
// Copyright (c) 2017-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <common/system.h> #include <consensus/validation.h> #include <interfaces/chain.h> #include <policy/fees.h> #include ...
0
bitcoin/src
bitcoin/src/wallet/walletdb.h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_WALLETDB_H #define BITCOIN_WALLET_WALLETDB_H #include <sc...
0
bitcoin/src
bitcoin/src/wallet/dump.h
// Copyright (c) 2020-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_DUMP_H #define BITCOIN_WALLET_DUMP_H #include <util/fs.h> #include <string> #include <vector> struc...
0
bitcoin/src
bitcoin/src/wallet/feebumper.h
// Copyright (c) 2017-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_FEEBUMPER_H #define BITCOIN_WALLET_FEEBUMPER_H #include <consensus/consensus.h> #include <script/inte...
0
bitcoin/src
bitcoin/src/wallet/walletutil.cpp
// Copyright (c) 2017-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <wallet/walletutil.h> #include <common/args.h> #include <logging.h> namespace wallet { fs::path GetWalletDir() { ...
0
bitcoin/src
bitcoin/src/wallet/receive.h
// Copyright (c) 2021-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_RECEIVE_H #define BITCOIN_WALLET_RECEIVE_H #include <consensus/amount.h> #include <wallet/transaction...
0
bitcoin/src
bitcoin/src/wallet/fees.h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_FEES_H #define BITCOIN_WALLET_FEES_H #include <consensus/...
0
bitcoin/src
bitcoin/src/wallet/walletutil.h
// Copyright (c) 2017-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_WALLETUTIL_H #define BITCOIN_WALLET_WALLETUTIL_H #include <script/descriptor.h> #include <util/fs.h> ...
0
bitcoin/src
bitcoin/src/wallet/sqlite.cpp
// Copyright (c) 2020-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <wallet/sqlite.h> #include <chainparams.h> #include <crypto/common.h> #include <logging.h> #include <sync.h> #inclu...
0
bitcoin/src
bitcoin/src/wallet/types.h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. //! @file Public type definitions that are used inside and outside of the wallet ...
0
bitcoin/src
bitcoin/src/wallet/wallettool.h
// Copyright (c) 2016-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_WALLETTOOL_H #define BITCOIN_WALLET_WALLETTOOL_H #include <string> class ArgsManager; namespace wal...
0
bitcoin/src
bitcoin/src/wallet/load.h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_LOAD_H #define BITCOIN_WALLET_LOAD_H #include <string> #i...
0
bitcoin/src
bitcoin/src/wallet/db.cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <chainparams.h> #include <common/args.h> #include <logging.h> #include <...
0
bitcoin/src
bitcoin/src/wallet/db.h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_DB_H #define BITCOIN_WALLET_DB_H #include <clientversion....
0
bitcoin/src
bitcoin/src/wallet/coincontrol.h
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_COINCONTROL_H #define BITCOIN_WALLET_COINCONTROL_H #include <outputtype.h> #include <policy/feerate.h...
0
bitcoin/src
bitcoin/src/wallet/context.cpp
// Copyright (c) 2020-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <wallet/context.h> namespace wallet { WalletContext::WalletContext() = default; WalletContext::~WalletContext() = d...
0
bitcoin/src
bitcoin/src/wallet/external_signer_scriptpubkeyman.h
// Copyright (c) 2019-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_EXTERNAL_SIGNER_SCRIPTPUBKEYMAN_H #define BITCOIN_WALLET_EXTERNAL_SIGNER_SCRIPTPUBKEYMAN_H #include <...
0
bitcoin/src
bitcoin/src/wallet/scriptpubkeyman.cpp
// Copyright (c) 2019-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <hash.h> #include <key_io.h> #include <logging.h> #include <outputtype.h> #include <script/descriptor.h> #include <s...
0
bitcoin/src
bitcoin/src/wallet/crypter.h
// Copyright (c) 2009-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_CRYPTER_H #define BITCOIN_WALLET_CRYPTER_H #include <serialize.h> #include <support/allocators/secure...
0
bitcoin/src
bitcoin/src/wallet/context.h
// Copyright (c) 2020-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_CONTEXT_H #define BITCOIN_WALLET_CONTEXT_H #include <sync.h> #include <functional> #include <list> #...
0
bitcoin/src
bitcoin/src/wallet/salvage.cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <streams.h> #include <util/fs.h> #include <util/translation.h> #include ...
0
bitcoin/src
bitcoin/src/wallet/spend.h
// Copyright (c) 2021-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_SPEND_H #define BITCOIN_WALLET_SPEND_H #include <consensus/amount.h> #include <policy/fees.h> // for ...
0
bitcoin/src
bitcoin/src/wallet/external_signer_scriptpubkeyman.cpp
// Copyright (c) 2020-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <chainparams.h> #include <common/args.h> #include <common/system.h> #include <external_signer.h> #include <wallet/ex...
0
bitcoin/src
bitcoin/src/wallet/wallet.h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_WALLET_H #define BITCOIN_WALLET_WALLET_H #include <addres...
0
bitcoin/src
bitcoin/src/wallet/sqlite.h
// Copyright (c) 2020-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_SQLITE_H #define BITCOIN_WALLET_SQLITE_H #include <sync.h> #include <wallet/db.h> struct bilingual_s...
0
bitcoin/src
bitcoin/src/wallet/crypter.cpp
// Copyright (c) 2009-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <wallet/crypter.h> #include <common/system.h> #include <crypto/aes.h> #include <crypto/sha512.h> #include <vector>...
0
bitcoin/src
bitcoin/src/wallet/bdb.cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <compat/compat.h> #include <logging.h> #include <util/fs.h> #include <ut...
0
bitcoin/src
bitcoin/src/wallet/coincontrol.cpp
// Copyright (c) 2018-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <wallet/coincontrol.h> #include <common/args.h> namespace wallet { CCoinControl::CCoinControl() { m_avoid_part...
0
bitcoin/src
bitcoin/src/wallet/walletdb.cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <wallet/walletdb.h> #include <common/system.h> #include <key_io.h> #inc...
0
bitcoin/src
bitcoin/src/wallet/coinselection.h
// Copyright (c) 2017-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_COINSELECTION_H #define BITCOIN_WALLET_COINSELECTION_H #include <consensus/amount.h> #include <consen...
0
bitcoin/src
bitcoin/src/wallet/wallet.cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <wallet/wallet.h> #if defined(HAVE_CONFIG_H) #include <config/bitcoin-c...
0
bitcoin/src
bitcoin/src/wallet/transaction.cpp
// Copyright (c) 2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <wallet/transaction.h> #include <interfaces/chain.h> using interfaces::FoundBlock; namespace wallet { bool CWalletTx::...
0
bitcoin/src
bitcoin/src/wallet/load.cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <wallet/load.h> #include <common/args.h> #include <interfaces/chain.h> ...
0
bitcoin/src
bitcoin/src/wallet/init.cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <common/args.h> #include <init.h> #include <interfaces/chain.h> #include...
0
bitcoin/src
bitcoin/src/wallet/receive.cpp
// Copyright (c) 2021-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <consensus/amount.h> #include <consensus/consensus.h> #include <wallet/receive.h> #include <wallet/transaction.h> #i...
0
bitcoin/src
bitcoin/src/wallet/fees.cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <wallet/fees.h> #include <wallet/coincontrol.h> #include <wallet/wallet...
0
bitcoin/src
bitcoin/src/wallet/coinselection.cpp
// Copyright (c) 2017-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <wallet/coinselection.h> #include <common/system.h> #include <consensus/amount.h> #include <consensus/consensus.h> ...
0
bitcoin/src
bitcoin/src/wallet/bdb.h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_BDB_H #define BITCOIN_WALLET_BDB_H #include <clientversio...
0
bitcoin/src
bitcoin/src/wallet/salvage.h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_SALVAGE_H #define BITCOIN_WALLET_SALVAGE_H #include <stre...
0
bitcoin/src
bitcoin/src/wallet/wallettool.cpp
// Copyright (c) 2016-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #endif #include <wallet/wallettool.h> #include <common/args.h...
0
bitcoin/src
bitcoin/src/wallet/transaction.h
// Copyright (c) 2021-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_TRANSACTION_H #define BITCOIN_WALLET_TRANSACTION_H #include <attributes.h> #include <consensus/amount...
0
bitcoin/src
bitcoin/src/wallet/spend.cpp
// Copyright (c) 2021-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <algorithm> #include <common/args.h> #include <common/system.h> #include <consensus/amount.h> #include <consensus/va...
0
bitcoin/src
bitcoin/src/wallet/scriptpubkeyman.h
// Copyright (c) 2019-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_SCRIPTPUBKEYMAN_H #define BITCOIN_WALLET_SCRIPTPUBKEYMAN_H #include <addresstype.h> #include <logging...
0
bitcoin/src
bitcoin/src/wallet/dump.cpp
// Copyright (c) 2020-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <wallet/dump.h> #include <common/args.h> #include <util/fs.h> #include <util/translation.h> #include <wallet/wallet...
0
bitcoin/src/wallet
bitcoin/src/wallet/test/util.cpp
// Copyright (c) 2021-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <wallet/test/util.h> #include <chain.h> #include <key.h> #include <key_io.h> #include <streams.h> #include <test/ut...
0
bitcoin/src/wallet
bitcoin/src/wallet/test/wallet_crypto_tests.cpp
// Copyright (c) 2014-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <test/util/random.h> #include <test/util/setup_common.h> #include <util/strencodings.h> #include <wallet/crypter.h> ...
0
bitcoin/src/wallet
bitcoin/src/wallet/test/walletdb_tests.cpp
// Copyright (c) 2012-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <test/util/setup_common.h> #include <clientversion.h> #include <streams.h> #include <uint256.h> #include <wallet/tes...
0
bitcoin/src/wallet
bitcoin/src/wallet/test/wallet_test_fixture.cpp
// Copyright (c) 2016-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <wallet/test/util.h> #include <wallet/test/wallet_test_fixture.h> #include <scheduler.h> #include <util/chaintype.h...
0