Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin-sv/bitcoin-sv
/ functions
Functions
11,735 in github.com/bitcoin-sv/bitcoin-sv
⨍
Functions
11,735
◇
Types & classes
2,257
↓ 24 callers
Function
uint256_from_str
(s)
test/functional/test_framework/mininode.py:169
↓ 23 callers
Method
AddCoin
src/coins.cpp:45
↓ 23 callers
Function
CombineSignatures
src/script/sign.cpp:356
↓ 23 callers
Method
GetMaxStackMemoryUsage
src/test/dummy_config.h:220
↓ 23 callers
Method
GetScriptSize
src/coins.h:235
↓ 23 callers
Method
GetVersion
get the current wallet format (the oldest client version guaranteed to understand this wallet)
src/wallet/wallet.h:1049
↓ 23 callers
Method
IsSpent
src/coins.h:234
↓ 23 callers
Function
ParseInt32
src/univalue/lib/univalue_get.cpp:30
↓ 23 callers
Function
ScriptErrorString
src/script/script_error.cpp:9
↓ 23 callers
Function
Serialize
src/serialize.h:196
↓ 23 callers
Function
WindowsError
src/leveldb/util/env_windows.cc:65
↓ 23 callers
Method
index
src/script/script_num.h:99
↓ 23 callers
Function
secp256k1_context_destroy
src/secp256k1/src/secp256k1.c:187
↓ 23 callers
Method
send_response
src/test/webhook_client_tests.cpp:43
↓ 23 callers
Method
soft_rej_blocks_hashes
(self, conn)
test/functional/bsv-soft-rejected-blocks.py:41
↓ 23 callers
Method
submit_block_and_check_tip
(self, node, block, expect_tip)
test/functional/soft_consensus_freeze_base.py:204
↓ 23 callers
Function
testutil_random_ge_test
src/secp256k1/src/testutil.h:82
↓ 22 callers
Method
AddTxn
Add single txn
src/mining/group_builder.cpp:22
↓ 22 callers
Function
BytewiseComparator
src/leveldb/util/comparator.cc:70
↓ 22 callers
Method
Contains
Efficiently check whether a block is present in this chain. */
src/chain.h:54
↓ 22 callers
Function
EncodeDestination
src/dstencode.cpp:10
↓ 22 callers
Function
EncodeHexTx
src/core_write.cpp:178
↓ 22 callers
Method
GetNode
src/net/block_download_tracker.h:35
↓ 22 callers
Function
IsInitialBlockDownload
src/validation.cpp:2266
↓ 22 callers
Function
NumberToString
src/leveldb/util/logging.cc:37
↓ 22 callers
Function
ParseUInt64
src/utilstrencodings.cpp:596
↓ 22 callers
Function
StandardScriptVerifyFlags
returns flags for "standard" script based on current era */
src/policy/policy.h:209
↓ 22 callers
Method
StartWritingChunks
src/httpserver.cpp:542
↓ 22 callers
Method
Sync
src/leveldb/db/fault_injection_test.cc:213
↓ 22 callers
Method
TEST_CompactRange
src/leveldb/db/db_impl.cc:599
↓ 22 callers
Method
Write
src/rpc/text_writer.h:34
↓ 22 callers
Method
bad_message
(self, message)
test/functional/p2p-leaktests.py:30
↓ 22 callers
Method
create_test_block
(self, txs, version=536870912)
test/functional/csv-activation.py:148
↓ 22 callers
Method
free
src/support/lockedpool.cpp:95
↓ 22 callers
Method
get_request
(self, *args, **argsn)
test/functional/test_framework/authproxy.py:129
↓ 22 callers
Method
publicKeyHex
(self)
test/functional/test_framework/miner_id.py:56
↓ 22 callers
Method
pushV
src/rpc/jsonwriter.cpp:46
↓ 22 callers
Function
rpc_port
(n)
test/functional/test_framework/util.py:307
↓ 22 callers
Function
secp256k1_ec_seckey_verify
src/secp256k1/src/secp256k1.c:590
↓ 22 callers
Function
secp256k1_ecdsa_sig_verify
src/secp256k1/src/ecdsa_impl.h:195
↓ 22 callers
Function
secp256k1_fe_get_b32
src/secp256k1/src/field_impl.h:294
↓ 22 callers
Function
secp256k1_fe_normalizes_to_zero_var
src/secp256k1/src/field_impl.h:206
↓ 22 callers
Function
ser_string
(s)
test/functional/test_framework/mininode.py:149
↓ 22 callers
Method
size
src/test/prevector_tests.cpp:151
↓ 21 callers
Function
AppendNumberTo
src/leveldb/util/logging.cc:17
↓ 21 callers
Function
Between
src/leveldb/db/db_test.cc:1190
↓ 21 callers
Function
BigString
Construct a string of the specified length made out of the supplied partial string.
src/leveldb/db/log_test.cc:18
↓ 21 callers
Method
CheckTopoSort
Try to disprove toposort by trying to find an ADD Change in the changeset that references another ADD transaction that appears later in the changeset.
src/mining/journal_change_set.cpp:178
↓ 21 callers
Function
ConsumeDecimalNumberRoundtripTest
src/leveldb/util/logging_test.cc:40
↓ 21 callers
Function
DateTimeStrFormat
src/utiltime.cpp:79
↓ 21 callers
Method
Erase
src/wallet/db.h:266
↓ 21 callers
Method
GetCPFPGroup
src/txmempool.h:206
↓ 21 callers
Method
GetCommand
Get HTTP command type
src/rpc/http_request.h:53
↓ 21 callers
Method
GetMaxScriptNumLength
src/test/dummy_config.h:373
↓ 21 callers
Method
GetTestDirectory
src/leveldb/util/env_posix.cc:685
↓ 21 callers
Function
IsHexNumber
src/utilstrencodings.cpp:74
↓ 21 callers
Function
MallocUsage
* Compute the memory used for dynamically allocated but owned data structures. * For generic data types, this is *not* recursive. * DynamicUsage(vec
src/memusage.h:57
↓ 21 callers
Function
NewTxn
Generate a new random transaction
src/test/mining_group_builder_tests.cpp:57
↓ 21 callers
Function
ParseInt64
src/univalue/lib/univalue_get.cpp:46
↓ 21 callers
Function
ParseUInt32
src/utilstrencodings.cpp:578
↓ 21 callers
Method
SeekToFirst
src/leveldb/db/db_iter.cc:292
↓ 21 callers
Method
StopWritingChunks
src/httpserver.cpp:559
↓ 21 callers
Method
_whitelistTx
(self, node, tx, enforce_at_height)
test/functional/bsv-frozentxo-confiscation.py:246
↓ 21 callers
Method
add_connection
(self, conn)
test/functional/test_framework/mininode.py:2309
↓ 21 callers
Method
getvch
src/test/scriptnum10.h:139
↓ 21 callers
Method
insertTxnInputs
src/txn_double_spend_detector.cpp:11
↓ 21 callers
Method
isArray
src/univalue/include/univalue.h:90
↓ 21 callers
Function
make_miner_id_block
(connection, params, utxo=None, datarefTxns=None, minerInfoTx=None, parentBlock=None, makeValid=True, lastBloc
test/functional/test_framework/miner_id.py:301
↓ 21 callers
Method
rbegin
src/prevector.h:421
↓ 21 callers
Function
secp256k1_gej_double_var
src/secp256k1/src/group_impl.h:464
↓ 21 callers
Function
secp256k1_keypair_xonly_pub
src/secp256k1/src/modules/extrakeys/main_impl.h:234
↓ 21 callers
Method
send_and_check
(self, ftxs, config_overrides_gen=None, invalid_txs=[])
test/functional/bsv-sendrawtransactions_skipflags.py:219
↓ 21 callers
Method
send_header
(self, header)
test/functional/test_framework/comptool.py:133
↓ 21 callers
Function
split
(utxos, n_inputs, n_outputs, fee_delta=0)
test/functional/bsv-journal-mempool-reorg-ordering.py:156
↓ 21 callers
Method
wait_for_verack
(self, timeout=60)
test/functional/test_framework/mininode.py:2361
↓ 20 callers
Method
AddCScript
src/wallet/wallet.cpp:348
↓ 20 callers
Method
Append
src/leveldb/db/write_batch.cc:111
↓ 20 callers
Function
CheckTxnInGroup
Verify the given txn is in the expected group
src/test/mining_group_builder_tests.cpp:109
↓ 20 callers
Function
EncodeBase58Check
src/base58.cpp:132
↓ 20 callers
Function
ExtractDestination
src/script/standard.cpp:201
↓ 20 callers
Function
GetBlockIndex
src/test/pow_tests.cpp:125
↓ 20 callers
Method
IsOversized
src/protocol.cpp:192
↓ 20 callers
Function
MoneyRange
src/amount.h:132
↓ 20 callers
Function
ParseFileName
Owned filenames have the form: dbname/CURRENT dbname/LOCK dbname/LOG dbname/LOG.old dbname/MANIFEST-[0-9]+ dbname/[0-9]+.(log|sst|ldb)
src/leveldb/db/filename.cc:78
↓ 20 callers
Method
Prev
src/leveldb/db/db_test.cc:2134
↓ 20 callers
Function
Solver
* Return public keys or hashes from scriptPubKey, for 'standard' transaction * types. */
src/script/standard.cpp:40
↓ 20 callers
Method
Unref
src/leveldb/db/version_set.cc:455
↓ 20 callers
Method
WhitelistTx
src/frozentxo_db.cpp:720
↓ 20 callers
Method
WriteReply
Closure sent to main thread to request a reply to be sent to a HTTP request. * Replies must be sent in the main loop in the main http thread, this ca
src/httpserver.cpp:526
↓ 20 callers
Method
WriteReplyChunk
src/httpserver.cpp:547
↓ 20 callers
Function
f1
src/crypto/sha1.cpp:24
↓ 20 callers
Function
f3
src/crypto/sha1.cpp:28
↓ 20 callers
Method
for_secondary
return entries that were submitted to secondary mempool
src/test/mempool_limit_tests.cpp:54
↓ 20 callers
Method
get_JSON_notification
(self)
test/functional/bsv-p2p-dsdetected.py:99
↓ 20 callers
Function
get_Size
src/test/thread_safe_queue_tests.cpp:82
↓ 20 callers
Function
secp256k1_context_create
src/secp256k1/src/secp256k1.c:141
↓ 20 callers
Function
secp256k1_ecmult_const
src/secp256k1/src/ecmult_const_impl.h:124
↓ 20 callers
Function
secp256k1_ecmult_gen
src/secp256k1/src/ecmult_gen_impl.h:54
↓ 20 callers
Function
secp256k1_schnorrsig_sign_custom
src/secp256k1/src/modules/schnorrsig/main_impl.h:204
↓ 20 callers
Function
secp256k1_xonly_pubkey_serialize
src/secp256k1/src/modules/extrakeys/main_impl.h:44
← previous
next →
501–600 of 11,735, ranked by callers