MCPcopy Create free account

hub / github.com/tendermint/tendermint / functions

Functions9,600 in github.com/tendermint/tendermint

↓ 1 callersMethodRecordBlockPart
RecordBlockPart increments internal block part related statistics for this peer. It returns the total number of added block parts.
internal/consensus/peer_state.go:344
↓ 1 callersMethodRecordMetrics
(height int64, block *types.Block)
internal/consensus/state.go:1760
↓ 1 callersMethodRecordVote
RecordVote increments internal votes related statistics for this peer. It returns the total number of added votes.
internal/consensus/peer_state.go:324
↓ 1 callersFunctionRegisterABCIApplicationServer
(s *grpc.Server, srv ABCIApplicationServer)
abci/types/types.pb.go:3362
↓ 1 callersFunctionRegisterBroadcastAPIServer
(s *grpc.Server, srv BroadcastAPIServer)
rpc/grpc/types.pb.go:290
↓ 1 callersMethodRegisterOpDecoder
(typ string, dec OpDecoder)
crypto/merkle/proof_op.go:86
↓ 1 callersMethodRemote
Remote returns the remote network address in a string form.
rpc/client/interface.go:165
↓ 1 callersMethodRemoteAddr
()
test/fuzz/p2p/pex/reactor_receive.go:81
↓ 1 callersMethodRemoteEndpoint
RemoteEndpoint implements Connection.
internal/p2p/transport_memory.go:259
↓ 1 callersMethodRemoteIP
()
test/fuzz/p2p/pex/reactor_receive.go:80
↓ 1 callersMethodRemoteIP
peer's cryptographic ID
internal/p2p/peer.go:27
↓ 1 callersMethodRemoteIP
()
internal/blocksync/v2/reactor_test.go:42
↓ 1 callersMethodRemoveListenerForEvent
(event string, listenerID string)
libs/events/events.go:50
↓ 1 callersMethodRemoveListenerForEvent
(event string, listenerID string)
libs/events/events.go:123
↓ 1 callersMethodRemoveTransport
RemoveTransport removes a transport from the network and closes it.
internal/p2p/transport_memory.go:68
↓ 1 callersMethodRemoveTx
(context.Context, types.TxKey)
rpc/client/interface.go:151
↓ 1 callersMethodReplayBlocks
ReplayBlocks replays all blocks since appBlockHeight and ensures the result matches the current state. Returns the final AppHash or an error.
internal/consensus/replay.go:285
↓ 1 callersMethodReplayFile
Replay msgs in file or start the console
internal/consensus/replay_file.go:43
↓ 1 callersMethodReportConflictingVotes
ReportConflictingVotes takes two conflicting votes and forms duplicate vote evidence, adding it eventually to the evidence pool. Duplicate vote attac
internal/evidence/pool.go:188
↓ 1 callersMethodReportEvidence
ReportEvidence reports an evidence of misbehavior.
light/provider/provider.go:27
↓ 1 callersFunctionRequireError
RequireError requires that the given peer error is submitted for a peer.
internal/p2p/p2ptest/require.go:106
↓ 1 callersFunctionRequireNoUpdates
RequireNoUpdates requires that a PeerUpdates subscription is empty.
internal/p2p/p2ptest/require.go:96
↓ 1 callersFunctionRequireReceiveUnordered
RequireReceiveUnordered requires that the given envelopes are all received on the channel, ignoring order.
internal/p2p/p2ptest/require.go:45
↓ 1 callersFunctionRequireSendReceive
RequireSendReceive requires that a given Protobuf message is sent to the given peer, and then that the given response is received back.
internal/p2p/p2ptest/require.go:84
↓ 1 callersFunctionReseed
Reseed conveniently re-seeds the default Source of math/rand with randomness obtained from crypto/rand. Note that this does not make math/rand suitab
libs/rand/random.go:40
↓ 1 callersMethodReset
(height int64, valSet *types.ValidatorSet)
internal/consensus/types/height_vote_set.go:59
↓ 1 callersFunctionResetTestRootWithChainID
(testName string, chainID string)
config/toml.go:616
↓ 1 callersMethodResolve
Resolve returns the peer ID for a given node address if known.
internal/p2p/peermanager.go:1363
↓ 1 callersMethodRollback
()
test/e2e/app/state.go:162
↓ 1 callersFunctionRollbackState
RollbackState takes the state at the current height n and overwrites it with the state at height n - 1. Note state here refers to tendermint state not
cmd/tendermint/commands/rollback.go:37
↓ 1 callersMethodRootCAFile
CertificateAuthorityFile returns the full path to the priv_validator_key.json file
config/config.go:418
↓ 1 callersMethodRoundStateSimple
Compress the RoundState to RoundStateSimple
internal/consensus/types/round_state.go:108
↓ 1 callersFunctionRoutes
Routes returns the set of routes used by the Inspector server.
internal/inspect/rpc/rpc.go:30
↓ 1 callersFunctionRunCaptureWithArgs
RunCaptureWithArgs executes the given command with the specified command line args and environmental variables set. It returns string fields represent
libs/cli/helper.go:57
↓ 1 callersFunctionRunDatabaseMigration
(ctx context.Context, logger log.Logger, conf *cfg.Config)
cmd/tendermint/commands/key_migrate.go:30
↓ 1 callersMethodSave
Save persists the FilePV to disk.
privval/file.go:286
↓ 1 callersMethodSaveSeenCommit
SaveSeenCommit saves a seen commit, used by e.g. the state sync reactor when bootstrapping node.
internal/store/store.go:524
↓ 1 callersMethodSaveToDB
Saves the history data for all peers to the store DB. This public method acquires the trust metric store lock
internal/p2p/trust/store.go:135
↓ 1 callersMethodScheduleTimeout
on which to receive a timeout
internal/consensus/ticker.go:21
↓ 1 callersMethodSearchBlockEvents
SearchBlockEvents provides a mock function with given fields: _a0, _a1
internal/state/mocks/event_sink.go:96
↓ 1 callersMethodSearchBlockEvents
(ctx context.Context, q *query.Query)
internal/state/indexer/sink/kv/kv.go:46
↓ 1 callersMethodSearchBlockEvents
SearchBlockEvents is not implemented by this sink, and reports an error for all queries.
internal/state/indexer/sink/psql/psql.go:239
↓ 1 callersMethodSearchBlockEvents
(ctx context.Context, q *query.Query)
internal/state/indexer/sink/null/null.go:33
↓ 1 callersMethodSearchTxEvents
SearchTxEvents provides the transaction search by given query conditions. This function only supported by the kvEventSink.
internal/state/indexer/eventsink.go:41
↓ 1 callersMethodSearchTxEvents
SearchTxEvents is not implemented by this sink, and reports an error for all queries.
internal/state/indexer/sink/psql/psql.go:244
↓ 1 callersMethodSearchTxEvents
(ctx context.Context, q *query.Query)
internal/state/indexer/sink/null/null.go:37
↓ 1 callersMethodSender
Sender reports the application-assigned sender of w.
internal/mempool/v1/tx.go:69
↓ 1 callersMethodServeHTTP
(w http.ResponseWriter, r *http.Request)
rpc/jsonrpc/client/ws_client_test.go:32
↓ 1 callersMethodSetBlockSyncingMetrics
(float64)
internal/consensus/reactor.go:120
↓ 1 callersMethodSetConnection
SetConnection replaces the current connection object
privval/signer_endpoint.go:69
↓ 1 callersMethodSetDeadline
(t time.Time)
internal/p2p/conn/conn_notgo110.go:24
↓ 1 callersMethodSetFlushInterval
SetFlushInterval allows us to override the periodic flush interval for the WAL.
internal/consensus/wal.go:111
↓ 1 callersMethodSetGasWanted
SetGasWanted sets the application-assigned gas requirement of w.
internal/mempool/v1/tx.go:48
↓ 1 callersMethodSetLogger
--------------------------------------------------- Implements service.Service SetLogger implements BaseService.
internal/p2p/peer.go:142
↓ 1 callersMethodSetLogger
(l log.Logger)
internal/p2p/conn/connection.go:211
↓ 1 callersMethodSetLogger
(l log.Logger)
internal/consensus/replay.go:226
↓ 1 callersMethodSetPeerMaj23
If a peer claims that it has 2/3 majority for given blockKey, call this. NOTE: if there are too many peers, or too much peer churn, this can cause mem
internal/consensus/types/height_vote_set.go:184
↓ 1 callersMethodSetProposal
SetProposal inputs a proposal.
internal/consensus/state.go:520
↓ 1 callersMethodSetREMA
Hack to set the current rEMA.
internal/libs/flowrate/flowrate.go:77
↓ 1 callersMethodSetRemoved
()
internal/libs/clist/clist.go:199
↓ 1 callersMethodSetRemoved
()
libs/events/events.go:245
↓ 1 callersMethodSetRequestHandler
SetRequestHandler override the default function that is used to service requests
privval/signer_server.go:57
↓ 1 callersMethodSetResponseCallback
(Callback)
abci/client/client.go:31
↓ 1 callersMethodSetRound
Create more RoundVoteSets up to round.
internal/consensus/types/height_vote_set.go:85
↓ 1 callersMethodSetSender
SetSender sets the application-assigned sender of w.
internal/mempool/v1/tx.go:62
↓ 1 callersMethodSetStateSyncingMetrics
(float64)
internal/consensus/reactor.go:119
↓ 1 callersMethodSetTransferSize
(bytes int64)
internal/libs/flowrate/io.go:21
↓ 1 callersMethodSetWalFile
SetWalFile sets the path to the write-ahead log file
config/config.go:1227
↓ 1 callersMethodSignProposal
SignProposal receives a proposal sign requests, attempts to sign it returns SignedProposalResponse on success and error on failure
privval/grpc/server.go:75
↓ 1 callersMethodSignProposal
SignProposal requests a remote signer to sign a proposal
privval/grpc/client.go:88
↓ 1 callersMethodSignVote
SignVote receives a vote sign requests, attempts to sign it returns SignedVoteResponse on success and error on failure
privval/grpc/server.go:59
↓ 1 callersMethodSignVote
SignVote requests a remote signer to sign a vote
privval/grpc/client.go:74
↓ 1 callersFunctionSignerListenerEndpointTimeoutReadWrite
SignerListenerEndpointTimeoutReadWrite sets the read and write timeout for connections from external signing processes. Default: 5s
privval/signer_listener_endpoint.go:21
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6081
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6093
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6105
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6117
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6129
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6141
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6153
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6165
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6177
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6189
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6201
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6213
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6225
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6237
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6498
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6510
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6522
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6534
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6546
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6558
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6570
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6582
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6594
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6606
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6618
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6630
↓ 1 callersMethodSize
()
abci/types/types.pb.go:6642
← previousnext →3,101–3,200 of 9,600, ranked by callers