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
↓ 57 callers
Function
connect_nodes
(nodes, from_node_num, to_node_num, wait_multistreams=True)
test/functional/test_framework/util.py:436
↓ 56 callers
Method
GetFee
src/amount.cpp:28
↓ 56 callers
Function
NewTxn
Generate a new random transaction
src/test/journal_tests.cpp:36
↓ 56 callers
Function
is_compressed_key
src/miner_id/miner_info.cpp:161
↓ 56 callers
Method
writeBeginObject
src/rpc/jsonwriter.cpp:29
↓ 56 callers
Method
writeEndObject
src/rpc/jsonwriter.cpp:35
↓ 55 callers
Method
GetHash
Get the 256-bit hash of this public key. NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-*)
src/pubkey.h:148
↓ 55 callers
Method
KeepRunning
src/bench/bench.cpp:47
↓ 55 callers
Method
Next
src/leveldb/db/db_iter.cc:141
↓ 55 callers
Function
secp256k1_scalar_get_b32
src/secp256k1/src/scalar_low_impl.h:87
↓ 54 callers
Function
CreateMockTx
Create a mock transaction. As we don't really validate txs in this test most of attributes e.g. signature are not needed.
src/test/validation_scheduler_tests.cpp:37
↓ 54 callers
Method
add_connection
(self, conn)
test/functional/test_framework/comptool.py:78
↓ 54 callers
Method
buffer_size
src/net/tx_parser.cpp:333
↓ 54 callers
Method
size
src/miner_id/miner_info_ref.h:28
↓ 53 callers
Method
GetArgAsBytes
src/util.cpp:311
↓ 52 callers
Method
IsNull
src/tx_mempool_info.cpp:142
↓ 52 callers
Function
hash160
(s)
test/functional/test_framework/script.py:36
↓ 52 callers
Method
resize
src/streams.h:219
↓ 51 callers
Function
GetWalletForJSONRPCRequest
src/wallet/rpcwallet.cpp:48
↓ 51 callers
Method
_mine_and_send_block
(self, tx, node, expect_reject=False)
test/functional/bsv-frozentxo-reindex.py:106
↓ 51 callers
Method
pop_back
src/script/limitedstack.cpp:211
↓ 50 callers
Method
IsCanceled
src/taskcancellation.cpp:9
↓ 50 callers
Function
secp256k1_modinv32_mul_cmp_30
Return -1 for a<b*factor, 0 for a==b*factor, 1 for a>b*factor. A consists of alen limbs; b has 9. */
src/secp256k1/src/modinv32_impl.h:41
↓ 50 callers
Function
secp256k1_modinv64_mul_cmp_62
Return -1 for a<b*factor, 0 for a==b*factor, 1 for a>b*factor. A has alen limbs; b has 5. */
src/secp256k1/src/modinv64_impl.h:57
↓ 50 callers
Function
secp256k1_u128_accum_mul
src/secp256k1/src/int128_struct_impl.h:62
↓ 49 callers
Function
check_mempool_equals
(rpc, should_be_in_mempool, timeout=20, check_interval=0.1)
test/functional/test_framework/util.py:534
↓ 49 callers
Function
hex_str_to_bytes
(hex_str)
test/functional/test_framework/util.py:225
↓ 48 callers
Function
EnsureWalletIsAvailable
src/wallet/rpcwallet.cpp:77
↓ 48 callers
Method
WriteHeader
src/httpserver.cpp:515
↓ 48 callers
Function
secp256k1_u128_accum_u64
src/secp256k1/src/int128_struct_impl.h:69
↓ 48 callers
Function
testrand_bits
src/secp256k1/src/testrand_impl.h:56
↓ 47 callers
Function
DynamicUsage
Dynamic memory usage for built-in types is zero. */
src/memusage.h:27
↓ 47 callers
Method
GetCompact
src/arith_uint256.cpp:203
↓ 47 callers
Function
NegativeValtype
src/test/opcode_tests.cpp:183
↓ 47 callers
Method
SetTip
* CChain implementation */
src/chain.cpp:11
↓ 47 callers
Function
secp256k1_sha256_write
src/secp256k1/src/hash_impl.h:126
↓ 46 callers
Function
CheckWriteCoin
src/test/coins_tests.cpp:563
↓ 46 callers
Method
GetSatoshis
Allow access to underlying value for non-monetary operations
src/amount.h:28
↓ 46 callers
Function
make_block
(connection, parent_block=None, makeValid=True, last_block_time=0)
test/functional/test_framework/blocktools.py:241
↓ 46 callers
Function
secp256k1_scalar_mul
src/secp256k1/src/scalar_low_impl.h:133
↓ 46 callers
Function
secp256k1_scalar_negate
src/secp256k1/src/scalar_low_impl.h:100
↓ 46 callers
Method
segment_count
src/net/array_parser.h:47
↓ 46 callers
Method
set_tip
(self, number)
test/functional/test_framework/blocktools.py:740
↓ 46 callers
Method
sign
(self, hash, low_s=True)
test/functional/test_framework/key.py:158
↓ 46 callers
Function
testrand256
src/secp256k1/src/testrand_impl.h:84
↓ 45 callers
Method
Get
src/txmempool.cpp:1860
↓ 45 callers
Function
IsStandardTx
src/script/standard.cpp:427
↓ 45 callers
Method
IsValid
Check whether this private key is valid.
src/key.h:100
↓ 45 callers
Function
ParseFixedPoint
src/utilstrencodings.cpp:721
↓ 45 callers
Function
ResolveService
src/test/addrman_tests.cpp:52
↓ 45 callers
Function
add
src/test/journal_tests.cpp:76
↓ 45 callers
Function
add_coin
src/wallet/test/wallet_tests.cpp:51
↓ 45 callers
Method
isNum
src/univalue/include/univalue.h:89
↓ 45 callers
Method
is_active
src/script/conditional_tracker.cpp:46
↓ 45 callers
Method
reset
src/bloom.cpp:126
↓ 45 callers
Method
save_spendable_output
(self)
test/functional/test_framework/blocktools.py:723
↓ 45 callers
Function
secp256k1_scalar_set_b32
src/secp256k1/src/scalar_low_impl.h:71
↓ 45 callers
Method
update_block
(self, block_number, new_transactions)
test/functional/test_framework/blocktools.py:927
↓ 45 callers
Method
wait
src/sync.h:226
↓ 44 callers
Function
CheckBinaryOp
src/test/opcode_tests.cpp:175
↓ 44 callers
Method
GetDiskUsage
src/txmempool.cpp:1797
↓ 44 callers
Method
GetSigOpCount
src/script/script.cpp:26
↓ 44 callers
Function
SignatureHash
(script, txTo, inIdx, hashtype, amount=None)
test/functional/test_framework/script.py:964
↓ 44 callers
Method
begin
src/script/limitedstack.cpp:73
↓ 44 callers
Function
run_benchmark
src/secp256k1/src/bench.h:98
↓ 44 callers
Function
secp256k1_ec_pubkey_create
src/secp256k1/src/secp256k1.c:613
↓ 44 callers
Function
secp256k1_u128_rshift
Unsigned (logical) right shift. * Non-constant time in n. */
src/secp256k1/src/int128_struct_impl.h:77
↓ 44 callers
Method
set_secretbytes
(self, secret)
test/functional/test_framework/key.py:109
↓ 43 callers
Function
CheckWithFlag
src/test/transaction_tests.cpp:503
↓ 43 callers
Method
GetBlockRef
src/mining/assembler.h:24
↓ 43 callers
Method
GetTxSize
src/txmempool.h:189
↓ 43 callers
Function
disconnect_nodes_bi
(nodes, node_a_index, node_b_index)
test/functional/test_framework/util.py:401
↓ 43 callers
Method
get_int64
src/univalue/lib/univalue_get.cpp:114
↓ 43 callers
Method
get_spendable_output
(self)
test/functional/test_framework/blocktools.py:727
↓ 43 callers
Function
secp256k1_ecmult
src/secp256k1/src/ecmult_impl.h:346
↓ 42 callers
Function
GetTimeMillis
src/utiltime.cpp:35
↓ 42 callers
Function
IsMine
src/script/ismine.cpp:28
↓ 42 callers
Method
Read
src/test/stream_test_helpers.h:94
↓ 42 callers
Function
SetMockTime
src/utiltime.cpp:31
↓ 42 callers
Method
read
src/net/msg_buffer.cpp:91
↓ 42 callers
Method
size
src/test/msg_parser_buffer_tests.cpp:42
↓ 41 callers
Method
GetFrozenTXOData
src/frozentxo_db.cpp:527
↓ 41 callers
Method
GetProtocolEra
src/wallet/wallet.cpp:4604
↓ 41 callers
Method
MoveOutString
src/rpc/text_writer.h:50
↓ 41 callers
Method
Put
src/leveldb/db/c.cc:353
↓ 41 callers
Method
TEST_CompactMemTable
src/leveldb/db/db_impl.cc:638
↓ 41 callers
Method
write
src/hash.h:178
↓ 40 callers
Method
Contains
src/leveldb/db/skiplist.h:371
↓ 40 callers
Method
Insert
src/leveldb/util/cache.cc:267
↓ 40 callers
Function
VerifyScript
src/script/interpreter.cpp:2304
↓ 40 callers
Method
checkTxnExists
Check the given transaction exists in the journal
src/mining/journal.cpp:245
↓ 40 callers
Function
f2
src/crypto/sha1.cpp:27
↓ 40 callers
Method
get
(self, txhash)
test/functional/test_framework/blockstore.py:143
↓ 40 callers
Method
key
src/leveldb/db/db_iter.cc:64
↓ 40 callers
Function
prepare_init_chain
(chain, no_blocks, no_outputs, block_0=True, start_block=5000, node=None)
test/functional/test_framework/blocktools.py:663
↓ 39 callers
Method
ForceSetArg
src/util.cpp:408
↓ 39 callers
Method
GetRejectReason
src/consensus/validation.h:133
↓ 39 callers
Function
IOError
src/leveldb/include/leveldb/status.h:52
↓ 39 callers
Method
IsNull
src/primitives/transaction.h:201
↓ 39 callers
Method
close
(self)
test/functional/test_framework/blockstore.py:139
← previous
next →
201–300 of 11,735, ranked by callers