MCPcopy Create free account

hub / github.com/ElementsProject/elements / functions

Functions14,773 in github.com/ElementsProject/elements

↓ 14 callersMethodGet
src/leveldb/db/db_impl.cc:1111
↓ 14 callersMethodGetBlindingPubKey
src/wallet/wallet.cpp:4087
↓ 14 callersMethodGetBucketPosition
src/addrman.cpp:61
↓ 14 callersMethodGetCountWithAncestors
src/txmempool.h:157
↓ 14 callersMethodGetLocalServices
src/net.cpp:3020
↓ 14 callersMethodGetOrCreateLegacyScriptPubKeyMan
src/wallet/wallet.cpp:3487
↓ 14 callersMethodGetOutputType
src/script/descriptor.cpp:818
↓ 14 callersMethodGetPort
src/netaddress.cpp:958
↓ 14 callersFunctionGetValidFedpegScripts
src/pegins.cpp:461
↓ 14 callersMethodHaveTxsDownloaded
* Check whether this block's and all previous blocks' transactions have been * downloaded (and stored to disk) at some point. * * Does
src/chain.h:358
↓ 14 callersMethodInit
src/index/base.cpp:58
↓ 14 callersMethodIsDiscouraged
src/banman.cpp:75
↓ 14 callersFunctionMoneyRange
src/asset.h:93
↓ 14 callersFunctionParseHexV
src/rpc/util.cpp:118
↓ 14 callersFunctionProcessNewPackage
src/validation.cpp:1478
↓ 14 callersFunctionRandomSeed
src/leveldb/util/testharness.cc:71
↓ 14 callersMethodSeekToFirst
src/leveldb/db/db_test.cc:2095
↓ 14 callersMethodSelect
src/wallet/coincontrol.h:95
↓ 14 callersMethodSendMessages
src/net_processing.cpp:4648
↓ 14 callersMethodSetVersion
src/net.h:304
↓ 14 callersMethodSoftSetArg
src/util/system.cpp:603
↓ 14 callersFunctionToString
Return a string that contains the copy of the referenced data.
src/leveldb/include/leveldb/slice.h:76
↓ 14 callersFunctionToUpper
* Converts the given character to its uppercase equivalent. * This function is locale independent. It only converts lowercase * characters in the st
src/util/strencodings.h:313
↓ 14 callersFunctionUnblindConfidentialPair
src/blind.cpp:108
↓ 14 callersMethodValid
src/leveldb/db/db_test.cc:2094
↓ 14 callersFunctionall_rlt_txs
(txs)
test/bitcoin_functional/functional/feature_csv_activation.py:85
↓ 14 callersFunctionall_rlt_txs
(txs)
test/functional/feature_csv_activation.py:87
↓ 14 callersFunctionassert_greater_than_or_equal
(thing1, thing2)
test/bitcoin_functional/functional/test_framework/util.py:45
↓ 14 callersMethodassign
src/prevector.h:218
↓ 14 callersMethodcheck_last_inv_announcement
Test whether the last announcement received had the right inv. inv should be a list of block hashes.
test/bitcoin_functional/functional/p2p_sendheaders.py:191
↓ 14 callersMethodcheck_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:183
↓ 14 callersFunctionchr
(n)
contrib/testgen/base58.py:19
↓ 14 callersMethodecho
src/interfaces/echo.cpp:14
↓ 14 callersFunctionhandleCloseWindowShortcut
src/qt/guiutil.cpp:426
↓ 14 callersFunctioninit_arrays
(key)
src/secp256k1/contrib/musig2-vectors.py:34
↓ 14 callersFunctioninsert
src/util/system.h:523
↓ 14 callersMethodis_null
(self)
test/functional/test_framework/messages.py:791
↓ 14 callersFunctionkey_to_p2wpkh_script
(key)
test/functional/test_framework/script_util.py:97
↓ 14 callersMethodlevel
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:325
↓ 14 callersMethodmake_utxo
Create a txout with a given amount and scriptPubKey confirmed - txouts created will be confirmed in the blockchain; uncon
test/functional/feature_rbf.py:94
↓ 14 callersMethodmine_and_test_listunspent
(self, script_list, ismine)
test/bitcoin_functional/functional/feature_segwit.py:531
↓ 14 callersMethodmine_and_test_listunspent
(self, script_list, ismine)
test/functional/feature_segwit.py:627
↓ 14 callersFunctionrecvall
Receive n bytes from a socket, or fail.
test/bitcoin_functional/functional/test_framework/socks5.py:24
↓ 14 callersFunctionrecvall
Receive n bytes from a socket, or fail.
test/functional/test_framework/socks5.py:24
↓ 14 callersFunctionsatoshi_round
(amount)
test/bitcoin_functional/functional/test_framework/util.py:201
↓ 14 callersFunctionsecp256k1_clz64_var
src/secp256k1/src/util.h:178
↓ 14 callersFunctionsecp256k1_ecmult
src/simplicity/secp256k1/ecmult_impl.h:344
↓ 14 callersFunctionsecp256k1_fe_cmov
src/simplicity/secp256k1/field_5x52_impl.h:493
↓ 14 callersFunctionsecp256k1_ge_set_infinity
src/secp256k1/src/group_impl.h:260
↓ 14 callersFunctionsecp256k1_gej_add_ge
src/secp256k1/src/group_impl.h:618
↓ 14 callersFunctionsecp256k1_gej_eq_var
src/secp256k1/src/group_impl.h:311
↓ 14 callersFunctionsecp256k1_generator_generate
src/simplicity/secp256k1/generator_impl.h:256
↓ 14 callersFunctionsecp256k1_scalar_is_zero
src/simplicity/secp256k1/scalar_4x64_impl.h:150
↓ 14 callersFunctionsecp256k1_write_be32
Write a uint32_t in big endian */
src/secp256k1/src/util.h:380
↓ 14 callersMethodsend_blocks_and_test
Send blocks to test node and test whether the tip advances. - add all blocks to our block_store - send a headers message for the fi
test/functional/test_framework/p2p.py:698
↓ 14 callersMethodsetup_nodes
(self)
test/bitcoin_functional/functional/interface_zmq.py:47
↓ 14 callersFunctionsha256_u32be
Add a 32-bit word to be consumed in big endian byte-order by an ongoing SHA-256 evaluation. * For greater certainty, only the least 32 bits of 'x' ar
src/simplicity/sha256.h:287
↓ 14 callersFunctionshell
Run a shell command, capturing the lines of stdout. The command WILL be parsed in a shell-like fashion. Be careful with quoting when interpolatin
contrib/review-prs.py:56
↓ 14 callersFunctionsiphash_round
(v0, v1, v2, v3)
test/bitcoin_functional/functional/test_framework/siphash.py:13
↓ 14 callersFunctionsiphash_round
(v0, v1, v2, v3)
test/functional/test_framework/siphash.py:13
↓ 14 callersFunctionsquare_n_mul
in_out = in_out^(2^sq) * mul */
src/crypto/muhash.cpp:117
↓ 14 callersMethodstart
src/wallet/interfaces.cpp:550
↓ 14 callersMethodtest_desc
(self, desc, isrange, issolvable, hasprivatekeys)
test/functional/rpc_getdescriptorinfo.py:22
↓ 14 callersFunctionwrite32s
src/simplicity/frame.h:145
↓ 14 callersFunctionwrite_fe
Write a secp256k1 field element value to the 'dst' frame, advancing the cursor 256 cells. * The field value 'r' is normalized as a side-effect. * *
src/simplicity/jets-secp256k1.c:45
↓ 13 callersFunctionAbsPathJoin
src/fs.cpp:37
↓ 13 callersFunctionAdditionOverflow
src/util/overflow.h:13
↓ 13 callersFunctionCheckBlock
src/validation.cpp:3570
↓ 13 callersFunctionConsumeDecimalNumberOverflowTest
src/leveldb/util/logging_test.cc:94
↓ 13 callersFunctionDeploymentActiveAt
Determine if a deployment is active for this block */
src/deploymentstatus.h:30
↓ 13 callersFunctionEscapeString
src/leveldb/util/logging.cc:45
↓ 13 callersFunctionExtractUserKey
Returns the user key portion of an internal key.
src/leveldb/db/dbformat.h:95
↓ 13 callersMethodFindAddressEntry
src/addrman.cpp:1142
↓ 13 callersFunctionFindKey
src/util/settings.h:100
↓ 13 callersMethodGetNewDestination
src/wallet/wallet.cpp:2499
↓ 13 callersFunctionGetTransactionWeight
These implement the weight = (stripped_size * 4) + witness_size formula, using only serialization with and without witness data. As witness_size is eq
src/consensus/validation.h:147
↓ 13 callersMethodIsIPv4
src/netaddress.cpp:318
↓ 13 callersMethodIsPushOnly
src/script/script.cpp:347
↓ 13 callersMethodLoadWallet
src/wallet/wallet.cpp:2341
↓ 13 callersFunctionParseInternalKey
src/leveldb/db/dbformat.h:171
↓ 13 callersMethodProcessNewBlock
src/validation.cpp:4160
↓ 13 callersFunctionRPCSerializationFlags
src/rpc/server.cpp:540
↓ 13 callersMethodRead
src/leveldb/helpers/memenv/memenv.cc:72
↓ 13 callersMethodReadConfigString
src/test/util_tests.cpp:228
↓ 13 callersMethodReleaseSnapshot
src/leveldb/db/db_test.cc:2059
↓ 13 callersMethodReset
src/test/fuzz/util.cpp:39
↓ 13 callersMethodSetNull
src/asset.h:29
↓ 13 callersMethodSetToAmount
src/primitives/confidential.cpp:14
↓ 13 callersMethodSetupDescriptorScriptPubKeyMans
src/wallet/wallet.cpp:3673
↓ 13 callersFunctionTmpDir
src/leveldb/util/testharness.cc:64
↓ 13 callersFunctionUninterruptibleSleep
src/util/time.cpp:22
↓ 13 callersFunctionUpdateTransaction
src/script/sign.cpp:514
↓ 13 callersMethodWrite
src/wallet/db.h:61
↓ 13 callersMethodadd_nodes
Instantiate TestNode objects. Should only be called once after the nodes have been specified in set_test_params().
test/bitcoin_functional/functional/test_framework/test_framework.py:297
↓ 13 callersFunctionassert_raises_process_error
Execute a process and asserts the process return code and output. Calls function `fun` with arguments `args` and `kwds`. Catches a CalledProcessE
test/functional/test_framework/util.py:96
↓ 13 callersFunctionbytes_to_wif
(b, compressed=True)
test/functional/test_framework/wallet_util.py:133
↓ 13 callersFunctionge_equals_ge
src/secp256k1/src/tests.c:3738
↓ 13 callersMethodgetRecentRequestsTableModel
src/qt/walletmodel.cpp:341
↓ 13 callersMethodhash
src/leveldb/db/skiplist_test.cc:159
↓ 13 callersFunctioninitializeBitstream
Initialize a bit stream, 'stream', from a given byte array. * Precondition: unsigned char arr[len]; */
src/simplicity/bitstream.h:28
← previousnext →1,001–1,100 of 14,773, ranked by callers