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
Method
IsGood
IsGood returns true if peer was ever marked as good and haven't done anything wrong since then.
internal/p2p/pex/addrbook.go:230
Method
IsListening
()
node/node.go:1095
Method
IsNodeInfoInvalid
IsNodeInfoInvalid when the sent NodeInfo is not valid.
internal/p2p/errors.go:96
Method
IsOK
IsOK returns true if Code is OK.
abci/types/result.go:18
Method
IsOK
IsOK returns true if Code is OK.
abci/types/result.go:28
Method
IsOutbound
()
test/fuzz/p2p/pex/reactor_receive.go:84
Method
IsOutbound
()
internal/p2p/peer_set_test.go:27
Method
IsOutbound
IsOutbound returns true if the connection is outbound, false otherwise.
internal/p2p/peer.go:211
Method
IsOutbound
IsOutbound provides a mock function with given fields:
internal/p2p/mocks/peer.go:71
Method
IsOutbound
()
internal/p2p/mock/peer.go:56
Method
IsOutbound
()
internal/blocksync/v2/reactor_test.go:45
Method
IsPersistent
()
test/fuzz/p2p/pex/reactor_receive.go:85
Method
IsPersistent
()
internal/p2p/peer_set_test.go:28
Method
IsPersistent
IsPersistent returns true if the peer is persitent, false otherwise.
internal/p2p/peer.go:216
Method
IsPersistent
IsPersistent provides a mock function with given fields:
internal/p2p/mocks/peer.go:85
Method
IsPersistent
()
internal/p2p/mock/peer.go:57
Method
IsPersistent
()
internal/blocksync/v2/reactor_test.go:46
Method
IsRunning
IsRunning provides a mock function with given fields:
abci/client/mocks/client.go:488
Method
IsRunning
IsRunning provides a mock function with given fields:
internal/p2p/mocks/peer.go:99
Method
IsRunning
IsRunning returns true if a PeerState is considered running where multiple broadcasting goroutines exist for the peer.
internal/consensus/peer_state.go:76
Method
IsRunning
IsRunning implements Service by returning true or false depending on the service's state.
libs/service/service.go:208
Method
IsRunning
IsRunning reports whether the state is running.
rpc/client/helpers.go:158
Method
IsRunning
IsRunning provides a mock function with given fields:
rpc/client/mocks/client.go:530
Method
IsZero
()
types/part_set.go:107
Method
Iterate
(func(key []byte, value []byte) (stop bool))
crypto/merkle/types.go:23
Method
IterateRange
(start []byte, end []byte, ascending bool, fx func(key []byte, value []byte) (stop bool))
crypto/merkle/types.go:24
Method
Key
Key returns a machine-readable string representation of the BlockID
types/block.go:1185
Method
KeyFile
KeyFile returns the full path to the priv_validator_key.json file
config/config.go:423
Function
KeyPathFn
KeyPathFn option can be used to set a function, which parses a given path and builds the merkle path for the prover. It must be provided if you want t
light/rpc/client.go:60
Method
Keygen
()
crypto/crypto.go:39
Method
LastLightBlockHeight
LastLightBlockHeight returns the last LightBlock height stored. Safe for concurrent use by multiple goroutines.
light/store/db/db.go:143
Method
Len
All these methods for ValidatorUpdates: Len, Less and Swap are for ValidatorUpdates to implement sort.Interface which will be used by the sort package
abci/types/util.go:20
Method
Len
()
types/validator_set_test.go:1463
Method
Len
()
types/validator_set_test.go:1485
Method
Len
()
types/priv_validator.go:37
Method
Len
()
types/validator_set.go:752
Method
Len
()
types/validator_set.go:769
Method
Len
()
internal/statesync/block_queue.go:251
Method
Len
()
internal/statesync/dispatcher.go:241
Method
Len
()
internal/p2p/pqueue.go:29
Method
Len
()
internal/p2p/conn_tracker.go:33
Method
Len
()
internal/libs/clist/clist.go:250
Method
Len
()
internal/consensus/common_test.go:190
Method
Len
()
internal/blocksync/v2/scheduler.go:513
Method
Less
(i, j int)
types/validator_set_test.go:1467
Method
Less
(i, j int)
types/validator_set_test.go:1489
Method
Less
(i, j int)
types/priv_validator.go:41
Method
Less
(i, j int)
types/validator_set.go:754
Method
Less
(i, j int)
types/validator_set.go:771
Method
Less
(i, j int)
internal/consensus/common_test.go:194
Method
Less
(i, j int)
internal/blocksync/v2/scheduler.go:516
Method
LightBlock
LightBlock fetches a light block from the peer at a specified height returning either a light block or an appropriate error.
internal/statesync/dispatcher.go:183
Method
LightBlock
(ctx context.Context, height int64)
light/client_benchmark_test.go:48
Method
LightBlock
LightBlock retrieves the LightBlock at the given height. Safe for concurrent use by multiple goroutines.
light/store/db/db.go:113
Method
LightBlock
LightBlock fetches a LightBlock at the given height and checks the chainID matches.
light/provider/http/http.go:109
Method
LightBlock
LightBlock provides a mock function with given fields: ctx, height
light/provider/mocks/provider.go:19
Method
LightBlockBefore
LightBlockBefore iterates over light blocks until it finds a block before the given height. It returns ErrLightBlockNotFound if no such block exists.
light/store/db/db.go:184
Method
List
List returns a copy of the list of votes stored by the VoteSet.
types/vote_set.go:382
Method
List
List lists available snapshots.
test/e2e/app/snapshots.go:133
Method
List
List returns the threadsafe list of peers.
internal/p2p/peer_set.go:145
Method
List
List retrieves all peers in an arbitrary order. The returned data is a copy, and can be mutated at will.
internal/p2p/peermanager.go:1424
Method
ListSnapshots
( req types.RequestListSnapshots)
abci/example/kvstore/persistent_kvstore.go:153
Method
ListSnapshots
(ctx context.Context, in *RequestListSnapshots, opts ...grpc.CallOption)
abci/types/types.pb.go:3261
Method
ListSnapshots
(context.Context, *RequestListSnapshots)
abci/types/types.pb.go:3309
Method
ListSnapshots
(ctx context.Context, req *RequestListSnapshots)
abci/types/types.pb.go:3349
Method
ListSnapshots
(req RequestListSnapshots)
abci/types/application.go:77
Method
ListSnapshots
( ctx context.Context, req *RequestListSnapshots)
abci/types/application.go:152
Method
ListSnapshots
ListSnapshots implements ABCI.
test/e2e/app/app.go:222
Method
ListSnapshotsAsync
(ctx context.Context, req types.RequestListSnapshots)
abci/client/local_client.go:155
Method
ListSnapshotsAsync
(ctx context.Context, req types.RequestListSnapshots)
abci/client/socket_client.go:257
Method
ListSnapshotsAsync
(context.Context, types.RequestListSnapshots)
abci/client/client.go:45
Method
ListSnapshotsAsync
ListSnapshotsAsync provides a mock function with given fields: _a0, _a1
abci/client/mocks/client.go:502
Method
ListSnapshotsSync
( ctx context.Context, req types.RequestListSnapshots, )
abci/client/local_client.go:301
Method
ListSnapshotsSync
( ctx context.Context, params types.RequestListSnapshots, )
abci/client/grpc_client.go:463
Method
ListSnapshotsSync
( ctx context.Context, req types.RequestListSnapshots, )
abci/client/socket_client.go:403
Method
ListSnapshotsSync
(context.Context, types.RequestListSnapshots)
abci/client/client.go:61
Method
ListSnapshotsSync
ListSnapshotsSync provides a mock function with given fields: _a0, _a1
abci/client/mocks/client.go:525
Method
ListSnapshotsSync
( ctx context.Context, req types.RequestListSnapshots, )
internal/proxy/app_conn.go:213
Method
ListSnapshotsSync
ListSnapshotsSync provides a mock function with given fields: _a0, _a1
internal/proxy/mocks/app_conn_snapshot.go:56
Method
ListenAndServeTLS
ListenAndServeTLS acts identically to ListenAndServe, except that it expects HTTPS connections. See http#Server#ListenAndServeTLS.
light/proxy/proxy.go:70
Method
Listeners
------------------------------------------------------------------------------
node/node.go:1089
Method
Load
LoadState loads the State from the database.
internal/state/store.go:113
Method
Load
Load provides a mock function with given fields:
internal/state/mocks/store.go:47
Method
LoadABCIResponses
LoadABCIResponses loads the ABCIResponses for the given height from the database. If not found, ErrNoABCIResponsesForHeight is returned. This is usef
internal/state/store.go:415
Method
LoadABCIResponses
LoadABCIResponses provides a mock function with given fields: _a0
internal/state/mocks/store.go:68
Method
LoadBaseMeta
LoadBaseMeta provides a mock function with given fields:
internal/state/mocks/block_store.go:45
Method
LoadBaseMeta
()
internal/consensus/replay_test.go:1193
Method
LoadBlock
LoadBlock provides a mock function with given fields: height
internal/state/mocks/block_store.go:61
Method
LoadBlock
(height int64)
internal/consensus/replay_test.go:1194
Method
LoadBlock
nolint:unused
internal/blocksync/v2/reactor_test.go:75
Method
LoadBlockByHash
LoadBlockByHash provides a mock function with given fields: hash
internal/state/mocks/block_store.go:77
Method
LoadBlockByHash
(hash []byte)
internal/consensus/replay_test.go:1195
Method
LoadBlockCommit
(height int64)
internal/state/services.go:35
Method
LoadBlockCommit
LoadBlockCommit provides a mock function with given fields: height
internal/state/mocks/block_store.go:93
Method
LoadBlockCommit
LoadBlockCommit provides a mock function with given fields: height
internal/evidence/mocks/block_store.go:30
Method
LoadBlockCommit
(height int64)
internal/consensus/replay_test.go:1209
Method
LoadBlockMeta
(height int64)
internal/state/services.go:24
Method
LoadBlockMeta
LoadBlockMeta provides a mock function with given fields: height
internal/state/mocks/block_store.go:109
Method
LoadBlockMeta
LoadBlockMeta provides a mock function with given fields: height
internal/evidence/mocks/block_store.go:46
Method
LoadBlockMetaByHash
LoadBlockMetaByHash provides a mock function with given fields: hash
internal/state/mocks/block_store.go:125
← previous
next →
5,601–5,700 of 9,600, ranked by callers