Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ functions
Functions
8,090 in github.com/BTCGPU/BTCGPU
⨍
Functions
8,090
◇
Types & classes
1,644
↓ 15 callers
Function
empty_wallet
src/wallet/test/coinselector_tests.cpp:80
↓ 15 callers
Method
estimateFee
src/policy/fees.cpp:664
↓ 15 callers
Method
generate_blocks
(self, number, version, test_blocks=None)
test/functional/feature_csv_activation.py:151
↓ 15 callers
Function
make_utxo
Create a txout with a given amount and scriptPubKey Mines coins as needed. confirmed - txouts created will be confirmed in the blockchain;
test/functional/feature_rbf.py:19
↓ 15 callers
Method
rand32
Generate a random 32-bit integer. */
src/random.h:118
↓ 15 callers
Function
secp256k1_ec_seckey_verify
src/secp256k1/src/secp256k1.c:391
↓ 15 callers
Function
secp256k1_num_eq
src/secp256k1/src/num_gmp_impl.h:191
↓ 15 callers
Function
verify
src/test/scriptnum_tests.cpp:21
↓ 14 callers
Method
Add
src/leveldb/table/table_test.cc:473
↓ 14 callers
Function
AddTx
src/wallet/test/wallet_tests.cpp:201
↓ 14 callers
Function
CheckFinalTx
src/validation.cpp:322
↓ 14 callers
Function
CheckInputs
* Check whether all inputs of this transaction are valid (no double spends, scripts & sigs, amounts) * This does not modify the UTXO set. * * If pv
src/validation.cpp:1420
↓ 14 callers
Method
Clear
src/leveldb/db/write_batch.cc:37
↓ 14 callers
Function
FromHex
(obj, hex_string, **kwargs)
test/functional/test_framework/messages.py:204
↓ 14 callers
Method
Get
src/leveldb/db/db_impl.cc:1109
↓ 14 callers
Function
GetVirtualTransactionSize
src/policy/policy.cpp:249
↓ 14 callers
Method
IsRoutable
src/netaddress.cpp:226
↓ 14 callers
Function
NetworkErrorString
src/netbase.cpp:652
↓ 14 callers
Method
Release
src/leveldb/util/cache.cc:264
↓ 14 callers
Function
SelectCoinsBnB
src/wallet/coinselection.cpp:62
↓ 14 callers
Function
SetDataDir
src/bench/bench_bitcoin.cpp:41
↓ 14 callers
Function
ShutdownRequested
src/shutdown.cpp:20
↓ 14 callers
Function
UpdateInput
src/script/sign.cpp:401
↓ 14 callers
Function
all_rlt_txs
(txs)
test/functional/feature_csv_activation.py:85
↓ 14 callers
Method
begin
Vector subset
src/streams.h:234
↓ 14 callers
Method
capacity
src/test/prevector_tests.cpp:159
↓ 14 callers
Method
check_last_inv_announcement
Test whether the last announcement received had the right inv. inv should be a list of block hashes.
test/functional/p2p_sendheaders.py:191
↓ 14 callers
Method
height
(index)
test/functional/feature_pruning.py:243
↓ 14 callers
Method
level
Return the level that is being compacted. Inputs from "level" and "level+1" will be merged to produce a set of "level+1" files.
src/leveldb/db/version_set.h:330
↓ 14 callers
Function
parseBitcoinURI
src/qt/guiutil.cpp:121
↓ 14 callers
Function
recvall
Receive n bytes from a socket, or fail.
test/functional/test_framework/socks5.py:24
↓ 14 callers
Method
removeRecursive
src/txmempool.cpp:468
↓ 14 callers
Function
satoshi_round
(amount)
test/functional/test_framework/util.py:201
↓ 14 callers
Function
secp256k1_ecmult_gen
src/secp256k1/src/ecmult_gen_impl.h:124
↓ 14 callers
Function
secp256k1_fe_cmov
src/secp256k1/src/field_5x52_impl.h:447
↓ 14 callers
Function
secp256k1_fe_set_int
src/secp256k1/src/field_5x52_impl.h:229
↓ 14 callers
Function
secp256k1_gej_add_ge
src/secp256k1/src/group_impl.h:520
↓ 14 callers
Function
secp256k1_gej_double_var
src/secp256k1/src/group_impl.h:301
↓ 14 callers
Function
secp256k1_sha256_write
src/secp256k1/src/hash_impl.h:131
↓ 14 callers
Method
setFocus
src/qt/sendcoinsentry.cpp:249
↓ 14 callers
Method
setup_nodes
(self)
test/functional/interface_zmq.py:53
↓ 14 callers
Function
siphash_round
(v0, v1, v2, v3)
test/functional/test_framework/siphash.py:13
↓ 14 callers
Method
start_nodes
Start multiple bitcoinds
test/functional/test_framework/test_framework.py:309
↓ 13 callers
Function
EnsureWalletIsUnlocked
src/wallet/rpcwallet.cpp:85
↓ 13 callers
Function
EscapeString
src/leveldb/util/logging.cc:42
↓ 13 callers
Function
ExtractUserKey
Returns the user key portion of an internal key.
src/leveldb/db/dbformat.h:98
↓ 13 callers
Method
FinishedSingleOp
src/leveldb/db/db_bench.cc:224
↓ 13 callers
Function
FlushStateToDisk
* Update the on-disk chain state. * The caches and indexes are flushed depending on the mode we're called with * if they're too large, if it's been
src/validation.cpp:2145
↓ 13 callers
Function
FormatISO8601DateTime
src/utiltime.cpp:79
↓ 13 callers
Method
GetBucketPosition
src/addrman.cpp:27
↓ 13 callers
Function
GetListenPort
src/net.cpp:97
↓ 13 callers
Function
GetRandBytes
src/random.cpp:274
↓ 13 callers
Function
GetTransactionSigOpCost
src/consensus/tx_verify.cpp:138
↓ 13 callers
Method
GetTriedBucket
src/addrman.cpp:12
↓ 13 callers
Method
GetVersion
get the current wallet format (the oldest client version guaranteed to understand this wallet)
src/wallet/wallet.h:1090
↓ 13 callers
Method
HasWitness
src/primitives/transaction.h:348
↓ 13 callers
Function
HelpMessageGroup
src/util.cpp:671
↓ 13 callers
Method
IsBanned
src/net.cpp:509
↓ 13 callers
Function
ParseInternalKey
src/leveldb/db/dbformat.h:176
↓ 13 callers
Function
ParseNonRFCJSONValue
Non-RFC4627 JSON parser, accepts internal values (such as numbers, true, false, null) * as well as objects and arrays. */
src/rpc/client.cpp:214
↓ 13 callers
Method
Read
src/policy/fees.cpp:406
↓ 13 callers
Method
ReadConfigString
src/test/util_tests.cpp:182
↓ 13 callers
Function
assert_greater_than_or_equal
(thing1, thing2)
test/functional/test_framework/util.py:45
↓ 13 callers
Function
deser_uint256
(f)
test/functional/test_framework/messages.py:94
↓ 13 callers
Method
disconnect_p2ps
Close all p2p connections to the node.
test/functional/test_framework/test_node.py:342
↓ 13 callers
Method
randbits
Generate a random (bits)-bit integer. */
src/random.h:89
↓ 13 callers
Function
secp256k1_ec_pubkey_tweak_add
src/secp256k1/src/secp256k1.c:477
↓ 13 callers
Function
secp256k1_ecdsa_signature_serialize_der
src/secp256k1/src/secp256k1.c:249
↓ 13 callers
Method
seek
src/streams.h:129
↓ 13 callers
Method
start
Start the node.
test/functional/test_framework/test_node.py:142
↓ 13 callers
Method
test_address
Run sanity checks on an address.
test/functional/wallet_address_types.py:98
↓ 13 callers
Method
value
src/leveldb/db/db_iter.cc:70
↓ 13 callers
Method
write
src/serialize.h:909
↓ 12 callers
Function
AbortNode
Abort with a message */
src/validation.cpp:1565
↓ 12 callers
Function
ArrayToString
src/test/uint256_tests.cpp:51
↓ 12 callers
Function
CheckUnparsable
src/test/descriptor_tests.cpp:16
↓ 12 callers
Function
CloseSocket
src/netbase.cpp:686
↓ 12 callers
Function
EvalScript
src/script/interpreter.cpp:309
↓ 12 callers
Method
ForRead
src/serialize.h:874
↓ 12 callers
Method
GetChildren
src/leveldb/util/env_win.cc:622
↓ 12 callers
Method
GetLocator
src/chain.cpp:23
↓ 12 callers
Method
GetMinFee
src/txmempool.cpp:976
↓ 12 callers
Method
GetType
src/script/bitcoinconsensus.cpp:50
↓ 12 callers
Function
InsecureRandBool
src/test/test_bitcoin.h:38
↓ 12 callers
Function
Load
src/crypto/sha256_shani.cpp:69
↓ 12 callers
Function
LockDirectory
src/util.cpp:148
↓ 12 callers
Function
MakeKey
src/leveldb/db/db_test.cc:2088
↓ 12 callers
Function
Or
src/crypto/sha256_sse41.cpp:23
↓ 12 callers
Function
Or
src/crypto/sha256_avx2.cpp:23
↓ 12 callers
Method
Read
src/leveldb/helpers/memenv/memenv.cc:52
↓ 12 callers
Function
RunOperators
src/test/scriptnum_tests.cpp:157
↓ 12 callers
Method
SeekToFirst
src/leveldb/db/db_test.cc:1937
↓ 12 callers
Method
Select
src/wallet/coincontrol.h:57
↓ 12 callers
Function
SelectParams
src/chainparams.cpp:485
↓ 12 callers
Function
Serialize
Helpers:
src/test/sigopcount_tests.cpp:19
↓ 12 callers
Method
SetNull
src/addrdb.h:56
↓ 12 callers
Function
ShR
src/crypto/sha256_sse41.cpp:25
↓ 12 callers
Function
ShR
src/crypto/sha256_avx2.cpp:25
↓ 12 callers
Method
Valid
src/leveldb/table/table_test.cc:280
↓ 12 callers
Method
Valid
src/leveldb/db/db_test.cc:1936
← previous
next →
501–600 of 8,090, ranked by callers