Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitcoinUnlimited/BitcoinUnlimited
/ functions
Functions
9,623 in github.com/BitcoinUnlimited/BitcoinUnlimited
⨍
Functions
9,623
◇
Types & classes
1,872
↓ 15 callers
Function
ser_vector
(l)
qa/rpc-tests/test_framework/nodemessages.py:243
↓ 15 callers
Method
setFocus
src/qt/sendcoinsentry.cpp:235
↓ 15 callers
Method
set_u64c
src/extversionmessage.cpp:42
↓ 15 callers
Method
timeout
src/qt/rpcconsole.cpp:90
↓ 15 callers
Method
wait_for_getdata
(self, hash_list, timeout=60)
qa/rpc-tests/compactblocks_2.py:111
↓ 14 callers
Method
Add
src/leveldb/table/table_test.cc:473
↓ 14 callers
Method
Clear
src/leveldb/db/write_batch.cc:37
↓ 14 callers
Function
ComputeBlockVersion
src/validation/validation.cpp:1486
↓ 14 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/blockstorage/blockstorage.cpp:792
↓ 14 callers
Function
FormatTps
src/qt/rpcconsole.cpp:683
↓ 14 callers
Method
GetAmount
src/primitives/token.h:380
↓ 14 callers
Method
GetBlockHeader
src/primitives/block.h:169
↓ 14 callers
Method
GetLow64
src/arith_uint256.h:251
↓ 14 callers
Function
GetMaxBlockSigOpsCount
Compute the maximum sigops allowed in a block given the block size. */
src/consensus/consensus.h:75
↓ 14 callers
Function
GetNextCashWorkRequired
* Compute the next required proof of work using a weighted average of the * estimated hashrate per block. * * Using a weighted average ensure that
src/pow.cpp:502
↓ 14 callers
Method
GetShortID
src/blockrelay/compactblock.cpp:92
↓ 14 callers
Method
GetUint64
src/uint256.h:101
↓ 14 callers
Method
IsRoutable
src/netaddress.cpp:177
↓ 14 callers
Method
MakeDeterministic
Ensure that bucket placement is always the same for testing purposes.
src/test/addrman_tests.cpp:22
↓ 14 callers
Function
MineTransactions
Mine a block by first adding the specified list of transactions to the mempool, consuming these into a block with sufficient PoW, and adding it to the
src/test/token_tests.cpp:1293
↓ 14 callers
Function
RPCTypeCheck
src/rpc/server.cpp:239
↓ 14 callers
Method
Release
src/leveldb/util/cache.cc:264
↓ 14 callers
Method
SignSchnorr
src/key.cpp:314
↓ 14 callers
Function
all_rlt_txs
(txarray)
qa/rpc-tests/bip68-112-113-p2p.py:87
↓ 14 callers
Function
assert_raises
(exc, fun, *args, **kwds)
qa/rpc-tests/test_framework/util.py:1042
↓ 14 callers
Function
deser_string
Convert an array of bytes in the bitcoin P2P protocol format into a string >>> import io >>> deser_string(io.BytesIO(ser_string("The grid bug
qa/rpc-tests/test_framework/nodemessages.py:154
↓ 14 callers
Function
deser_vector
(f, c)
qa/rpc-tests/test_framework/nodemessages.py:227
↓ 14 callers
Method
getContext
()
src/secp256k1/src/java/org/bitcoin/Secp256k1Context.java:45
↓ 14 callers
Method
getint32
src/script/script.h:463
↓ 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
recvall
Receive n bytes from a socket, or fail
qa/rpc-tests/test_framework/socks5.py:23
↓ 14 callers
Function
secp256k1_context_preallocated_destroy
src/secp256k1/src/secp256k1.c:175
↓ 14 callers
Function
secp256k1_fe_clear
src/secp256k1/src/field_5x52_impl.h:255
↓ 14 callers
Function
secp256k1_fe_cmov
src/secp256k1/src/field_5x52_impl.h:447
↓ 14 callers
Function
secp256k1_ge_is_infinity
src/secp256k1/src/group_impl.h:90
↓ 14 callers
Function
secp256k1_gej_add_ge
src/secp256k1/src/group_impl.h:528
↓ 14 callers
Function
secp256k1_scalar_is_high
src/secp256k1/src/scalar_low_impl.h:82
↓ 14 callers
Method
send_txs
Sends txns to test node. Syncs and verifies that txns are in mempool Call with success = False if the txns should be rejected.
qa/rpc-tests/feature_p2sh32.py:452
↓ 14 callers
Method
send_txs_and_test
Send txs to test node and test whether they're accepted to the mempool. - add all txs to our tx_store - send tx messages for all tx
qa/rpc-tests/test_framework/mininode.py:615
↓ 14 callers
Function
siphash_round
(v0, v1, v2, v3)
qa/rpc-tests/test_framework/siphash.py:14
↓ 13 callers
Method
Derive
src/key.cpp:377
↓ 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
Finalize
src/hashwrapper.cpp:172
↓ 13 callers
Method
FinishedSingleOp
src/leveldb/db/db_bench.cc:224
↓ 13 callers
Method
GetBucketPosition
src/addrman.cpp:32
↓ 13 callers
Method
GetTriedBucket
src/addrman.cpp:12
↓ 13 callers
Method
IsCached
src/test/sigcache_tests.cpp:66
↓ 13 callers
Function
LogToggleCategory
* Turn on/off logging for a category * @param[in] category * @param[in] on True turn on, False turn off. */
src/logging.h:132
↓ 13 callers
Function
ParseInternalKey
src/leveldb/db/dbformat.h:176
↓ 13 callers
Function
ParseParameters
src/util.cpp:523
↓ 13 callers
Method
Set
src/key.h:86
↓ 13 callers
Function
SoftSetArg
src/util.cpp:597
↓ 13 callers
Function
checked_malloc
src/secp256k1/src/util.h:72
↓ 13 callers
Method
compare
src/leveldb/include/leveldb/slice.h:96
↓ 13 callers
Function
create_transaction
(prevtx, n, sig, value, out=PADDED_ANY_SPEND)
qa/rpc-tests/test_framework/blocktools.py:98
↓ 13 callers
Function
createrawtransaction
Create a transaction with the exact input and output syntax as the bitcoin-cli "createrawtransaction" command. If you use the default outScri
qa/rpc-tests/test_framework/blocktools.py:164
↓ 13 callers
Method
generate_blocks
(self, number, version, test_blocks = [])
qa/rpc-tests/bip135-threshold.py:95
↓ 13 callers
Function
init
(libbitcoincashfile=None)
qa/rpc-tests/test_framework/cashlib/cashlib.py:27
↓ 13 callers
Method
next
pseudorandom, except the first value returned is the seed provided (thus starting with 0, by default)
src/test/lcg.h:27
↓ 13 callers
Function
random_group_element_test
src/secp256k1/src/tests.c:91
↓ 13 callers
Method
run
(self)
qa/rpc-tests/maxblocksinflight.py:44
↓ 13 callers
Function
secp256k1_ec_pubkey_tweak_add
src/secp256k1/src/secp256k1.c:583
↓ 13 callers
Function
secp256k1_ecdh
src/secp256k1/src/modules/ecdh/main_impl.h:29
↓ 13 callers
Function
secp256k1_ecdsa_signature_serialize_der
src/secp256k1/src/secp256k1.c:350
↓ 13 callers
Function
secp256k1_sha256_finalize
src/secp256k1/src/hash_impl.h:150
↓ 13 callers
Function
secp256k1_sha256_initialize
src/secp256k1/src/hash_impl.h:36
↓ 13 callers
Method
send_message
(self, message)
qa/rpc-tests/p2p-acceptblock.py:105
↓ 13 callers
Method
toHex
Return the hex representation of this opcode
qa/rpc-tests/test_framework/script.py:87
↓ 13 callers
Function
toString
credit: https://stackoverflow.com/questions/41820039/jstringjni-to-stdstringc-with-utf8-characters
src/cashlib/cashlib.cpp:594
↓ 13 callers
Method
value
src/leveldb/db/db_iter.cc:70
↓ 12 callers
Function
AddCoins
src/coins.cpp:582
↓ 12 callers
Function
ArrayToString
src/test/uint256_tests.cpp:47
↓ 12 callers
Function
BlockMerkleRoot
src/consensus/merkle.cpp:218
↓ 12 callers
Function
CheckAllBitwiseOpErrors
src/test/opcodes_tests.cpp:66
↓ 12 callers
Function
CheckAncestors
src/test/mempool_tests.cpp:30
↓ 12 callers
Function
CheckTransaction
src/consensus/tx_verify.cpp:212
↓ 12 callers
Function
EnsureWalletIsUnlocked
src/wallet/rpcwallet.cpp:53
↓ 12 callers
Method
Eval
src/script/interpreter.cpp:643
↓ 12 callers
Function
FindLikelyNode
src/unlimited.cpp:243
↓ 12 callers
Function
FormatSubVersion
//github.com/bitcoin/bips/blob/master/bip-0014.mediawiki) * Format the subversion field according to BIP 14 spec (https: */
src/clientversion.cpp:119
↓ 12 callers
Method
GetChildren
src/leveldb/util/env_win.cc:622
↓ 12 callers
Method
GetCredit
src/wallet/wallet.cpp:1168
↓ 12 callers
Function
GetListenPort
src/net.cpp:165
↓ 12 callers
Method
GetModFeesWithAncestors
src/txmempool.h:164
↓ 12 callers
Function
GetRandBytes
src/random.cpp:300
↓ 12 callers
Method
GetSizeWithAncestors
src/txmempool.h:163
↓ 12 callers
Method
GetVersion
get the current wallet format (the oldest client version guaranteed to understand this wallet)
src/wallet/wallet.h:959
↓ 12 callers
Method
IsCrypted
src/wallet/crypter.h:146
↓ 12 callers
Function
MakeKey
src/leveldb/db/db_test.cc:2088
↓ 12 callers
Function
Or
src/crypto/sha256_sse41.cpp:27
↓ 12 callers
Function
Or
src/crypto/sha256_avx2.cpp:27
↓ 12 callers
Function
ParseNonRFCJSONValue
Non-RFC4627 JSON parser, accepts internal values (such as numbers, true, false, null) * as well as objects and arrays. */
src/rpc/server.cpp:207
↓ 12 callers
Function
RandomSeed
src/leveldb/util/testharness.cc:67
↓ 12 callers
Method
Read
src/leveldb/helpers/memenv/memenv.cc:52
↓ 12 callers
Method
Release
src/net.h:656
↓ 12 callers
Method
SeekToFirst
src/leveldb/db/db_test.cc:1937
↓ 12 callers
Method
Select
* Choose an address to connect to. */
src/addrman.h:601
↓ 12 callers
Function
Serialize
Helpers:
src/test/sigopcount_tests.cpp:24
↓ 12 callers
Method
SetAmount
src/primitives/token.h:386
← previous
next →
601–700 of 9,623, ranked by callers