MCPcopy Create free account

hub / github.com/tendermint/tendermint / functions

Functions9,600 in github.com/tendermint/tendermint

↓ 1 callersMethodGetVotingPower
()
proto/tendermint/types/validator.pb.go:141
↓ 1 callersFunctionHandler
Handler returns the http.Handler configured for use with an Inspector server. Handler registers the routes on the http.Handler and also registers the
internal/inspect/rpc/rpc.go:56
↓ 1 callersMethodHasBlock
HasBlock provides the transaction search by given transaction hash. This function only supported by the kvEventSink.
internal/state/indexer/eventsink.go:49
↓ 1 callersMethodHasBlock
(h int64)
internal/state/indexer/sink/kv/kv.go:58
↓ 1 callersMethodHasBlock
(h int64)
internal/state/indexer/sink/null/null.go:45
↓ 1 callersMethodHasMaxPeerCapacity
()
internal/p2p/peermanager.go:519
↓ 1 callersMethodHasPeer
HasPeer reports whether the specified peer ID is a sender of w.
internal/mempool/v1/tx.go:40
↓ 1 callersMethodHasPerturbations
HasPerturbations returns whether the network has any perturbations.
test/e2e/pkg/testnet.go:440
↓ 1 callersMethodHash
()
types/part_set.go:231
↓ 1 callersMethodHash
Hash returns a merkle hash of all results.
types/results.go:22
↓ 1 callersMethodHeadSizeLimit
HeadSizeLimit returns the current head size limit.
internal/libs/autofile/group.go:172
↓ 1 callersMethodHeight
hash of the evidence
types/evidence.go:27
↓ 1 callersMethodHeight
()
crypto/merkle/types.go:11
↓ 1 callersMethodHeight
()
internal/consensus/replay_test.go:1190
↓ 1 callersMethodHistoryJSON
Returns a snapshot of the trust metric history data
internal/p2p/trust/metric.go:125
↓ 1 callersMethodID
()
test/fuzz/p2p/pex/reactor_receive.go:79
↓ 1 callersMethodInactivate
Inactivate marks a peer as inactive which means we won't attempt to dial this peer again. A peer can be reactivated by successfully dialing and connec
internal/p2p/peermanager.go:947
↓ 1 callersMethodIncrement
()
internal/libs/timer/throttle_timer_test.go:20
↓ 1 callersMethodIndexBlockEvents
(bh types.EventDataNewBlockHeader)
internal/state/indexer/sink/null/null.go:25
↓ 1 callersMethodIndexTxEvents
(results []*abci.TxResult)
internal/state/indexer/sink/null/null.go:29
↓ 1 callersMethodInfo
(msg string, keyVals ...interface{})
libs/log/logger.go:34
↓ 1 callersMethodInfoAsync
NOTE: call is synchronous, use ctx to break early if needed
abci/client/grpc_client.go:189
↓ 1 callersMethodInitCalledBeforeRemoveFinished
()
internal/p2p/switch_test.go:827
↓ 1 callersMethodInitChain
Save the validators in the merkle tree
abci/example/kvstore/persistent_kvstore.go:112
↓ 1 callersMethodInitChainAsync
NOTE: call is synchronous, use ctx to break early if needed
abci/client/grpc_client.go:239
↓ 1 callersMethodInitChainSync
(context.Context, types.RequestInitChain)
abci/client/client.go:58
↓ 1 callersMethodInitGenesisChunks
InitGenesisChunks configures the environment and should be called on service startup.
internal/rpc/core/env.go:153
↓ 1 callersFunctionInitKVStore
InitKVStore initializes the kvstore app with some data, which allows tests to pass and is fine as long as you don't make any tx that modify the valida
abci/example/kvstore/helpers.go:35
↓ 1 callersMethodInitPeer
InitPeer is called by the switch before the peer is started. Use it to initialize data for the peer (e.g. peer state). NOTE: The switch won't call Ad
internal/p2p/base_reactor.go:31
↓ 1 callersMethodInitProposalBlockParts
InitProposalBlockParts initializes the peer's proposal block parts header and bit array.
internal/consensus/peer_state.go:138
↓ 1 callersMethodIsActive
IsActive returns true if the client is running and not reconnecting.
rpc/jsonrpc/client/ws_client.go:191
↓ 1 callersMethodIsComplete
()
types/part_set.go:302
↓ 1 callersMethodIsDuplicate
IsDuplicate when Peer ID or IP are present already.
internal/p2p/errors.go:87
↓ 1 callersMethodIsEmpty
IsEmpty returns true iff all bits in the bit array are 0
libs/bits/bit_array.go:211
↓ 1 callersMethodIsFiltered
IsFiltered when Peer ID or IP was filtered.
internal/p2p/errors.go:90
↓ 1 callersMethodIsFull
IsFull returns true iff all bits in the bit array are 1.
libs/bits/bit_array.go:226
↓ 1 callersMethodIsListening
()
internal/rpc/core/env.go:50
↓ 1 callersFunctionIsPreCheckError
IsPreCheckError returns true if err is due to pre check failure.
types/mempool.go:55
↓ 1 callersFunctionIsRangeOperation
IsRangeOperation returns a boolean signifying if a query Operator is a range operation or not.
internal/state/indexer/query_range.go:115
↓ 1 callersMethodIsReconnecting
IsReconnecting returns true if the client is reconnecting right now.
rpc/jsonrpc/client/ws_client.go:184
↓ 1 callersMethodIsValidPubkeyType
(pubkeyType string)
types/params.go:119
↓ 1 callersMethodIterate
Iterate will run the given function over the set.
types/validator_set.go:356
↓ 1 callersMethodLastAdvance
LastAdvance returns the time when the last block was processed (or start time if no blocks were processed).
internal/blocksync/v0/pool.go:302
↓ 1 callersFunctionLightClientAttackEvidenceFromProto
LightClientAttackEvidenceFromProto decodes protobuf
types/evidence.go:512
↓ 1 callersMethodListSnapshotsAsync
NOTE: call is synchronous, use ctx to break early if needed
abci/client/grpc_client.go:269
↓ 1 callersMethodListenAndServeTLS
ListenAndServeTLS listens on the address specified in srv.Addr. ListenAndServeTLS handles incoming requests over HTTPS using the Inspector rpc handler
internal/inspect/rpc/rpc.go:118
↓ 1 callersMethodListeners
()
internal/rpc/core/env.go:49
↓ 1 callersMethodLoadBaseMeta
()
internal/state/services.go:23
↓ 1 callersMethodLoadBaseMeta
LoadBase atomically loads the base block meta, or returns nil if no base is found.
internal/store/store.go:101
↓ 1 callersMethodLoadBlockByHash
(hash []byte)
internal/state/services.go:31
↓ 1 callersMethodLoadBlockByHash
LoadBlockByHash returns the block with the given hash. If no block is found for that hash, it returns nil. Panics if it fails to parse height associat
internal/store/store.go:166
↓ 1 callersMethodLoadBlockCommit
LoadBlockCommit returns the Commit for the given height. This commit consists of the +2/3 and other Precommit-votes for block at `height`, and it come
internal/store/store.go:261
↓ 1 callersMethodLoadBlockMeta
(height int64)
internal/consensus/replay_test.go:1199
↓ 1 callersMethodLoadBlockMetaByHash
(hash []byte)
internal/state/services.go:32
↓ 1 callersMethodLoadChunk
LoadChunk loads a snapshot chunk.
test/e2e/app/snapshots.go:144
↓ 1 callersMethodLoadCommit
LoadCommit loads the commit for a given height.
internal/consensus/state.go:317
↓ 1 callersFunctionLoadConfig
LoadConfig loads the configuration from disk.
test/e2e/node/config.go:43
↓ 1 callersFunctionLoadFilePVEmptyState
LoadFilePVEmptyState loads a FilePV from the given keyFilePath, with an empty LastSignState. If the keyFilePath does not exist, the program will exit.
privval/file.go:197
↓ 1 callersFunctionLoadManifest
LoadManifest loads a testnet manifest from a file.
test/e2e/pkg/manifest.go:168
↓ 1 callersMethodLoadSnapshotChunkAsync
NOTE: call is synchronous, use ctx to break early if needed
abci/client/grpc_client.go:289
↓ 1 callersMethodLogString
LogString produces a logging suitable string representation of the vote set.
types/vote_set.go:587
↓ 1 callersFunctionMakeAppConfig
MakeAppConfig generates an ABCI application config for a node.
test/e2e/runner/setup.go:348
↓ 1 callersMethodMakeChannel
MakeChannel opens a channel, with automatic error handling and cleanup. On test cleanup, it also checks that the channel is empty, to make sure all ex
internal/p2p/p2ptest/network.go:284
↓ 1 callersFunctionMakeChannelDesc
(chID p2p.ChannelID)
internal/p2p/p2ptest/network.go:336
↓ 1 callersFunctionMakeConfig
MakeConfig generates a Tendermint config for a node.
test/e2e/runner/setup.go:230
↓ 1 callersFunctionMakeDockerCompose
MakeDockerCompose generates a Docker Compose config for a testnet.
test/e2e/runner/setup.go:132
↓ 1 callersFunctionMakeGenesis
MakeGenesis generates a genesis document.
test/e2e/runner/setup.go:190
↓ 1 callersFunctionMakeGenesisState
MakeGenesisState creates state from types.GenesisDoc.
internal/state/state.go:338
↓ 1 callersMethodMakePeerUpdatesNoRequireEmpty
MakePeerUpdatesNoRequireEmpty opens a peer update subscription, with automatic cleanup. It does *not* check that all updates have been consumed, but w
internal/p2p/p2ptest/network.go:327
↓ 1 callersFunctionMakeRandomHeader
()
internal/test/factory/block.go:95
↓ 1 callersFunctionMakeTxs
MakeTxs is a helper function to generate mock transactions by given the block height and the transaction numbers.
internal/test/factory/tx.go:7
↓ 1 callersMethodMarkBlockGossipComplete
()
internal/consensus/metrics.go:319
↓ 1 callersMethodMarkPeerAsGood
MarkPeerAsGood marks the given peer as good when it did something useful like contributed to consensus.
internal/p2p/switch.go:489
↓ 1 callersMethodMarkRound
(r int32, st time.Time)
internal/consensus/metrics.go:323
↓ 1 callersMethodMarkStep
(s cstypes.RoundStepType)
internal/consensus/metrics.go:329
↓ 1 callersMethodMarshal
()
proto/tendermint/types/validator.pb.go:346
↓ 1 callersMethodMarshal
()
proto/tendermint/types/block.pb.go:121
↓ 1 callersMethodMarshal
()
proto/tendermint/types/params.pb.go:798
↓ 1 callersMethodMarshal
()
proto/tendermint/types/events.pb.go:107
↓ 1 callersMethodMarshal
()
proto/tendermint/types/evidence.pb.go:566
↓ 1 callersMethodMarshal
()
proto/tendermint/crypto/proof.pb.go:401
↓ 1 callersMethodMarshal
()
proto/tendermint/crypto/proof.pb.go:443
↓ 1 callersMethodMarshal
()
proto/tendermint/crypto/keys.pb.go:410
↓ 1 callersMethodMarshal
()
proto/tendermint/state/types.pb.go:537
↓ 1 callersMethodMarshal
()
proto/tendermint/state/types.pb.go:577
↓ 1 callersMethodMarshal
()
proto/tendermint/libs/bits/types.pb.go:98
↓ 1 callersMethodMarshalJSON
()
internal/consensus/types/height_vote_set.go:237
↓ 1 callersMethodMarshalTo
([]byte)
proto/tendermint/types/evidence.pb.go:72
↓ 1 callersMethodMarshalTo
([]byte)
proto/tendermint/crypto/keys.pb.go:72
↓ 1 callersMethodMarshalTo
([]byte)
proto/tendermint/p2p/pex.pb.go:334
↓ 1 callersMethodMarshalTo
([]byte)
proto/tendermint/blocksync/types.pb.go:296
↓ 1 callersMethodMarshalToSizedBuffer
(dAtA []byte)
abci/types/types.pb.go:3720
↓ 1 callersMethodMarshalToSizedBuffer
(dAtA []byte)
abci/types/types.pb.go:3741
↓ 1 callersMethodMarshalToSizedBuffer
(dAtA []byte)
abci/types/types.pb.go:3762
↓ 1 callersMethodMarshalToSizedBuffer
(dAtA []byte)
abci/types/types.pb.go:3783
↓ 1 callersMethodMarshalToSizedBuffer
(dAtA []byte)
abci/types/types.pb.go:3804
↓ 1 callersMethodMarshalToSizedBuffer
(dAtA []byte)
abci/types/types.pb.go:3825
↓ 1 callersMethodMarshalToSizedBuffer
(dAtA []byte)
abci/types/types.pb.go:3846
↓ 1 callersMethodMarshalToSizedBuffer
(dAtA []byte)
abci/types/types.pb.go:3867
↓ 1 callersMethodMarshalToSizedBuffer
(dAtA []byte)
abci/types/types.pb.go:3888
← previousnext →2,801–2,900 of 9,600, ranked by callers