Home
last modified time | relevance | path

Searched defs:chainparams (Results 1 – 25 of 144) sorted by relevance

123456

/dports/net-p2p/c-lightning/lightning-0.10.2/bitcoin/
H A Dchainparams.h11 struct chainparams { struct
12 const char *network_name;
13 const char *bip173_name;
16 const char *bip70_name;
40 * chainparams_for_network - Look up blockchain parameters by its name argument
42 const struct chainparams *chainparams_for_network(const char *network_name); argument
H A Dblock.c140 bitcoin_block_from_hex(const tal_t *ctx, const struct chainparams *chainparams, in bitcoin_block_from_hex()
273 void towire_chainparams(u8 **cursor, const struct chainparams *chainparams) in towire_chainparams()
279 const struct chainparams **chainparams) in fromwire_chainparams()
H A Dbase58.c33 char *bitcoin_to_base58(const tal_t *ctx, const struct chainparams *chainparams, in bitcoin_to_base58()
39 char *p2sh_to_base58(const tal_t *ctx, const struct chainparams *chainparams, in p2sh_to_base58()
/dports/net-p2p/c-lightning/lightning-0.10.2/tests/
H A Dtest_opening.py240 def test_v2_rbf_single(node_factory, bitcoind, chainparams): argument
339 def test_v2_rbf_liquidity_ad(node_factory, bitcoind, chainparams): argument
418 def test_v2_rbf_multi(node_factory, bitcoind, chainparams): argument
509 def test_rbf_reconnect_init(node_factory, bitcoind, chainparams): argument
560 def test_rbf_reconnect_ack(node_factory, bitcoind, chainparams): argument
611 def test_rbf_reconnect_tx_construct(node_factory, bitcoind, chainparams): argument
678 def test_rbf_reconnect_tx_sigs(node_factory, bitcoind, chainparams): argument
819 def test_rbf_no_overlap(node_factory, bitcoind, chainparams): argument
857 def test_rbf_fails_to_broadcast(node_factory, bitcoind, chainparams): argument
938 def test_rbf_broadcast_close_inflights(node_factory, bitcoind, chainparams): argument
[all …]
H A Dtest_closing.py22 def test_closing(node_factory, bitcoind, chainparams): argument
317 def test_closing_specified_destination(node_factory, bitcoind, chainparams): argument
375 def closing_negotiation_step(node_factory, bitcoind, chainparams, opts): argument
515 def test_penalty_inhtlc(node_factory, bitcoind, executor, chainparams): argument
611 def test_penalty_outhtlc(node_factory, bitcoind, executor, chainparams): argument
940 def test_channel_lease_lessor_cheat(node_factory, bitcoind, chainparams): argument
1013 def test_channel_lease_lessee_cheat(node_factory, bitcoind, chainparams): argument
1086 def test_penalty_htlc_tx_fulfill(node_factory, bitcoind, chainparams): argument
1219 def test_penalty_htlc_tx_timeout(node_factory, bitcoind, chainparams): argument
1506 def test_penalty_rbf_burn(node_factory, bitcoind, executor, chainparams): argument
[all …]
H A Dtest_wallet.py262 def test_txprepare(node_factory, bitcoind, chainparams): argument
417 def test_reserveinputs(node_factory, bitcoind, chainparams): argument
473 def test_fundpsbt(node_factory, bitcoind, chainparams): argument
559 def test_utxopsbt(node_factory, bitcoind, chainparams): argument
675 def test_sign_and_send_psbt(node_factory, bitcoind, chainparams): argument
877 def test_txsend(node_factory, bitcoind, chainparams): argument
H A Dtest_misc.py469 def test_bech32_funding(node_factory, chainparams): argument
492 def test_withdraw_misc(node_factory, bitcoind, chainparams): argument
803 def test_listconfigs(node_factory, bitcoind, chainparams): argument
827 def test_listconfigs_plugins(node_factory, bitcoind, chainparams): argument
1736 def test_newaddr(node_factory, chainparams): argument
1957 def test_config_in_subdir(node_factory, chainparams): argument
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Ddenialofservice_tests.cpp53 const CChainParams& chainparams = Params(); in BOOST_FIXTURE_TEST_SUITE() local
121 const CChainParams& chainparams = Params(); in BOOST_AUTO_TEST_CASE() local
193 const CChainParams& chainparams = Params(); in BOOST_AUTO_TEST_CASE() local
287 const CChainParams& chainparams = Params(); in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Ddenialofservice_tests.cpp53 const CChainParams& chainparams = Params(); in BOOST_FIXTURE_TEST_SUITE() local
121 const CChainParams& chainparams = Params(); in BOOST_AUTO_TEST_CASE() local
193 const CChainParams& chainparams = Params(); in BOOST_AUTO_TEST_CASE() local
287 const CChainParams& chainparams = Params(); in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Ddenialofservice_tests.cpp53 const CChainParams& chainparams = Params(); in BOOST_FIXTURE_TEST_SUITE() local
121 const CChainParams& chainparams = Params(); in BOOST_AUTO_TEST_CASE() local
193 const CChainParams& chainparams = Params(); in BOOST_AUTO_TEST_CASE() local
287 const CChainParams& chainparams = Params(); in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Ddenialofservice_tests.cpp81 const CChainParams& chainparams = Params(); in BOOST_FIXTURE_TEST_SUITE() local
150 const CChainParams& chainparams = Params(); in BOOST_AUTO_TEST_CASE() local
222 const CChainParams& chainparams = Params(); in BOOST_AUTO_TEST_CASE() local
268 const CChainParams& chainparams = Params(); in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Ddenialofservice_tests.cpp81 const CChainParams& chainparams = Params(); in BOOST_FIXTURE_TEST_SUITE() local
150 const CChainParams& chainparams = Params(); in BOOST_AUTO_TEST_CASE() local
222 const CChainParams& chainparams = Params(); in BOOST_AUTO_TEST_CASE() local
268 const CChainParams& chainparams = Params(); in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Ddenialofservice_tests.cpp81 const CChainParams& chainparams = Params(); in BOOST_FIXTURE_TEST_SUITE() local
150 const CChainParams& chainparams = Params(); in BOOST_AUTO_TEST_CASE() local
222 const CChainParams& chainparams = Params(); in BOOST_AUTO_TEST_CASE() local
268 const CChainParams& chainparams = Params(); in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Dhtlc_tx.c7 const struct chainparams *chainparams, in htlc_tx()
76 const struct chainparams *chainparams, in htlc_success_tx()
128 const struct chainparams *chainparams, in htlc_timeout_tx()
H A Daddr.c8 const struct chainparams *chainparams, in encode_scriptpubkey_to_addr()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/test/
H A Dtest_bitcoin.cpp50 const CChainParams& chainparams = Params(); in TestingSetup() local
106 const CChainParams& chainparams = Params(); in CreateAndProcessBlock() local
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/test/
H A Dtest_bitcoin.cpp50 const CChainParams& chainparams = Params(); in TestingSetup() local
106 const CChainParams& chainparams = Params(); in CreateAndProcessBlock() local
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/test/
H A Dtest_bitcoin.cpp50 const CChainParams& chainparams = Params(); in TestingSetup() local
106 const CChainParams& chainparams = Params(); in CreateAndProcessBlock() local
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/test/
H A Dtest_bitcoin.cpp68 const CChainParams& chainparams = Params(); in TestingSetup() local
135 const CChainParams& chainparams = Params(); in CreateAndProcessBlock() local
/dports/net-p2p/litecoin/litecoin-0.18.1/src/test/
H A Dtest_bitcoin.cpp68 const CChainParams& chainparams = Params(); in TestingSetup() local
135 const CChainParams& chainparams = Params(); in CreateAndProcessBlock() local
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/test/
H A Dtest_bitcoin.cpp68 const CChainParams& chainparams = Params(); in TestingSetup() local
135 const CChainParams& chainparams = Params(); in CreateAndProcessBlock() local
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dvalidation.cpp999 const CChainParams& chainparams = Params(); in AcceptToMemoryPool() local
1780 CCoinsViewCache& view, const CChainParams& chainparams, bool fJustCheck) in ConnectBlock()
2180 const CChainParams& chainparams = Params(); in FlushStateToDisk() local
2189 const CChainParams& chainparams = Params(); in PruneAndFlush() local
3702 const CChainParams& chainparams = Params(); in PruneBlockFilesManual() local
3950 bool LoadChainTip(const CChainParams& chainparams) in LoadChainTip()
4367 bool LoadBlockIndex(const CChainParams& chainparams) in LoadBlockIndex()
4389 bool CChainState::LoadGenesisBlock(const CChainParams& chainparams) in LoadGenesisBlock()
4414 bool LoadGenesisBlock(const CChainParams& chainparams) in LoadGenesisBlock()
4419 bool LoadExternalBlockFile(const CChainParams& chainparams, FILE* fileIn, CDiskBlockPos *dbp) in LoadExternalBlockFile()
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dvalidation.cpp999 const CChainParams& chainparams = Params(); in AcceptToMemoryPool() local
1780 CCoinsViewCache& view, const CChainParams& chainparams, bool fJustCheck) in ConnectBlock()
2180 const CChainParams& chainparams = Params(); in FlushStateToDisk() local
2189 const CChainParams& chainparams = Params(); in PruneAndFlush() local
3702 const CChainParams& chainparams = Params(); in PruneBlockFilesManual() local
3950 bool LoadChainTip(const CChainParams& chainparams) in LoadChainTip()
4367 bool LoadBlockIndex(const CChainParams& chainparams) in LoadBlockIndex()
4389 bool CChainState::LoadGenesisBlock(const CChainParams& chainparams) in LoadGenesisBlock()
4414 bool LoadGenesisBlock(const CChainParams& chainparams) in LoadGenesisBlock()
4419 bool LoadExternalBlockFile(const CChainParams& chainparams, FILE* fileIn, CDiskBlockPos *dbp) in LoadExternalBlockFile()
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dvalidation.cpp999 const CChainParams& chainparams = Params(); in AcceptToMemoryPool() local
1780 CCoinsViewCache& view, const CChainParams& chainparams, bool fJustCheck) in ConnectBlock()
2180 const CChainParams& chainparams = Params(); in FlushStateToDisk() local
2189 const CChainParams& chainparams = Params(); in PruneAndFlush() local
3702 const CChainParams& chainparams = Params(); in PruneBlockFilesManual() local
3950 bool LoadChainTip(const CChainParams& chainparams) in LoadChainTip()
4367 bool LoadBlockIndex(const CChainParams& chainparams) in LoadBlockIndex()
4389 bool CChainState::LoadGenesisBlock(const CChainParams& chainparams) in LoadGenesisBlock()
4414 bool LoadGenesisBlock(const CChainParams& chainparams) in LoadGenesisBlock()
4419 bool LoadExternalBlockFile(const CChainParams& chainparams, FILE* fileIn, CDiskBlockPos *dbp) in LoadExternalBlockFile()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/bench/
H A Dduplicate_inputs.cpp20 const CChainParams& chainparams = Params(); in DuplicateInputs() local

123456