File tree Expand file tree Collapse file tree 10 files changed +38
-2
lines changed
Expand file tree Collapse file tree 10 files changed +38
-2
lines changed Original file line number Diff line number Diff line change 1+ // Copyright (c) 2023-present The Bitcoin Core developers
2+ // Distributed under the MIT software license, see the accompanying
3+ // file COPYING or https://opensource.org/license/mit.
4+
15#include < node/peerman_args.h>
26
37#include < common/args.h>
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2023-present The Bitcoin Core developers
2+ // Distributed under the MIT software license, see the accompanying
3+ // file COPYING or https://opensource.org/license/mit.
4+
15#ifndef BITCOIN_NODE_PEERMAN_ARGS_H
26#define BITCOIN_NODE_PEERMAN_ARGS_H
37
Original file line number Diff line number Diff line change 1- // Copyright (c) 2024
1+ // Copyright (c) 2024-present The Bitcoin Core developers
22// Distributed under the MIT software license, see the accompanying
33// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44
Original file line number Diff line number Diff line change 1- // Copyright (c) 2024
1+ // Copyright (c) 2024-present The Bitcoin Core developers
22// Distributed under the MIT software license, see the accompanying
33// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44#ifndef BITCOIN_NODE_TXDOWNLOADMAN_IMPL_H
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2022-present The Bitcoin Core developers
2+ // Distributed under the MIT software license, see the accompanying
3+ // file COPYING or https://opensource.org/license/mit.
4+
15#include < arith_uint256.h>
26#include < chain.h>
37#include < chainparams.h>
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2023-present The Bitcoin Core developers
2+ // Distributed under the MIT software license, see the accompanying
3+ // file COPYING or https://opensource.org/license/mit.
4+
15#include < blockencodings.h>
26#include < consensus/merkle.h>
37#include < consensus/validation.h>
Original file line number Diff line number Diff line change 1+ // Copyright 2014 BitPay Inc.
2+ // Copyright (c) 2022-present The Bitcoin Core developers
3+ // Distributed under the MIT software license, see the accompanying
4+ // file COPYING or https://opensource.org/license/mit.
5+
16#ifndef BITCOIN_UNIVALUE_INCLUDE_UNIVALUE_ESCAPES_H
27#define BITCOIN_UNIVALUE_INCLUDE_UNIVALUE_ESCAPES_H
38static const char * escapes [256 ] = {
Original file line number Diff line number Diff line change 1+ // Copyright 2014 BitPay Inc.
2+ // Copyright (c) 2017-present The Bitcoin Core developers
3+ // Distributed under the MIT software license, see the accompanying
4+ // file COPYING or https://opensource.org/license/mit.
5+
16// Test program that can be called by the JSON test suite at
27// https://github.com/nst/JSONTestSuite.
38//
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2023-present The Bitcoin Core developers
2+ // Distributed under the MIT software license, see the accompanying
3+ // file COPYING or https://opensource.org/license/mit.
4+
15#ifndef BITCOIN_UTIL_TRANSACTION_IDENTIFIER_H
26#define BITCOIN_UTIL_TRANSACTION_IDENTIFIER_H
37
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env python3
2+ #
3+ # Copyright (c) 2024-present The Bitcoin Core developers
4+ # Distributed under the MIT software license, see the accompanying
5+ # file COPYING or https://opensource.org/license/mit.
6+
17SHARED_EXCLUDED_SUBTREES = ["src/leveldb/" ,
28 "src/crc32c/" ,
39 "src/secp256k1/" ,
You can’t perform that action at this time.
0 commit comments