repo_id stringlengths 0 42 | file_path stringlengths 15 97 | content stringlengths 2 2.41M | __index_level_0__ int64 0 0 |
|---|---|---|---|
bitcoin/src/univalue | bitcoin/src/univalue/test/fail44.json | "This file ends without a newline or close-quote. | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail9.json | {"Extra comma": true,} | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail18.json | [[[[[[[[[[[[[[[[[[[["Too deep"]]]]]]]]]]]]]]]]]]]] | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail22.json | ["Colon instead of comma": false] | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/round3.json | "abcdefghijklmnopqrstuvwxyz"
| 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail34.json | {} garbage | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail5.json | ["double extra comma",,] | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail14.json | {"Numbers cannot be hex": 0x14} | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/object.cpp | // Copyright (c) 2014 BitPay Inc.
// Copyright (c) 2014-2022 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or https://opensource.org/licenses/mit-license.php.
#include <univalue.h>
#include <cassert>
#include <cstdint>
#include <map>
#include <memory>
... | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/pass1.json | [
"JSON Test Pattern pass1",
{"object with 1 member":["array with 1 element"]},
{},
[],
-42,
true,
false,
null,
{
"integer": 1234567890,
"real": -9876.543210,
"e": 0.123456789e-12,
"E": 1.234567890E+34,
"": 23456789012E66,
"zero": 0,
... | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail38.json | ["\ud834"]
| 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/test_json.cpp | // Test program that can be called by the JSON test suite at
// https://github.com/nst/JSONTestSuite.
//
// It reads JSON input from stdin and exits with code 0 if it can be parsed
// successfully. It also pretty prints the parsed JSON value to stdout.
#include <univalue.h>
#include <iostream>
#include <iterator>
#in... | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail39.json | ["\udd61"]
| 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail15.json | ["Illegal backslash escape: \x15"] | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail4.json | ["extra comma",] | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail42.json | ["before nul byte"] "after nul byte"
| 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail35.json | [ true true true [] [] [] ]
| 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/round2.json | ["a§■𐎒𝅘𝅥𝅯"]
| 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail23.json | ["Bad value", truth] | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail19.json | {"Missing colon" null} | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail8.json | ["Extra close"]] | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail36.json | {"a":}
| 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/round1.json | ["\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\u007f"]
| 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail20.json | {"Double colon":: null} | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/pass3.json | {
"JSON Test Pattern pass3": {
"The outermost value": "must be an object or array.",
"In this test": "It is an object."
}
}
| 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail16.json | [\naked] | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail7.json | ["Comma after the close"], | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail6.json | [ , "<-- missing value"] | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail17.json | ["Illegal backslash escape: \017"] | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/pass2.json | [[[[[[[[[[[[[[[[[[["Not too deep"]]]]]]]]]]]]]]]]]]] | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/unitester.cpp | // Copyright 2014 BitPay Inc.
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or https://opensource.org/licenses/mit-license.php.
#include <univalue.h>
#include <cassert>
#include <cstdio>
#include <string>
#ifndef JSON_TEST_SRC
#error JSON_TEST_SRC must point to test source d... | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail21.json | {"Comma instead of colon", null} | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail37.json | {"a":1 "b":2}
| 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail10.json | {"Extra value after close": true} "misplaced quoted value" | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail1.json | "This is a string that never ends, yes it goes on and on, my friends.
| 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail30.json | [0e+] | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/round7.json | null
| 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail26.json | ["tab\ character\ in\ string\ "] | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail27.json | ["line
break"] | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/round6.json | false
| 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail31.json | [0e+-1] | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/fail11.json | {"Illegal expression": 1 + 2} | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/test/pass4.json | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[... | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/include/univalue_utffilter.h | // Copyright 2016 Wladimir J. van der Laan
// Distributed under the MIT software license, see the accompanying
// file COPYING or https://opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_UNIVALUE_INCLUDE_UNIVALUE_UTFFILTER_H
#define BITCOIN_UNIVALUE_INCLUDE_UNIVALUE_UTFFILTER_H
#include <string>
/**
* Filter... | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/include/univalue.h | // Copyright 2014 BitPay Inc.
// Copyright 2015 Bitcoin Core Developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or https://opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_UNIVALUE_INCLUDE_UNIVALUE_H
#define BITCOIN_UNIVALUE_INCLUDE_UNIVALUE_H
#include <charconv>
#i... | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/include/univalue_escapes.h | #ifndef BITCOIN_UNIVALUE_INCLUDE_UNIVALUE_ESCAPES_H
#define BITCOIN_UNIVALUE_INCLUDE_UNIVALUE_ESCAPES_H
static const char *escapes[256] = {
"\\u0000",
"\\u0001",
"\\u0002",
"\\u0003",
"\\u0004",
"\\u0005",
"\\u0006",
"\\u0007",
"\\b",
"\\t",
"\\n",
"\\u000b",
"\\f",
"\\r",
"\\u000e",
"\\u000f",
"\\u001... | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/lib/univalue_read.cpp | // Copyright 2014 BitPay Inc.
// Distributed under the MIT software license, see the accompanying
// file COPYING or https://opensource.org/licenses/mit-license.php.
#include <univalue.h>
#include <univalue_utffilter.h>
#include <cstdint>
#include <cstdio>
#include <cstring>
#include <string>
#include <string_view>
#... | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/lib/univalue.cpp | // Copyright 2014 BitPay Inc.
// Copyright 2015 Bitcoin Core Developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or https://opensource.org/licenses/mit-license.php.
#include <univalue.h>
#include <iomanip>
#include <map>
#include <memory>
#include <sstream>
#include <string>... | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/lib/univalue_get.cpp | // Copyright 2014 BitPay Inc.
// Copyright 2015 Bitcoin Core Developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or https://opensource.org/licenses/mit-license.php.
#include <univalue.h>
#include <cerrno>
#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <lim... | 0 |
bitcoin/src/univalue | bitcoin/src/univalue/lib/univalue_write.cpp | // Copyright 2014 BitPay Inc.
// Distributed under the MIT software license, see the accompanying
// file COPYING or https://opensource.org/licenses/mit-license.php.
#include <univalue.h>
#include <univalue_escapes.h>
#include <memory>
#include <string>
#include <vector>
static std::string json_escape(const std::str... | 0 |
bitcoin/src | bitcoin/src/logging/timer.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_LOGGING_TIMER_H
#define BITCOIN_LOGGING_TIMER_H
#include <loggin... | 0 |
bitcoin/src | bitcoin/src/zmq/zmqutil.h | // Copyright (c) 2014-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_ZMQ_ZMQUTIL_H
#define BITCOIN_ZMQ_ZMQUTIL_H
#include <string>
void zmqError(const std::string& str);
#endi... | 0 |
bitcoin/src | bitcoin/src/zmq/zmqpublishnotifier.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 <zmq/zmqpublishnotifier.h>
#include <chain.h>
#include <chainparams.h>
#include <crypto/common.h>
#include <kernel/... | 0 |
bitcoin/src | bitcoin/src/zmq/zmqnotificationinterface.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 <zmq/zmqnotificationinterface.h>
#include <common/args.h>
#include <kernel/chain.h>
#include <kernel/mempool_entry.... | 0 |
bitcoin/src | bitcoin/src/zmq/zmqabstractnotifier.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_ZMQ_ZMQABSTRACTNOTIFIER_H
#define BITCOIN_ZMQ_ZMQABSTRACTNOTIFIER_H
#include <cstdint>
#include <functional>... | 0 |
bitcoin/src | bitcoin/src/zmq/zmqpublishnotifier.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_ZMQ_ZMQPUBLISHNOTIFIER_H
#define BITCOIN_ZMQ_ZMQPUBLISHNOTIFIER_H
#include <zmq/zmqabstractnotifier.h>
#inc... | 0 |
bitcoin/src | bitcoin/src/zmq/zmqnotificationinterface.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_ZMQ_ZMQNOTIFICATIONINTERFACE_H
#define BITCOIN_ZMQ_ZMQNOTIFICATIONINTERFACE_H
#include <primitives/transacti... | 0 |
bitcoin/src | bitcoin/src/zmq/zmqabstractnotifier.cpp | // Copyright (c) 2015-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.
#include <zmq/zmqabstractnotifier.h>
#include <cassert>
const int CZMQAbstractNotifier::DEFAULT_ZMQ_SNDHWM;
CZMQAbstractNo... | 0 |
bitcoin/src | bitcoin/src/zmq/zmqrpc.h | // 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.
#ifndef BITCOIN_ZMQ_ZMQRPC_H
#define BITCOIN_ZMQ_ZMQRPC_H
class CRPCTable;
void RegisterZMQRPCCommands(CRPCTable& t);
#end... | 0 |
bitcoin/src | bitcoin/src/zmq/zmqrpc.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 <zmq/zmqrpc.h>
#include <rpc/server.h>
#include <rpc/util.h>
#include <zmq/zmqabstractnotifier.h>
#include <zmq/zmq... | 0 |
bitcoin/src | bitcoin/src/zmq/zmqutil.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 <zmq/zmqutil.h>
#include <logging.h>
#include <zmq.h>
#include <cerrno>
#include <string>
void zmqError(const std... | 0 |
bitcoin/src | bitcoin/src/kernel/coinstats.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 <kernel/coinstats.h>
#include <chain.h>
#include <coins.h>
#include <crypto/muhash.h>
#include <hash.h>
#include <loggin... | 0 |
bitcoin/src | bitcoin/src/kernel/chain.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_KERNEL_CHAIN_H
#define BITCOIN_KERNEL_CHAIN_H
#include<iostream>
class CBlock;
class CBlockIndex;
namespace inte... | 0 |
bitcoin/src | bitcoin/src/kernel/bitcoinkernel.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 <functional>
#include <string>
// Define G_TRANSLATION_FUN symbol in libbitcoinkernel library so users of the
// library... | 0 |
bitcoin/src | bitcoin/src/kernel/mempool_persist.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_KERNEL_MEMPOOL_PERSIST_H
#define BITCOIN_KERNEL_MEMPOOL_PERSIST_H
#include <util/fs.h>
class Chainstate;
class C... | 0 |
bitcoin/src | bitcoin/src/kernel/disconnected_transactions.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 <kernel/disconnected_transactions.h>
#include <assert.h>
#include <core_memusage.h>
#include <memusage.h>
#include <prim... | 0 |
bitcoin/src | bitcoin/src/kernel/validation_cache_sizes.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_KERNEL_VALIDATION_CACHE_SIZES_H
#define BITCOIN_KERNEL_VALIDATION_CACHE_SIZES_H
#include <script/sigcache.h>
#in... | 0 |
bitcoin/src | bitcoin/src/kernel/notifications_interface.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_KERNEL_NOTIFICATIONS_INTERFACE_H
#define BITCOIN_KERNEL_NOTIFICATIONS_INTERFACE_H
#include <util/translation.h>
... | 0 |
bitcoin/src | bitcoin/src/kernel/cs_main.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 <kernel/cs_main.h>
#include <sync.h>
RecursiveMutex cs_main;
| 0 |
bitcoin/src | bitcoin/src/kernel/mempool_limits.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_KERNEL_MEMPOOL_LIMITS_H
#define BITCOIN_KERNEL_MEMPOOL_LIMITS_H
#include <policy/policy.h>
#include <cstdint>
na... | 0 |
bitcoin/src | bitcoin/src/kernel/mempool_persist.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 <kernel/mempool_persist.h>
#include <clientversion.h>
#include <consensus/amount.h>
#include <logging.h>
#include <primi... | 0 |
bitcoin/src | bitcoin/src/kernel/context.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 <kernel/context.h>
#include <crypto/sha256.h>
#include <key.h>
#include <logging.h>
#include <pubkey.h>
#include <random... | 0 |
bitcoin/src | bitcoin/src/kernel/checks.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 <kernel/checks.h>
#include <key.h>
#include <random.h>
#include <util/time.h>
#include <util/translation.h>
#include <m... | 0 |
bitcoin/src | bitcoin/src/kernel/mempool_options.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_KERNEL_MEMPOOL_OPTIONS_H
#define BITCOIN_KERNEL_MEMPOOL_OPTIONS_H
#include <kernel/mempool_limits.h>
#include <po... | 0 |
bitcoin/src | bitcoin/src/kernel/context.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_KERNEL_CONTEXT_H
#define BITCOIN_KERNEL_CONTEXT_H
#include <util/signalinterrupt.h>
#include <memory>
namespace... | 0 |
bitcoin/src | bitcoin/src/kernel/mempool_entry.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_KERNEL_MEMPOOL_ENTRY_H
#define BITCOIN_KERNEL_MEMPOOL_ENTRY_H
#include <consensus/amount.h>
#include <consen... | 0 |
bitcoin/src | bitcoin/src/kernel/checks.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_KERNEL_CHECKS_H
#define BITCOIN_KERNEL_CHECKS_H
#include <util/result.h>
namespace kernel {
struct Context;
/*... | 0 |
bitcoin/src | bitcoin/src/kernel/chainparams.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 <kernel/chainparams.h>
#include <chainparamsseeds.h>
#include <consensus/amo... | 0 |
bitcoin/src | bitcoin/src/kernel/mempool_removal_reason.cpp | // Copyright (c) 2016-present The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or https://opensource.org/license/mit/.
#include <kernel/mempool_removal_reason.h>
#include <cassert>
#include <string>
std::string RemovalReasonToString(const MemPoolRemovalR... | 0 |
bitcoin/src | bitcoin/src/kernel/coinstats.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_KERNEL_COINSTATS_H
#define BITCOIN_KERNEL_COINSTATS_H
#include <consensus/amount.h>
#include <crypto/muhash.h>
#i... | 0 |
bitcoin/src | bitcoin/src/kernel/disconnected_transactions.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_KERNEL_DISCONNECTED_TRANSACTIONS_H
#define BITCOIN_KERNEL_DISCONNECTED_TRANSACTIONS_H
#include <primitives/transa... | 0 |
bitcoin/src | bitcoin/src/kernel/chain.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 <chain.h>
#include <interfaces/chain.h>
#include <kernel/chain.h>
#include <sync.h>
#include <uint256.h>
class CBlock;
... | 0 |
bitcoin/src | bitcoin/src/kernel/chainparams.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_KERNEL_CHAINPARAMS_H
#define BITCOIN_KERNEL_CHAINPARAMS_H
#inclu... | 0 |
bitcoin/src | bitcoin/src/kernel/messagestartchars.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_KERNEL_MESSAGESTARTCHARS_H
#define BITCOIN_KERNEL_MESSAGESTARTCHARS_H
#include <array>
#include <cstdint>
using ... | 0 |
bitcoin/src | bitcoin/src/kernel/cs_main.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_KERNEL_CS_MAIN_H
#define BITCOIN_KERNEL_CS_MAIN_H
#include <sync.h>
/**
* Mutex to guard access to validation s... | 0 |
bitcoin/src | bitcoin/src/kernel/chainstatemanager_opts.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_KERNEL_CHAINSTATEMANAGER_OPTS_H
#define BITCOIN_KERNEL_CHAINSTATEMANAGER_OPTS_H
#include <kernel/notifications_in... | 0 |
bitcoin/src | bitcoin/src/kernel/blockmanager_opts.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_KERNEL_BLOCKMANAGER_OPTS_H
#define BITCOIN_KERNEL_BLOCKMANAGER_OPTS_H
#include <kernel/notifications_interface.h>... | 0 |
bitcoin/src | bitcoin/src/kernel/mempool_removal_reason.h | // Copyright (c) 2016-present The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or https://opensource.org/license/mit/.
#ifndef BITCOIN_KERNEL_MEMPOOL_REMOVAL_REASON_H
#define BITCOIN_KERNEL_MEMPOOL_REMOVAL_REASON_H
#include <string>
/** Reason why a tran... | 0 |
bitcoin/src | bitcoin/src/policy/policy.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_POLICY_POLICY_H
#define BITCOIN_POLICY_POLICY_H
#include <consen... | 0 |
bitcoin/src | bitcoin/src/policy/rbf.h | // 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.
#ifndef BITCOIN_POLICY_RBF_H
#define BITCOIN_POLICY_RBF_H
#include <consensus/amount.h>
#include <primitives/transaction.h>
... | 0 |
bitcoin/src | bitcoin/src/policy/fees.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_POLICY_FEES_H
#define BITCOIN_POLICY_FEES_H
#include <consensus/a... | 0 |
bitcoin/src | bitcoin/src/policy/settings.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_POLICY_SETTINGS_H
#define BITCOIN_POLICY_SETTINGS_H
extern unsig... | 0 |
bitcoin/src | bitcoin/src/policy/fees_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_POLICY_FEES_ARGS_H
#define BITCOIN_POLICY_FEES_ARGS_H
#include <util/fs.h>
class ArgsManager;
/** @return The f... | 0 |
bitcoin/src | bitcoin/src/policy/packages.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_POLICY_PACKAGES_H
#define BITCOIN_POLICY_PACKAGES_H
#include <consensus/consensus.h>
#include <consensus/val... | 0 |
bitcoin/src | bitcoin/src/policy/packages.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 <policy/packages.h>
#include <policy/policy.h>
#include <primitives/transaction.h>
#include <uint256.h>
#include <ut... | 0 |
bitcoin/src | bitcoin/src/policy/rbf.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 <policy/rbf.h>
#include <consensus/amount.h>
#include <kernel/mempool_entry.h>
#include <policy/feerate.h>
#include... | 0 |
bitcoin/src | bitcoin/src/policy/feerate.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 <consensus/amount.h>
#include <policy/feerate.h>
#include <tinyformat.h>... | 0 |
bitcoin/src | bitcoin/src/policy/fees_args.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 <policy/fees_args.h>
#include <common/args.h>
namespace {
const char* FEE_ESTIMATES_FILENAME = "fee_estimates.dat";
} /... | 0 |
bitcoin/src | bitcoin/src/policy/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 <policy/fees.h>
#include <clientversion.h>
#include <common/system.h>
#... | 0 |
bitcoin/src | bitcoin/src/policy/policy.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.
// NOTE: This file is intended to be customised by the end user, and includes onl... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.