MCPcopy Create free account

hub / github.com/bitcoin/bitcoin / functions

Functions16,054 in github.com/bitcoin/bitcoin

↓ 74 callersMethodGetTx
src/node/txorphanage.cpp:578
↓ 74 callersMethodcreate_self_transfer_multi
Create and return a transaction that spends the given UTXOs and creates a certain number of outputs with equal amounts. The output am
test/functional/test_framework/wallet.py:295
↓ 74 callersMethodget_vsize
(self, txn)
test/functional/wallet_basic.py:58
↓ 74 callersMethodsize
src/primitives/transaction_identifier.h:62
↓ 73 callersFunctionErrorString
src/util/result.h:93
↓ 73 callersFunctionFromHex
src/uint256.h:143
↓ 73 callersMethodsync_blocks
Wait until everybody has the same tip. sync_blocks needs to be called with an rpc_connections set that has least one node alr
test/functional/test_framework/test_framework.py:697
↓ 72 callersMethodSize
src/wallet/spend.cpp:194
↓ 72 callersMethodmove_tip
(self, number)
test/functional/feature_block.py:1402
↓ 70 callersMethodAddTx
src/node/txorphanage.cpp:307
↓ 70 callersFunctionKey
src/leveldb/db/db_test.cc:1026
↓ 70 callersFunctionbegin
src/leveldb/include/leveldb/slice.h:55
↓ 70 callersMethodskip_if_no_wallet
Skip the running test if wallet has not been compiled.
test/functional/test_framework/test_framework.py:1040
↓ 69 callersFunctionCheckWithFlag
src/test/transaction_tests.cpp:456
↓ 69 callersFunctionGetSerializeSize
src/serialize.h:1157
↓ 69 callersFunctionVector
src/util/vector.h:23
↓ 69 callersMethodbumpmocktime
Fast forward using setmocktime to self.mocktime + seconds. Requires setmocktime to have been called at some point in the past.
test/functional/test_framework/test_node.py:854
↓ 69 callersFunctionsecp256k1_fe_sqr
src/secp256k1/src/field_impl.h:352
↓ 69 callersFunctionsecp256k1_scalar_add
src/secp256k1/src/scalar_low_impl.h:47
↓ 68 callersMethodconnect
src/ipc/process.cpp:100
↓ 68 callersMethoddecode
(vch)
test/functional/test_framework/script.py:412
↓ 68 callersMethodget
(self, path, connection_header=None)
test/functional/interface_http.py:69
↓ 68 callersMethodrand64
Generate a random 64-bit integer. */
src/random.h:404
↓ 68 callersMethodrandbits
Generate a random (bits)-bit integer. */
src/random.h:204
↓ 68 callersMethodto_string
(self, mainnet=False)
test/functional/test_framework/extendedkey.py:158
↓ 67 callersFunctionRESTERR
src/rest.cpp:72
↓ 66 callersFunctionFormatMoney
src/util/moneystr.cpp:19
↓ 66 callersMethodIsNull
src/psbt.cpp:34
↓ 66 callersFunctionReadBE32
src/crypto/common.h:72
↓ 66 callersFunctionWriteLE32
src/crypto/common.h:50
↓ 65 callersMethodGetFeePerK
* Return the fee in satoshis for a vsize of 1000 vbytes */
src/policy/feerate.h:62
↓ 65 callersMethodget_utxo
Returns a utxo and marks it as spent (pops it from the internal list) Args: txid: get the first utxo we find from a specific
test/functional/test_framework/wallet.py:222
↓ 65 callersMethodresize
src/streams.h:200
↓ 65 callersFunctionsecp256k1_scalar_get_b32
src/secp256k1/src/scalar_low_impl.h:86
↓ 64 callersFunctionGenerateRandomKey
src/key.cpp:352
↓ 64 callersFunctionSerializeToVector
src/psbt.h:117
↓ 64 callersFunctionUCharCast
Helper functions to safely cast basic byte pointers to unsigned char pointers.
src/span.h:95
↓ 64 callersFunctionleft
src/crypto/sha1.cpp:28
↓ 64 callersFunctionsigma0
src/crypto/sha512.cpp:21
↓ 64 callersFunctionsigma1
src/crypto/sha512.cpp:22
↓ 64 callersMethodwait_for_getdata
Waits for a getdata message. The object hashes in the inventory vector must match the provided hash_list.
test/functional/test_framework/p2p.py:659
↓ 63 callersFunctionLookup
src/netbase.cpp:191
↓ 63 callersFunctionParseMoney
src/util/moneystr.cpp:45
↓ 63 callersMethodwait
src/util/subprocess.h:1046
↓ 62 callersMethodRead
src/wallet/db.h:68
↓ 62 callersMethodSelect
src/addrman.cpp:1201
↓ 62 callersFunctionSolver
src/script/solver.cpp:141
↓ 62 callersMethodrun
Start the network thread.
test/functional/test_framework/p2p.py:748
↓ 61 callersFunctionCallRPC
src/bitcoin-cli.cpp:1155
↓ 61 callersFunctionsecp256k1_get_hash_context
src/secp256k1/src/secp256k1.c:238
↓ 61 callersFunctionsecp256k1_u128_to_u64
src/secp256k1/src/int128_struct_impl.h:93
↓ 61 callersMethodtest_send
(self, from_wallet, to_wallet=None, amount=None, data=None, arg_conf_target=None, arg_estima
test/functional/wallet_send.py:41
↓ 60 callersFunctionFind
src/test/miniminer_tests.cpp:68
↓ 60 callersFunctionResetArgs
src/test/getarg_tests.cpp:24
↓ 60 callersMethodSingleColorIcon
src/qt/platformstyle.cpp:105
↓ 60 callersFunctionsecp256k1_i128_accum_mul
src/secp256k1/src/int128_struct_impl.h:123
↓ 60 callersFunctionsecp256k1_scalar_set_b32
src/secp256k1/src/scalar_low_impl.h:70
↓ 60 callersMethodsend
src/util/subprocess.h:1355
↓ 60 callersMethodtest_importdesc
Run importdescriptors and assert success
test/functional/wallet_importdescriptors.py:53
↓ 60 callersFunctiontest_witness_block
Send a block to the node and check that it's accepted - Submit the block over the p2p interface - use the getbestblockhash rpc to check for a
test/functional/p2p_segwit.py:138
↓ 59 callersMethodGetDataDirNet
src/common/args.cpp:330
↓ 59 callersFunctionTestDouble
src/test/serfloat_tests.cpp:21
↓ 59 callersMethodadd_outbound_p2p_connection
Add an outbound p2p connection from node. Must be an "outbound-full-relay", "block-relay-only", "addr-fetch" or "feeler" connection.
test/functional/test_framework/test_node.py:772
↓ 59 callersFunctionformat
src/tinyformat.h:1079
↓ 58 callersMethodGetResult
src/consensus/validation.h:108
↓ 58 callersFunctionLookupAddr
src/bench/asmap.cpp:34
↓ 58 callersFunctiontestrand256
src/secp256k1/src/testrand_impl.h:85
↓ 57 callersFunctionEXCLUSIVE_LOCKS_REQUIRED
src/wallet/wallet.cpp:1284
↓ 57 callersMethodHaveTx
src/node/txorphanage.cpp:572
↓ 57 callersMethodNext
src/wallet/sqlite.cpp:570
↓ 57 callersMethodempty
src/leveldb/db/snapshot.h:46
↓ 57 callersFunctionend
src/leveldb/include/leveldb/slice.h:56
↓ 57 callersFunctiontest_transaction_acceptance
Send a transaction to the node and check that it's accepted to the mempool - Submit the transaction over the p2p interface - use the getrawme
test/functional/p2p_segwit.py:127
↓ 56 callersMethodConsumeRandomLengthString
Returns a std::string of length from 0 to |max_length|. When it runs out of input data, returns what remains of the input. Designed to be more stable
src/test/fuzz/FuzzedDataProvider.h:152
↓ 56 callersMethodDisconnectMsg
src/net.cpp:722
↓ 56 callersFunctionexists
Disallow implicit std::string conversion for exists to avoid locale-dependent encoding on windows.
src/util/fs.h:96
↓ 55 callersMethodIsSpent
* Outpoint is spent if any non-conflicted transaction * spends it: */
src/wallet/wallet.cpp:765
↓ 55 callersFunctionfopen
src/util/fs.cpp:23
↓ 55 callersFunctiontx_from_hex
Deserialize from hex string to a transaction object
test/functional/test_framework/messages.py:256
↓ 54 callersMethodToString
src/node/blockstorage.cpp:166
↓ 54 callersMethodwait_for_disconnect
(self, *, timeout=60)
test/functional/test_framework/p2p.py:616
↓ 53 callersFunctionCallOneOf
src/test/fuzz/util.h:37
↓ 53 callersMethodIsArgSet
src/common/args.cpp:433
↓ 53 callersFunctionParseFixedPoint
src/util/strencodings.cpp:270
↓ 53 callersFunctionsecp256k1_scalar_negate
src/secp256k1/src/scalar_low_impl.h:99
↓ 52 callersFunctionLookupHost
src/netbase.cpp:173
↓ 52 callersMethodSet
src/node/warnings.cpp:29
↓ 52 callersMethodToString
src/policy/feerate.cpp:29
↓ 52 callersMethodrandbytes
src/random.h:297
↓ 51 callersFunctionDynamicUsage
Dynamic memory usage for built-in types is zero. */
src/memusage.h:31
↓ 51 callersFunctionJoin
NOLINTNEXTLINE(misc-no-recursion)
src/util/string.h:208
↓ 51 callersFunctionMakeByteSpan
src/span.h:84
↓ 51 callersFunctionTestTime
Define a virtual block time, one block per 10 minutes after Nov 14 2014, 0:55:36am */
src/test/versionbits_tests.cpp:19
↓ 51 callersFunctionVerifyScript
src/script/interpreter.cpp:2012
↓ 51 callersMethodbatch
src/bench/nanobench.h:3211
↓ 51 callersMethoddisconnect_nodes
(self, a, b)
test/functional/test_framework/test_framework.py:610
↓ 51 callersMethoditems
(self)
test/functional/rpc_rawtransaction.py:64
↓ 51 callersFunctionsecp256k1_scalar_mul
src/secp256k1/src/scalar_low_impl.h:133
↓ 50 callersFunctionEncodeDestination
src/key_io.cpp:295
↓ 50 callersFunctionGetWalletForJSONRPCRequest
src/wallet/rpc/util.cpp:62
← previousnext →201–300 of 16,054, ranked by callers