Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tendermint/tendermint
/ functions
Functions
9,600 in github.com/tendermint/tendermint
⨍
Functions
9,600
◇
Types & classes
1,209
↓ 1 callers
Method
GetVotingPower
()
proto/tendermint/types/validator.pb.go:141
↓ 1 callers
Function
Handler
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 callers
Method
HasBlock
HasBlock provides the transaction search by given transaction hash. This function only supported by the kvEventSink.
internal/state/indexer/eventsink.go:49
↓ 1 callers
Method
HasBlock
(h int64)
internal/state/indexer/sink/kv/kv.go:58
↓ 1 callers
Method
HasBlock
(h int64)
internal/state/indexer/sink/null/null.go:45
↓ 1 callers
Method
HasMaxPeerCapacity
()
internal/p2p/peermanager.go:519
↓ 1 callers
Method
HasPeer
HasPeer reports whether the specified peer ID is a sender of w.
internal/mempool/v1/tx.go:40
↓ 1 callers
Method
HasPerturbations
HasPerturbations returns whether the network has any perturbations.
test/e2e/pkg/testnet.go:440
↓ 1 callers
Method
Hash
()
types/part_set.go:231
↓ 1 callers
Method
Hash
Hash returns a merkle hash of all results.
types/results.go:22
↓ 1 callers
Method
HeadSizeLimit
HeadSizeLimit returns the current head size limit.
internal/libs/autofile/group.go:172
↓ 1 callers
Method
Height
hash of the evidence
types/evidence.go:27
↓ 1 callers
Method
Height
()
crypto/merkle/types.go:11
↓ 1 callers
Method
Height
()
internal/consensus/replay_test.go:1190
↓ 1 callers
Method
HistoryJSON
Returns a snapshot of the trust metric history data
internal/p2p/trust/metric.go:125
↓ 1 callers
Method
ID
()
test/fuzz/p2p/pex/reactor_receive.go:79
↓ 1 callers
Method
Inactivate
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 callers
Method
Increment
()
internal/libs/timer/throttle_timer_test.go:20
↓ 1 callers
Method
IndexBlockEvents
(bh types.EventDataNewBlockHeader)
internal/state/indexer/sink/null/null.go:25
↓ 1 callers
Method
IndexTxEvents
(results []*abci.TxResult)
internal/state/indexer/sink/null/null.go:29
↓ 1 callers
Method
Info
(msg string, keyVals ...interface{})
libs/log/logger.go:34
↓ 1 callers
Method
InfoAsync
NOTE: call is synchronous, use ctx to break early if needed
abci/client/grpc_client.go:189
↓ 1 callers
Method
InitCalledBeforeRemoveFinished
()
internal/p2p/switch_test.go:827
↓ 1 callers
Method
InitChain
Save the validators in the merkle tree
abci/example/kvstore/persistent_kvstore.go:112
↓ 1 callers
Method
InitChainAsync
NOTE: call is synchronous, use ctx to break early if needed
abci/client/grpc_client.go:239
↓ 1 callers
Method
InitChainSync
(context.Context, types.RequestInitChain)
abci/client/client.go:58
↓ 1 callers
Method
InitGenesisChunks
InitGenesisChunks configures the environment and should be called on service startup.
internal/rpc/core/env.go:153
↓ 1 callers
Function
InitKVStore
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 callers
Method
InitPeer
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 callers
Method
InitProposalBlockParts
InitProposalBlockParts initializes the peer's proposal block parts header and bit array.
internal/consensus/peer_state.go:138
↓ 1 callers
Method
IsActive
IsActive returns true if the client is running and not reconnecting.
rpc/jsonrpc/client/ws_client.go:191
↓ 1 callers
Method
IsComplete
()
types/part_set.go:302
↓ 1 callers
Method
IsDuplicate
IsDuplicate when Peer ID or IP are present already.
internal/p2p/errors.go:87
↓ 1 callers
Method
IsEmpty
IsEmpty returns true iff all bits in the bit array are 0
libs/bits/bit_array.go:211
↓ 1 callers
Method
IsFiltered
IsFiltered when Peer ID or IP was filtered.
internal/p2p/errors.go:90
↓ 1 callers
Method
IsFull
IsFull returns true iff all bits in the bit array are 1.
libs/bits/bit_array.go:226
↓ 1 callers
Method
IsListening
()
internal/rpc/core/env.go:50
↓ 1 callers
Function
IsPreCheckError
IsPreCheckError returns true if err is due to pre check failure.
types/mempool.go:55
↓ 1 callers
Function
IsRangeOperation
IsRangeOperation returns a boolean signifying if a query Operator is a range operation or not.
internal/state/indexer/query_range.go:115
↓ 1 callers
Method
IsReconnecting
IsReconnecting returns true if the client is reconnecting right now.
rpc/jsonrpc/client/ws_client.go:184
↓ 1 callers
Method
IsValidPubkeyType
(pubkeyType string)
types/params.go:119
↓ 1 callers
Method
Iterate
Iterate will run the given function over the set.
types/validator_set.go:356
↓ 1 callers
Method
LastAdvance
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 callers
Function
LightClientAttackEvidenceFromProto
LightClientAttackEvidenceFromProto decodes protobuf
types/evidence.go:512
↓ 1 callers
Method
ListSnapshotsAsync
NOTE: call is synchronous, use ctx to break early if needed
abci/client/grpc_client.go:269
↓ 1 callers
Method
ListenAndServeTLS
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 callers
Method
Listeners
()
internal/rpc/core/env.go:49
↓ 1 callers
Method
LoadBaseMeta
()
internal/state/services.go:23
↓ 1 callers
Method
LoadBaseMeta
LoadBase atomically loads the base block meta, or returns nil if no base is found.
internal/store/store.go:101
↓ 1 callers
Method
LoadBlockByHash
(hash []byte)
internal/state/services.go:31
↓ 1 callers
Method
LoadBlockByHash
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 callers
Method
LoadBlockCommit
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 callers
Method
LoadBlockMeta
(height int64)
internal/consensus/replay_test.go:1199
↓ 1 callers
Method
LoadBlockMetaByHash
(hash []byte)
internal/state/services.go:32
↓ 1 callers
Method
LoadChunk
LoadChunk loads a snapshot chunk.
test/e2e/app/snapshots.go:144
↓ 1 callers
Method
LoadCommit
LoadCommit loads the commit for a given height.
internal/consensus/state.go:317
↓ 1 callers
Function
LoadConfig
LoadConfig loads the configuration from disk.
test/e2e/node/config.go:43
↓ 1 callers
Function
LoadFilePVEmptyState
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 callers
Function
LoadManifest
LoadManifest loads a testnet manifest from a file.
test/e2e/pkg/manifest.go:168
↓ 1 callers
Method
LoadSnapshotChunkAsync
NOTE: call is synchronous, use ctx to break early if needed
abci/client/grpc_client.go:289
↓ 1 callers
Method
LogString
LogString produces a logging suitable string representation of the vote set.
types/vote_set.go:587
↓ 1 callers
Function
MakeAppConfig
MakeAppConfig generates an ABCI application config for a node.
test/e2e/runner/setup.go:348
↓ 1 callers
Method
MakeChannel
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 callers
Function
MakeChannelDesc
(chID p2p.ChannelID)
internal/p2p/p2ptest/network.go:336
↓ 1 callers
Function
MakeConfig
MakeConfig generates a Tendermint config for a node.
test/e2e/runner/setup.go:230
↓ 1 callers
Function
MakeDockerCompose
MakeDockerCompose generates a Docker Compose config for a testnet.
test/e2e/runner/setup.go:132
↓ 1 callers
Function
MakeGenesis
MakeGenesis generates a genesis document.
test/e2e/runner/setup.go:190
↓ 1 callers
Function
MakeGenesisState
MakeGenesisState creates state from types.GenesisDoc.
internal/state/state.go:338
↓ 1 callers
Method
MakePeerUpdatesNoRequireEmpty
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 callers
Function
MakeRandomHeader
()
internal/test/factory/block.go:95
↓ 1 callers
Function
MakeTxs
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 callers
Method
MarkBlockGossipComplete
()
internal/consensus/metrics.go:319
↓ 1 callers
Method
MarkPeerAsGood
MarkPeerAsGood marks the given peer as good when it did something useful like contributed to consensus.
internal/p2p/switch.go:489
↓ 1 callers
Method
MarkRound
(r int32, st time.Time)
internal/consensus/metrics.go:323
↓ 1 callers
Method
MarkStep
(s cstypes.RoundStepType)
internal/consensus/metrics.go:329
↓ 1 callers
Method
Marshal
()
proto/tendermint/types/validator.pb.go:346
↓ 1 callers
Method
Marshal
()
proto/tendermint/types/block.pb.go:121
↓ 1 callers
Method
Marshal
()
proto/tendermint/types/params.pb.go:798
↓ 1 callers
Method
Marshal
()
proto/tendermint/types/events.pb.go:107
↓ 1 callers
Method
Marshal
()
proto/tendermint/types/evidence.pb.go:566
↓ 1 callers
Method
Marshal
()
proto/tendermint/crypto/proof.pb.go:401
↓ 1 callers
Method
Marshal
()
proto/tendermint/crypto/proof.pb.go:443
↓ 1 callers
Method
Marshal
()
proto/tendermint/crypto/keys.pb.go:410
↓ 1 callers
Method
Marshal
()
proto/tendermint/state/types.pb.go:537
↓ 1 callers
Method
Marshal
()
proto/tendermint/state/types.pb.go:577
↓ 1 callers
Method
Marshal
()
proto/tendermint/libs/bits/types.pb.go:98
↓ 1 callers
Method
MarshalJSON
()
internal/consensus/types/height_vote_set.go:237
↓ 1 callers
Method
MarshalTo
([]byte)
proto/tendermint/types/evidence.pb.go:72
↓ 1 callers
Method
MarshalTo
([]byte)
proto/tendermint/crypto/keys.pb.go:72
↓ 1 callers
Method
MarshalTo
([]byte)
proto/tendermint/p2p/pex.pb.go:334
↓ 1 callers
Method
MarshalTo
([]byte)
proto/tendermint/blocksync/types.pb.go:296
↓ 1 callers
Method
MarshalToSizedBuffer
(dAtA []byte)
abci/types/types.pb.go:3720
↓ 1 callers
Method
MarshalToSizedBuffer
(dAtA []byte)
abci/types/types.pb.go:3741
↓ 1 callers
Method
MarshalToSizedBuffer
(dAtA []byte)
abci/types/types.pb.go:3762
↓ 1 callers
Method
MarshalToSizedBuffer
(dAtA []byte)
abci/types/types.pb.go:3783
↓ 1 callers
Method
MarshalToSizedBuffer
(dAtA []byte)
abci/types/types.pb.go:3804
↓ 1 callers
Method
MarshalToSizedBuffer
(dAtA []byte)
abci/types/types.pb.go:3825
↓ 1 callers
Method
MarshalToSizedBuffer
(dAtA []byte)
abci/types/types.pb.go:3846
↓ 1 callers
Method
MarshalToSizedBuffer
(dAtA []byte)
abci/types/types.pb.go:3867
↓ 1 callers
Method
MarshalToSizedBuffer
(dAtA []byte)
abci/types/types.pb.go:3888
← previous
next →
2,801–2,900 of 9,600, ranked by callers