repo_id
stringlengths
0
42
file_path
stringlengths
15
97
content
stringlengths
2
2.41M
__index_level_0__
int64
0
0
bitcoin/src/minisketch/src
bitcoin/src/minisketch/src/fields/generic_1byte.cpp
/********************************************************************** * Copyright (c) 2018 Pieter Wuille, Greg Maxwell, Gleb Naumenko * * Distributed under the MIT software license, see the accompanying * * file LICENSE or http://www.opensource.org/licenses/mit-license.php.* *******************************...
0
bitcoin/src/minisketch/src
bitcoin/src/minisketch/src/fields/clmul_8bytes.cpp
/********************************************************************** * Copyright (c) 2018 Pieter Wuille, Greg Maxwell, Gleb Naumenko * * Distributed under the MIT software license, see the accompanying * * file LICENSE or http://www.opensource.org/licenses/mit-license.php.* *******************************...
0
bitcoin/src/minisketch/src
bitcoin/src/minisketch/src/fields/clmul_3bytes.cpp
/********************************************************************** * Copyright (c) 2018 Pieter Wuille, Greg Maxwell, Gleb Naumenko * * Distributed under the MIT software license, see the accompanying * * file LICENSE or http://www.opensource.org/licenses/mit-license.php.* *******************************...
0
bitcoin/src/minisketch/src
bitcoin/src/minisketch/src/fields/clmul_2bytes.cpp
/********************************************************************** * Copyright (c) 2018 Pieter Wuille, Greg Maxwell, Gleb Naumenko * * Distributed under the MIT software license, see the accompanying * * file LICENSE or http://www.opensource.org/licenses/mit-license.php.* *******************************...
0
bitcoin/src/minisketch/src
bitcoin/src/minisketch/src/fields/clmul_1byte.cpp
/********************************************************************** * Copyright (c) 2018 Pieter Wuille, Greg Maxwell, Gleb Naumenko * * Distributed under the MIT software license, see the accompanying * * file LICENSE or http://www.opensource.org/licenses/mit-license.php.* *******************************...
0
bitcoin/src
bitcoin/src/node/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 <addrdb.h> #include <banman.h> #include <blockfilter.h> #include <chain.h> #include <chainparams.h> #include <common...
0
bitcoin/src
bitcoin/src/node/psbt.cpp
// 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 <coins.h> #include <consensus/amount.h> #include <consensus/tx_verify.h> #include <node/psbt.h> #include <policy/pol...
0
bitcoin/src
bitcoin/src/node/interface_ui.h
// Copyright (c) 2010 Satoshi Nakamoto // 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. #ifndef BITCOIN_NODE_INTERFACE_UI_H #define BITCOIN_NODE_INTERFACE_UI_H #include <fun...
0
bitcoin/src
bitcoin/src/node/chainstatemanager_args.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. #include <node/chainstatemanager_args.h> #include <arith_uint256.h> #include <common/args.h> #include <common/system.h> #include ...
0
bitcoin/src
bitcoin/src/node/minisketchwrapper.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 <node/minisketchwrapper.h> #include <logging.h> #include <util/time.h> #include <minisketch.h> #include <algorithm> #i...
0
bitcoin/src
bitcoin/src/node/blockmanager_args.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 <node/blockmanager_args.h> #include <common/args.h> #include <node/blockstorage.h> #include <tinyformat.h> #include <uti...
0
bitcoin/src
bitcoin/src/node/coins_view_args.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_NODE_COINS_VIEW_ARGS_H #define BITCOIN_NODE_COINS_VIEW_ARGS_H class ArgsManager; struct CoinsViewOptions; namesp...
0
bitcoin/src
bitcoin/src/node/database_args.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_NODE_DATABASE_ARGS_H #define BITCOIN_NODE_DATABASE_ARGS_H class ArgsManager; struct DBOptions; namespace node { ...
0
bitcoin/src
bitcoin/src/node/connection_types.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_NODE_CONNECTION_TYPES_H #define BITCOIN_NODE_CONNECTION_TYPES_H #include <string> #include <stdint.h> /** Differ...
0
bitcoin/src
bitcoin/src/node/caches.h
// 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. #ifndef BITCOIN_NODE_CACHES_H #define BITCOIN_NODE_CACHES_H #include <cstddef> #include <cstdint> class ArgsManager; namespace ...
0
bitcoin/src
bitcoin/src/node/blockstorage.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_NODE_BLOCKSTORAGE_H #define BITCOIN_NODE_BLOCKSTORAGE_H #include <attributes.h> #include <chain.h> #include ...
0
bitcoin/src
bitcoin/src/node/coin.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_NODE_COIN_H #define BITCOIN_NODE_COIN_H #include <map> class COutPoint; class Coin; namespace node { struc...
0
bitcoin/src
bitcoin/src/node/mini_miner.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_NODE_MINI_MINER_H #define BITCOIN_NODE_MINI_MINER_H #include <consensus/amount.h> #include <primitives/transactio...
0
bitcoin/src
bitcoin/src/node/mempool_persist_args.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. #include <node/mempool_persist_args.h> #include <common/args.h> #include <util/fs.h> #include <validation.h> namespace node { b...
0
bitcoin/src
bitcoin/src/node/chainstate.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 <node/chainstate.h> #include <arith_uint256.h> #include <chain.h> #include <coins.h> #include <consensus/params.h> ...
0
bitcoin/src
bitcoin/src/node/coin.cpp
// 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. #include <node/coin.h> #include <node/context.h> #include <txmempool.h> #include <validation.h> namespace node { void FindC...
0
bitcoin/src
bitcoin/src/node/interface_ui.cpp
// Copyright (c) 2010-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 <node/interface_ui.h> #include <util/string.h> #include <util/translation.h> #include <boost/signals2/optional_las...
0
bitcoin/src
bitcoin/src/node/context.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 <node/context.h> #include <addrman.h> #include <banman.h> #include <interfaces/chain.h> #include <kernel/context.h>...
0
bitcoin/src
bitcoin/src/node/blockmanager_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_NODE_BLOCKMANAGER_ARGS_H #define BITCOIN_NODE_BLOCKMANAGER_ARGS_H #include <node/blockstorage.h> #include <util/...
0
bitcoin/src
bitcoin/src/node/chainstatemanager_args.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_NODE_CHAINSTATEMANAGER_ARGS_H #define BITCOIN_NODE_CHAINSTATEMANAGER_ARGS_H #include <util/result.h> #include <va...
0
bitcoin/src
bitcoin/src/node/validation_cache_args.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. #include <node/validation_cache_args.h> #include <kernel/validation_cache_sizes.h> #include <common/args.h> #include <algorithm...
0
bitcoin/src
bitcoin/src/node/caches.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 <node/caches.h> #include <common/args.h> #include <index/txindex.h> #include <txdb.h> namespace node { CacheSizes ...
0
bitcoin/src
bitcoin/src/node/mempool_args.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. #include <node/mempool_args.h> #include <kernel/mempool_limits.h> #include <kernel/mempool_options.h> #include <common/args.h> #...
0
bitcoin/src
bitcoin/src/node/context.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_NODE_CONTEXT_H #define BITCOIN_NODE_CONTEXT_H #include <kernel/context.h> #include <atomic> #include <casse...
0
bitcoin/src
bitcoin/src/node/txreconciliation.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_NODE_TXRECONCILIATION_H #define BITCOIN_NODE_TXRECONCILIATION_H #include <net.h> #include <sync.h> #include <mem...
0
bitcoin/src
bitcoin/src/node/utxo_snapshot.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_NODE_UTXO_SNAPSHOT_H #define BITCOIN_NODE_UTXO_SNAPSHOT_H #inclu...
0
bitcoin/src
bitcoin/src/node/psbt.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_NODE_PSBT_H #define BITCOIN_NODE_PSBT_H #include <psbt.h> #include <optional> namespace node { /** * Hold...
0
bitcoin/src
bitcoin/src/node/abort.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 <node/abort.h> #include <logging.h> #include <node/interface_ui.h> #include <util/signalinterrupt.h> #include <util/tran...
0
bitcoin/src
bitcoin/src/node/mini_miner.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 <node/mini_miner.h> #include <boost/multi_index/detail/hash_index_iterator.hpp> #include <boost/operators.hpp> #include ...
0
bitcoin/src
bitcoin/src/node/mempool_persist_args.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_NODE_MEMPOOL_PERSIST_ARGS_H #define BITCOIN_NODE_MEMPOOL_PERSIST_ARGS_H #include <util/fs.h> class ArgsManager; ...
0
bitcoin/src
bitcoin/src/node/README.md
# src/node/ The [`src/node/`](./) directory contains code that needs to access node state (state in `CChain`, `CBlockIndex`, `CCoinsView`, `CTxMemPool`, and similar classes). Code in [`src/node/`](./) is meant to be segregated from code in [`src/wallet/`](../wallet/) and [`src/qt/`](../qt/), to ensure wallet and GUI ...
0
bitcoin/src
bitcoin/src/node/miner.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_NODE_MINER_H #define BITCOIN_NODE_MINER_H #include <policy/polic...
0
bitcoin/src
bitcoin/src/node/connection_types.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. #include <node/connection_types.h> #include <cassert> std::string ConnectionTypeAsString(ConnectionType conn_type) { switch (...
0
bitcoin/src
bitcoin/src/node/peerman_args.h
#ifndef BITCOIN_NODE_PEERMAN_ARGS_H #define BITCOIN_NODE_PEERMAN_ARGS_H #include <net_processing.h> class ArgsManager; namespace node { void ApplyArgsManOptions(const ArgsManager& argsman, PeerManager::Options& options); } // namespace node #endif // BITCOIN_NODE_PEERMAN_ARGS_H
0
bitcoin/src
bitcoin/src/node/utxo_snapshot.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. #include <node/utxo_snapshot.h> #include <logging.h> #include <streams.h> #include <sync.h> #include <tinyformat.h> #include <txd...
0
bitcoin/src
bitcoin/src/node/chainstate.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_NODE_CHAINSTATE_H #define BITCOIN_NODE_CHAINSTATE_H #include <util/translation.h> #include <validation.h> #...
0
bitcoin/src
bitcoin/src/node/kernel_notifications.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_NODE_KERNEL_NOTIFICATIONS_H #define BITCOIN_NODE_KERNEL_NOTIFICATIONS_H #include <kernel/notifications_interface....
0
bitcoin/src
bitcoin/src/node/blockstorage.cpp
// 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. #include <node/blockstorage.h> #include <arith_uint256.h> #include <chain.h> #include <consensus/params.h> #include <consens...
0
bitcoin/src
bitcoin/src/node/txreconciliation.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. #include <node/txreconciliation.h> #include <common/system.h> #include <logging.h> #include <util/check.h> #include <unordered_m...
0
bitcoin/src
bitcoin/src/node/coins_view_args.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. #include <node/coins_view_args.h> #include <common/args.h> #include <txdb.h> namespace node { void ReadCoinsViewArgs(const ArgsM...
0
bitcoin/src
bitcoin/src/node/eviction.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. #include <node/eviction.h> #include <algorithm> #include <array> #include <chrono> #include <cstdint> #include <functional> #incl...
0
bitcoin/src
bitcoin/src/node/eviction.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_NODE_EVICTION_H #define BITCOIN_NODE_EVICTION_H #include <node/connection_types.h> #include <net_permissions.h> ...
0
bitcoin/src
bitcoin/src/node/transaction.cpp
// Copyright (c) 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 <consensus/validation.h> #include <index/txindex.h> #include <net.h> #include...
0
bitcoin/src
bitcoin/src/node/validation_cache_args.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_NODE_VALIDATION_CACHE_ARGS_H #define BITCOIN_NODE_VALIDATION_CACHE_ARGS_H class ArgsManager; namespace kernel { s...
0
bitcoin/src
bitcoin/src/node/database_args.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. #include <node/database_args.h> #include <common/args.h> #include <dbwrapper.h> namespace node { void ReadDatabaseArgs(const Arg...
0
bitcoin/src
bitcoin/src/node/protocol_version.h
// Copyright (c) 2012-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_NODE_PROTOCOL_VERSION_H #define BITCOIN_NODE_PROTOCOL_VERSION_H /** * network protocol versioning */ s...
0
bitcoin/src
bitcoin/src/node/mempool_args.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_NODE_MEMPOOL_ARGS_H #define BITCOIN_NODE_MEMPOOL_ARGS_H #include <util/result.h> class ArgsManager; class CChain...
0
bitcoin/src
bitcoin/src/node/peerman_args.cpp
#include <node/peerman_args.h> #include <common/args.h> #include <net_processing.h> #include <algorithm> #include <limits> namespace node { void ApplyArgsManOptions(const ArgsManager& argsman, PeerManager::Options& options) { if (auto value{argsman.GetBoolArg("-txreconciliation")}) options.reconcile_txs = *valu...
0
bitcoin/src
bitcoin/src/node/transaction.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_NODE_TRANSACTION_H #define BITCOIN_NODE_TRANSACTION_H #include <policy/feerate.h> #include <primitives/trans...
0
bitcoin/src
bitcoin/src/node/kernel_notifications.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 <node/kernel_notifications.h> #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #endif #include <chain.h> #...
0
bitcoin/src
bitcoin/src/node/miner.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 <node/miner.h> #include <chain.h> #include <chainparams.h> #include <co...
0
bitcoin/src
bitcoin/src/node/minisketchwrapper.h
// 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. #ifndef BITCOIN_NODE_MINISKETCHWRAPPER_H #define BITCOIN_NODE_MINISKETCHWRAPPER_H #include <minisketch.h> #include <cstddef> #in...
0
bitcoin/src
bitcoin/src/node/abort.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_NODE_ABORT_H #define BITCOIN_NODE_ABORT_H #include <util/translation.h> #include <atomic> #include <string> nam...
0
bitcoin/src
bitcoin/src/rpc/protocol.h
// Copyright (c) 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_RPC_PROTOCOL_H #define BITCOIN_RPC_PROTOCOL_H //! HTTP status codes e...
0
bitcoin/src
bitcoin/src/rpc/blockchain.cpp
// Copyright (c) 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 <rpc/blockchain.h> #include <blockfilter.h> #include <chain.h> #include <cha...
0
bitcoin/src
bitcoin/src/rpc/server_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 <rpc/server_util.h> #include <common/args.h> #include <net_processing.h> #include <node/context.h> #include <policy...
0
bitcoin/src
bitcoin/src/rpc/mining.cpp
// Copyright (c) 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 <chain.h> #include <chainparams.h> #include <common/system.h> #include <conse...
0
bitcoin/src
bitcoin/src/rpc/util.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 <clientversion.h> #include <core_io.h> #include <common/args.h> #include <consensus/amount.h> #include <script/inter...
0
bitcoin/src
bitcoin/src/rpc/client.h
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-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_RPC_CLIENT_H #define BITCOIN_RPC_CLIENT_H #include <string> #include ...
0
bitcoin/src
bitcoin/src/rpc/signmessage.cpp
// Copyright (c) 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 <key.h> #include <key_io.h> #include <rpc/protocol.h> #include <rpc/request.h...
0
bitcoin/src
bitcoin/src/rpc/client.cpp
// Copyright (c) 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 <rpc/client.h> #include <tinyformat.h> #include <se...
0
bitcoin/src
bitcoin/src/rpc/mining.h
// Copyright (c) 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_RPC_MINING_H #define BITCOIN_RPC_MINING_H /** Default max iterations to try in RPC generatetodescriptor, generate...
0
bitcoin/src
bitcoin/src/rpc/blockchain.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_RPC_BLOCKCHAIN_H #define BITCOIN_RPC_BLOCKCHAIN_H #include <consensus/amount.h> #include <core_io.h> #includ...
0
bitcoin/src
bitcoin/src/rpc/mempool.cpp
// Copyright (c) 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 <rpc/blockchain.h> #include <kernel/mempool_persist.h> #include <chainparam...
0
bitcoin/src
bitcoin/src/rpc/request.cpp
// Copyright (c) 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 <rpc/request.h> #include <util/fs.h> #include <common/args.h> #include <log...
0
bitcoin/src
bitcoin/src/rpc/node.cpp
// Copyright (c) 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 <chainparams.h> #include <httpserver.h> #include <index/blockfilterindex.h> #...
0
bitcoin/src
bitcoin/src/rpc/rawtransaction.cpp
// Copyright (c) 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 <base58.h> #include <chain.h> #include <coins.h> #include <consensus/amount.h...
0
bitcoin/src
bitcoin/src/rpc/txoutproof.cpp
// Copyright (c) 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 <chain.h> #include <chainparams.h> #include <coins.h> #include <index/txindex...
0
bitcoin/src
bitcoin/src/rpc/net.cpp
// 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 <rpc/server.h> #include <addrman.h> #include <addrman_impl.h> #include <banman.h> #include <chainparams.h> #include...
0
bitcoin/src
bitcoin/src/rpc/rawtransaction_util.cpp
// Copyright (c) 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 <rpc/rawtransaction_util.h> #include <coins.h> #include <consensus/amount.h>...
0
bitcoin/src
bitcoin/src/rpc/output_script.cpp
// Copyright (c) 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 <key_io.h> #include <outputtype.h> #include <pubkey.h> #include <rpc/protocol...
0
bitcoin/src
bitcoin/src/rpc/util.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_RPC_UTIL_H #define BITCOIN_RPC_UTIL_H #include <addresstype.h> #include <consensus/amount.h> #include <node/...
0
bitcoin/src
bitcoin/src/rpc/server_util.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_RPC_SERVER_UTIL_H #define BITCOIN_RPC_SERVER_UTIL_H #include <any> class AddrMan; class ArgsManager; class ...
0
bitcoin/src
bitcoin/src/rpc/request.h
// Copyright (c) 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_RPC_REQUEST_H #define BITCOIN_RPC_REQUEST_H #include <any> #include <...
0
bitcoin/src
bitcoin/src/rpc/rawtransaction_util.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_RPC_RAWTRANSACTION_UTIL_H #define BITCOIN_RPC_RAWTRANSACTION_UTIL_H #include <map> #include <string> #includ...
0
bitcoin/src
bitcoin/src/rpc/mempool.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_RPC_MEMPOOL_H #define BITCOIN_RPC_MEMPOOL_H class CTxMemPool; class UniValue; /** Mempool information to JS...
0
bitcoin/src
bitcoin/src/rpc/external_signer.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 <common/args.h> #include <common/system.h> #include <external_signer.h> #include <rpc/protocol.h> #include <rpc/serv...
0
bitcoin/src
bitcoin/src/rpc/fees.cpp
// Copyright (c) 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 <core_io.h> #include <policy/feerate.h> #include <policy/fees.h> #include <rp...
0
bitcoin/src
bitcoin/src/rpc/register.h
// 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_RPC_REGISTER_H #define BITCOIN_RPC_REGISTER_H /** These are in one header file to avoid creating tons of sin...
0
bitcoin/src
bitcoin/src/rpc/server.h
// Copyright (c) 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_RPC_SERVER_H #define BITCOIN_RPC_SERVER_H #include <rpc/request.h> #i...
0
bitcoin/src
bitcoin/src/rpc/server.cpp
// Copyright (c) 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 <rpc/server.h> #include <common/args.h> #include <common/system.h> #include ...
0
bitcoin/src
bitcoin/src/univalue/sources.mk
# - All Variables ending in _HEADERS or _SOURCES confuse automake, so the # _INT postfix is applied. # - Convenience variables, for example a UNIVALUE_TEST_DIR should not be used # as they interfere with automatic dependency generation # - The %reldir% is the relative path from the Makefile.am. UNIVALUE_INCLUD...
0
bitcoin/src/univalue
bitcoin/src/univalue/test/fail3.json
{unquoted_key: "keys must be quoted"}
0
bitcoin/src/univalue
bitcoin/src/univalue/test/fail45.json
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[...
0
bitcoin/src/univalue
bitcoin/src/univalue/test/fail12.json
{"Illegal invocation": alert()}
0
bitcoin/src/univalue
bitcoin/src/univalue/test/fail28.json
["line\ break"]
0
bitcoin/src/univalue
bitcoin/src/univalue/test/fail24.json
['single quote']
0
bitcoin/src/univalue
bitcoin/src/univalue/test/round5.json
true
0
bitcoin/src/univalue
bitcoin/src/univalue/test/fail32.json
{"Comma instead if closing brace": true,
0
bitcoin/src/univalue
bitcoin/src/univalue/test/fail33.json
["mismatch"}
0
bitcoin/src/univalue
bitcoin/src/univalue/test/round4.json
7
0
bitcoin/src/univalue
bitcoin/src/univalue/test/fail25.json
[" tab character in string "]
0
bitcoin/src/univalue
bitcoin/src/univalue/test/fail29.json
[0e]
0
bitcoin/src/univalue
bitcoin/src/univalue/test/fail13.json
{"Numbers cannot have leading zeroes": 013}
0
bitcoin/src/univalue
bitcoin/src/univalue/test/fail2.json
["Unclosed array"
0