MCPcopy Create free account

hub / github.com/Agzs/BlockMaze / functions

Functions20,037 in github.com/Agzs/BlockMaze

↓ 14 callersMethodAdd
Add adds a transaction to the pool if valid and passes it to the tx relay backend
go-ethereum/light/txpool.go:427
↓ 14 callersMethodAddGas
AddGas makes gas available for execution.
go-ethereum/core/gaspool.go:29
↓ 14 callersFunctionAssert
Asserts that condition is true; aborts the process with the given message if condition is false. We cannot use LOG(FATAL) or CHECK() as Google Mock m
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/internal/gmock-internal-utils.h:284
↓ 14 callersFunctionCodePointToUtf8
Converts a Unicode code point to a narrow string in UTF-8 encoding. code_point parameter is of type UInt32 because wchar_t may not be wide enough to c
libsnark-vnt/depends/libsnark/depends/gtest/googletest/src/gtest.cc:1757
↓ 14 callersFunctionCountIf
libsnark-vnt/depends/libsnark/depends/gtest/googletest/src/gtest-internal-inl.h:279
↓ 14 callersMethodDirectoryExists
Returns true if pathname describes a directory in the file-system that exists.
libsnark-vnt/depends/libsnark/depends/gtest/googletest/src/gtest-filepath.cc:221
↓ 14 callersMethodDiscard
(hashes []common.Hash)
go-ethereum/light/txpool.go:85
↓ 14 callersFunctionEndsWith
Matches a string that ends with 'suffix' (case-sensitive).
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-matchers.h:4014
↓ 14 callersMethodFormat
(r *Record)
go-ethereum/log/format.go:54
↓ 14 callersFunctionFormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
libsnark-vnt/depends/libsnark/depends/gtest/googletest/src/gtest.cc:3568
↓ 14 callersFunctionFullMatch
FullMatch(str, re) returns true iff regular expression re matches the entire str. PartialMatch(str, re) returns true iff regular expression re matches
libsnark-vnt/depends/libsnark/depends/gtest/googletest/include/gtest/internal/gtest-port.h:1238
↓ 14 callersFunctionGenerateKey
Generate an elliptic curve public / private keypair. If params is nil, the recommended default parameters for the key will be chosen.
go-ethereum/crypto/ecies/ecies.go:97
↓ 14 callersMethodGetHeaderByHash
(hash common.Hash)
go-ethereum/les/handler.go:79
↓ 14 callersMethodGetOrRegister
Gets an existing metric or registers the given one. The interface can be the metric to register if not found in registry, or a function returning the
go-ethereum/metrics/registry.go:38
↓ 14 callersMethodHasSymKey
HasSymKey returns true if there is a key associated with the given id. Otherwise returns false.
go-ethereum/whisper/whisperv6/whisper.go:521
↓ 14 callersMethodHasSymKey
HasSymKey returns true if there is a key associated with the given id. Otherwise returns false.
go-ethereum/whisper/whisperv5/whisper.go:388
↓ 14 callersMethodHash
Hash returns the block hash of the header, which is simply the keccak256 hash of its RLP encoding.
go-ethereum/core/types/block.go:105
↓ 14 callersMethodInsertHeaderChain
(chain []*types.Header, checkFreq int)
go-ethereum/les/handler.go:83
↓ 14 callersFunctionMakePolymorphicAction
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-actions.h:475
↓ 14 callersFunctionMatchRepetitionAndRegexAtHead
Matches a repeated regex atom followed by a valid simple regular expression. The regex atom is defined as c if escaped is false, or \c otherwise. re
libsnark-vnt/depends/libsnark/depends/gtest/googletest/src/gtest-port.cc:736
↓ 14 callersMethodMul
(a, b *gfP6, pool *bnPool)
go-ethereum/crypto/bn256/google/gfp6.go:118
↓ 14 callersFunctionNew
Create a new state from a given trie.
go-ethereum/core/state/statedb.go:87
↓ 14 callersFunctionNew
New creates a Whisper client ready to communicate through the Ethereum P2P network.
go-ethereum/whisper/whisperv5/whisper.go:84
↓ 14 callersMethodNewKeyPair
NewKeyPair generates a new public and private key pair for message decryption and encryption. It returns an identifier that can be used to refer to th
go-ethereum/whisper/shhclient/client.go:88
↓ 14 callersFunctionNewUniformSample
NewUniformSample constructs a new uniform sample with the given reservoir size.
go-ethereum/metrics/sample.go:409
↓ 14 callersMethodNodeInfo
NodeInfo returns information about the node
go-ethereum/p2p/simulations/adapters/types.go:61
↓ 14 callersMethodPath
Path returns the hex-encoded path to the current node. Callers must not retain references to the return value after calling Next. For leaf nodes, the
go-ethereum/trie/iterator.go:84
↓ 14 callersMethodPercentile
(float64)
go-ethereum/metrics/timer.go:14
↓ 14 callersMethodPoW
()
go-ethereum/whisper/whisperv5/envelope.go:138
↓ 14 callersMethodPut
(addr common.Address, key []byte, data []byte)
go-ethereum/swarm/storage/mock/mock.go:79
↓ 14 callersMethodRemoteAddr
RemoteAddr returns the remote address of the network connection.
go-ethereum/p2p/peer.go:143
↓ 14 callersMethodRemove
Remove removes a transaction from the lookup.
go-ethereum/core/tx_pool.go:1304
↓ 14 callersMethodRevertToSnapshot
(int)
go-ethereum/core/vm/interface.go:59
↓ 14 callersMethodRoot
()
go-ethereum/swarm/fuse/fuse_root.go:33
↓ 14 callersMethodServer
Server retrieves the currently running P2P network layer. This method is meant only to inspect fields of the currently running server, life cycle mana
go-ethereum/node/node.go:504
↓ 14 callersMethodSetCode
(common.Address, []byte)
go-ethereum/core/vm/interface.go:40
↓ 14 callersMethodSetOne
()
go-ethereum/crypto/bn256/cloudflare/gfp2.go:36
↓ 14 callersMethodSetState
(common.Address, common.Hash, common.Hash)
go-ethereum/core/vm/interface.go:47
↓ 14 callersMethodState
()
go-ethereum/les/handler.go:82
↓ 14 callersMethodStream
Stream executes a command on the remote server and streams all outputs into the local stdout and stderr streams.
go-ethereum/cmd/puppeth/ssh.go:203
↓ 14 callersFunctionget
libsnark-vnt/depends/libsnark/depends/gtest/googletest/include/gtest/internal/gtest-tuple.h:937
↓ 14 callersFunctioninit
libsnark-vnt/depends/libsnark/depends/xbyak/test/lib_test.cpp:3
↓ 14 callersMethodis_zero
libsnark-vnt/depends/libsnark/depends/libff/libff/algebra/curves/edwards/edwards_g2.cpp:132
↓ 14 callersMethodis_zero
libsnark-vnt/depends/libsnark/depends/libff/libff/algebra/curves/edwards/edwards_g1.cpp:108
↓ 14 callersFunctionjnz
-V524
libsnark-vnt/depends/libsnark/depends/xbyak/xbyak/xbyak_mnemonic.h:400
↓ 14 callersMethodlock
lock returns the lock of the given address.
go-ethereum/internal/ethapi/addrlock.go:31
↓ 14 callersMethodmakeBodyFetcher
makeBodyFetcher retrieves a block body fetcher associated with a simulated peer.
go-ethereum/eth/fetcher/fetcher_test.go:177
↓ 14 callersMethodmakeHeaderFetcher
makeHeaderFetcher retrieves a block header fetcher associated with a simulated peer.
go-ethereum/eth/fetcher/fetcher_test.go:157
↓ 14 callersFunctionnewTwistPoint
(pool *bnPool)
go-ethereum/crypto/bn256/google/twist.go:43
↓ 14 callersFunctionopt_atePairing
libsnark-vnt/depends/libsnark/depends/ate-pairing/include/bn.h:2720
↓ 14 callersMethodreadString
readString reads a single line from stdin, trimming if from spaces, enforcing non-emptyness.
go-ethereum/cmd/puppeth/wizard.go:94
↓ 14 callersFunctionsecp256k1_ecmult_gen
go-ethereum/crypto/secp256k1/libsecp256k1/src/ecmult_gen_impl.h:124
↓ 14 callersFunctionsecp256k1_fe_cmov
go-ethereum/crypto/secp256k1/libsecp256k1/src/field_5x52_impl.h:402
↓ 14 callersFunctionsecp256k1_fe_set_int
go-ethereum/crypto/secp256k1/libsecp256k1/src/field_5x52_impl.h:229
↓ 14 callersFunctionsecp256k1_gej_add_ge
go-ethereum/crypto/secp256k1/libsecp256k1/src/group_impl.h:520
↓ 14 callersFunctionsecp256k1_gej_double_var
go-ethereum/crypto/secp256k1/libsecp256k1/src/group_impl.h:301
↓ 14 callersFunctionsecp256k1_sha256_write
go-ethereum/crypto/secp256k1/libsecp256k1/src/hash_impl.h:131
↓ 14 callersMethodsend
(remote *Node, ptype nodeEvent, p interface{})
go-ethereum/p2p/discv5/net.go:100
↓ 14 callersFunctionsph_bswap32
libsnark-vnt/depends/libsnark/depends/libsnark-supercop/src/crypto_hash/sha256/sphlib/sph_types.h:1187
↓ 14 callersMethodtotal_test_count
Gets the number of all tests.
libsnark-vnt/depends/libsnark/depends/gtest/googletest/src/gtest.cc:774
↓ 13 callersMethodAddLocal
AddLocal enqueues a single transaction into the pool if it is valid, marking the sender as a local one in the mean time, ensuring it goes around the l
go-ethereum/core/tx_pool.go:832
↓ 13 callersFunctionBinary
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/test/gmock-more-actions_test.cc:108
↓ 13 callersMethodBinary
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/test/gmock-more-actions_test.cc:188
↓ 13 callersFunctionBloomFilterMatch
(filter, sample []byte)
go-ethereum/whisper/whisperv6/whisper.go:1028
↓ 13 callersMethodChainId
ChainId returns which chain id this transaction was signed for (if at all)
go-ethereum/core/types/transaction.go:156
↓ 13 callersFunctionCheck
Prints the message and aborts the program if condition is false.
libsnark-vnt/depends/libsnark/depends/gtest/googletest/test/gtest_environment_test.cc:113
↓ 13 callersMethodCreateSubscription
CreateSubscription returns a new subscription that is coupled to the RPC connection. By default subscriptions are inactive and notifications are dropp
go-ethereum/rpc/subscription.go:80
↓ 13 callersFunctionDoAll
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-generated-actions.h:695
↓ 13 callersFunctionDoDefault
Creates an action that does the default action for the give mock function.
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-actions.h:1099
↓ 13 callersMethodEncrypt
(data []byte, key Key)
go-ethereum/swarm/storage/encryption/encryption.go:31
↓ 13 callersFunctionExpect
Verifies that condition is true; generates a non-fatal failure if condition is false.
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/internal/gmock-internal-utils.h:297
↓ 13 callersFunctionExpectSpecProperty
Expects that the EXPECT_CALL() statement has the given property.
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-spec-builders.h:746
↓ 13 callersMethodFilterLogs
FilterLogs executes a log filter operation, blocking during execution and returning all the results in one batch. TODO(karalabe): Deprecate when the
go-ethereum/accounts/abi/bind/backend.go:94
↓ 13 callersFunctionFuncHandler
FuncHandler returns a Handler that logs records with the given function.
go-ethereum/log/handler.go:29
↓ 13 callersMethodGet
Get retrieves the value associated with key form the database.
go-ethereum/trie/database.go:55
↓ 13 callersMethodGetSymKey
GetSymKey returns the symmetric key associated with the given id.
go-ethereum/whisper/whisperv5/whisper.go:406
↓ 13 callersFunctionIsAsciiWhiteSpace
libsnark-vnt/depends/libsnark/depends/gtest/googletest/src/gtest-port.cc:631
↓ 13 callersFunctionIsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
libsnark-vnt/depends/libsnark/depends/gtest/googletest/src/gtest-port.cc:619
↓ 13 callersMethodIsRootDirectory
Returns true if pathname describes a root directory. (Windows has one root directory per disk drive.)
libsnark-vnt/depends/libsnark/depends/gtest/googletest/src/gtest-filepath.cc:251
↓ 13 callersFunctionL
(e,n,t)
go-ethereum/internal/jsre/deps/bignumber.js:3
↓ 13 callersMethodMode
()
go-ethereum/cmd/faucet/website.go:57
↓ 13 callersMethodNewBatch
()
go-ethereum/ethdb/interface.go:40
↓ 13 callersFunctionNewExpDecaySample
NewExpDecaySample constructs a new exponentially-decaying sample with the given reservoir size and alpha.
go-ethereum/metrics/sample.go:48
↓ 13 callersMethodProcess
(block *types.Block, statedb *state.StateDB, cfg vm.Config)
go-ethereum/core/types.go:45
↓ 13 callersMethodPromptPassword
PromptPassword displays the given prompt to the user and requests some textual data to be entered, but one which must not be echoed out into the termi
go-ethereum/console/prompter.go:40
↓ 13 callersMethodProve
TODO(fjl): remove this when SecureTrie is removed
go-ethereum/core/state/database.go:71
↓ 13 callersMethodReceive
Receive is called to deposit the latest cheque to the incoming Inbox. The given promise must be a *Cheque.
go-ethereum/contracts/chequebook/cheque.go:548
↓ 13 callersMethodResolve
(string)
go-ethereum/swarm/api/api.go:77
↓ 13 callersMethodSelf
()
go-ethereum/p2p/dial.go:88
↓ 13 callersMethodSetOne
()
go-ethereum/crypto/bn256/google/gfp2.go:48
↓ 13 callersMethodSign
Sign - request to sign the given data (plus prefix)
go-ethereum/signer/core/api.go:48
↓ 13 callersMethodTime
(func())
go-ethereum/metrics/timer.go:24
↓ 13 callersFunctionTupleMatches
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-matchers.h:795
↓ 13 callersFunctionU
(e,n,t,r)
go-ethereum/signer/rules/deps/bignumber.js:3
↓ 13 callersFunctionU
(e,n,t,r)
go-ethereum/internal/jsre/deps/bignumber.js:3
↓ 13 callersMethodUnregister
Unregister the metric with the given name.
go-ethereum/metrics/registry.go:47
↓ 13 callersFunctionWriteBE32
libsnark-vnt/src/crypto/common.h:56
↓ 13 callersFunctionaddDir
add a directory to the test directory tree
go-ethereum/swarm/fuse/swarmfs_test.go:298
↓ 13 callersMethodassign
libsnark-vnt/depends/libsnark/depends/xbyak/xbyak/xbyak.h:1264
↓ 13 callersFunctionchecked_malloc
go-ethereum/crypto/secp256k1/libsecp256k1/src/util.h:71
← previousnext →801–900 of 20,037, ranked by callers