Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ functions
Functions
6,127 in github.com/bitcoinxt/bitcoinxt
⨍
Functions
6,127
◇
Types & classes
1,352
↓ 2 callers
Method
WriteOrderPosNext
src/wallet/walletdb.cpp:149
↓ 2 callers
Method
WritePool
src/wallet/walletdb.cpp:166
↓ 2 callers
Method
WriteReindexing
src/txdb.cpp:87
↓ 2 callers
Method
WriteStep
REQUIRES: External synchronization
src/leveldb/db/skiplist_test.cc:217
↓ 2 callers
Method
WriteToDisk
src/wallet/wallet.cpp:1093
↓ 2 callers
Method
__coerce_instance
(cls, other)
qa/rpc-tests/test_framework/script.py:652
↓ 2 callers
Method
__init__
(self)
qa/rpc-tests/sendheaders.py:250
↓ 2 callers
Method
__init__
(self)
qa/rpc-tests/spv.py:84
↓ 2 callers
Function
_convert_ip_port
(array)
qa/rpc-tests/test_framework/netutil.py:43
↓ 2 callers
Function
_createmultisig_redeemScript
* Used by addmultisigaddress / createmultisig: */
src/rpcmisc.cpp:220
↓ 2 callers
Method
_get_response
(self)
qa/rpc-tests/test_framework/authproxy.py:152
↓ 2 callers
Method
_request
Do a HTTP request, with retry if we get disconnected (e.g. due to a timeout). This is a workaround for https://bugs.python.org/issue3
qa/rpc-tests/test_framework/authproxy.py:109
↓ 2 callers
Function
abs64
src/timedata.cpp:38
↓ 2 callers
Method
accept
src/qt/openuridialog.cpp:31
↓ 2 callers
Method
addRow
src/qt/addresstablemodel.cpp:345
↓ 2 callers
Method
addTx
src/thinblock.cpp:141
↓ 2 callers
Method
add_transactions_to_block
(self, block, tx_list)
qa/rpc-tests/p2p-fullblocktest.py:53
↓ 2 callers
Function
all_ts_files
(suffix='')
contrib/devtools/update-translations.py:89
↓ 2 callers
Method
announceWithBlock
src/test/blockannounce_tests.cpp:356
↓ 2 callers
Method
announceWithHeaders
src/test/blockannounce_tests.cpp:350
↓ 2 callers
Function
assign_big_endian
src/secp256k1/src/tests.c:3595
↓ 2 callers
Function
b58decode
decode v into a string of len bytes
contrib/testgen/base58.py:46
↓ 2 callers
Function
b58decode_chk
decode a base58 string, check and remove checksum
contrib/testgen/base58.py:79
↓ 2 callers
Function
b58encode
encode v, which is a string of bytes, to base58.
contrib/testgen/base58.py:23
↓ 2 callers
Function
b58encode_chk
b58encode a string, with 32-bit checksum
contrib/testgen/base58.py:75
↓ 2 callers
Method
blockHeaderIsKnown
src/test/blockannounce_tests.cpp:40
↓ 2 callers
Function
blockToJSON
src/rpcblockchain.cpp:83
↓ 2 callers
Function
blockheaderToJSON
src/rpcblockchain.cpp:54
↓ 2 callers
Method
bloom_hash
(self, nHashNum, vDataToHash)
qa/rpc-tests/test_framework/mininode.py:615
↓ 2 callers
Function
bn_bytes
(v, have_ext=False)
qa/rpc-tests/test_framework/bignum.py:20
↓ 2 callers
Function
boostPathToQString
src/qt/guiutil.cpp:836
↓ 2 callers
Method
buildStub
src/thinblock.cpp:132
↓ 2 callers
Method
calc_sha256
(self)
qa/rpc-tests/test_framework/mininode.py:444
↓ 2 callers
Function
categoryClass
src/qt/rpcconsole.cpp:367
↓ 2 callers
Function
checkReReq
src/test/blocksender_tests.cpp:234
↓ 2 callers
Method
check_mempool
(self, txhash, outcome)
qa/rpc-tests/test_framework/comptool.py:292
↓ 2 callers
Method
check_results
(self, blockhash, outcome)
qa/rpc-tests/test_framework/comptool.py:266
↓ 2 callers
Method
clear
src/streams.h:121
↓ 2 callers
Function
cltv_invalidate
Modify the signature in vin 0 of the tx to fail CLTV Prepends -1 CLTV DROP in the scriptSig itself.
qa/rpc-tests/bip65-cltv-p2p.py:17
↓ 2 callers
Method
consume
src/leakybucket.cpp:76
↓ 2 callers
Function
content_hash
Return hash of RGBA contents of image
contrib/devtools/optimize-pngs.py:14
↓ 2 callers
Method
convert
src/rpcclient.cpp:107
↓ 2 callers
Method
copyStats
src/net.cpp:521
↓ 2 callers
Method
create_bip112special
(self, input, txversion)
qa/rpc-tests/bip68-112-113-p2p.py:173
↓ 2 callers
Method
create_bip68txs
(self, bip68inputs, txversion, locktime_delta = 0)
qa/rpc-tests/bip68-112-113-p2p.py:152
↓ 2 callers
Method
create_transaction
(self, node, coinbase, to_address, amount)
qa/rpc-tests/bip9-softforks.py:51
↓ 2 callers
Method
create_transaction
(self, node, coinbase, to_address, amount)
qa/rpc-tests/bip65-cltv-p2p.py:56
↓ 2 callers
Method
create_tx
(self, from_txid, to_address, amount)
qa/rpc-tests/mempool_resurrect_test.py:26
↓ 2 callers
Function
dblsha
(b)
qa/rpc-tests/getblocktemplate_proposals.py:57
↓ 2 callers
Method
decode_op_n
Decode a small integer opcode, returning an integer
qa/rpc-tests/test_framework/script.py:68
↓ 2 callers
Method
do_one_round
(self)
qa/rpc-tests/walletbackup.py:68
↓ 2 callers
Function
ec_privkey_import_der
These functions are taken from the libsecp256k1 distribution and are very ugly. */
src/key.cpp:19
↓ 2 callers
Function
ecdsa_signature_parse_der_lax
This function is taken from the libsecp256k1 distribution and implements * DER parsing for ECDSA signatures, while supporting an arbitrary subset of
src/pubkey.cpp:26
↓ 2 callers
Method
encode_op_pushdata
Encode a PUSHDATA op, returning bytes
qa/rpc-tests/test_framework/script.py:44
↓ 2 callers
Method
end
src/limitedmap.h:32
↓ 2 callers
Function
end_ptr
src/serialize.h:65
↓ 2 callers
Method
erase_three
(self)
qa/rpc-tests/walletbackup.py:100
↓ 2 callers
Function
f1
src/crypto/ripemd160.cpp:17
↓ 2 callers
Function
f2
src/crypto/ripemd160.cpp:18
↓ 2 callers
Function
f3
src/crypto/ripemd160.cpp:19
↓ 2 callers
Function
f4
src/crypto/ripemd160.cpp:20
↓ 2 callers
Function
f5
src/crypto/ripemd160.cpp:21
↓ 2 callers
Method
fclose
src/streams.h:341
↓ 2 callers
Function
file_hash
Return hash of raw file contents
contrib/devtools/optimize-pngs.py:9
↓ 2 callers
Function
findHeadersToAnnounce
Find the hashes of all blocks that weren't previously in the best chain.
src/blockannounce.cpp:354
↓ 2 callers
Function
findStartupItemInList
src/qt/guiutil.cpp:735
↓ 2 callers
Function
find_format_specifiers
Find all format specifiers in a string.
contrib/devtools/update-translations.py:44
↓ 2 callers
Function
formatBitcoinURI
src/qt/guiutil.cpp:201
↓ 2 callers
Function
formatPingTime
src/qt/guiutil.cpp:911
↓ 2 callers
Method
getBool
src/univalue/univalue.h:69
↓ 2 callers
Method
getEncryptionStatus
src/qt/walletmodel.cpp:391
↓ 2 callers
Method
getImmatureBalance
src/qt/walletmodel.cpp:80
↓ 2 callers
Function
getJsonToken
src/univalue/univalue_read.cpp:39
↓ 2 callers
Method
getLastBlockDate
src/qt/clientmodel.cpp:78
↓ 2 callers
Method
getNodeStats
src/qt/peertablemodel.cpp:215
↓ 2 callers
Method
getNumBlocks
src/qt/clientmodel.cpp:62
↓ 2 callers
Method
getPayTo
src/qt/paymentrequestplus.cpp:208
↓ 2 callers
Method
getPossibleKeyChange
src/qt/walletmodeltransaction.cpp:96
↓ 2 callers
Method
getQueueInfo
src/scheduler.cpp:120
↓ 2 callers
Method
getTransaction
src/qt/walletmodeltransaction.cpp:29
↓ 2 callers
Method
getTransactionFee
src/qt/walletmodeltransaction.cpp:39
↓ 2 callers
Method
getTxsMissing
src/thinblock.cpp:145
↓ 2 callers
Method
getUnconfirmedBalance
src/qt/walletmodel.cpp:75
↓ 2 callers
Method
getValue
src/qt/sendcoinsentry.cpp:159
↓ 2 callers
Method
getWatchBalance
src/qt/walletmodel.cpp:90
↓ 2 callers
Method
getWatchImmatureBalance
src/qt/walletmodel.cpp:100
↓ 2 callers
Method
getWatchUnconfirmedBalance
src/qt/walletmodel.cpp:95
↓ 2 callers
Function
get_ELF_program_headers
Return type and flags for ELF program headers
contrib/devtools/security-check.py:32
↓ 2 callers
Function
get_PE_dll_characteristics
Get PE DllCharacteristics bits
contrib/devtools/security-check.py:115
↓ 2 callers
Function
get_coinbaseaux_flags
src/test/rpc_tests.cpp:213
↓ 2 callers
Method
get_header
(self, blockhash)
qa/rpc-tests/test_framework/blockstore.py:31
↓ 2 callers
Method
get_median_time_past
(self, confirmations)
qa/rpc-tests/bip68-sequence.py:102
↓ 2 callers
Function
get_mocktime
()
qa/rpc-tests/test_framework/util.py:43
↓ 2 callers
Function
get_sub_array_from_array
Finds and returns a sub array from an array of arrays. to_match should be a unique idetifier of a sub array
qa/rpc-tests/receivedby.py:12
↓ 2 callers
Function
gettimedouble
src/secp256k1/src/bench.h:14
↓ 2 callers
Function
glibc_sanity_test
src/compat/glibc_sanity.cpp:61
↓ 2 callers
Function
glibcxx_sanity_test
src/compat/glibcxx_sanity.cpp:58
↓ 2 callers
Function
handleReRequestFailed
src/thinblockconcluder.cpp:25
↓ 2 callers
Method
handleRunawayException
src/qt/bitcoin.cpp:254
↓ 2 callers
Function
htole16
src/compat/endian.h:32
← previous
next →
1,701–1,800 of 6,127, ranked by callers