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
Hash
()
crypto/merkle/types.go:19
Method
Hash
()
crypto/merkle/tree_test.go:17
Method
HashWithCount
()
crypto/merkle/types.go:18
Method
HashesTo
(hash []byte)
types/part_set.go:238
Method
Header
Header gets block header at a given height. If no height is provided, it will fetch the latest header. More: https://docs.tendermint.com/master/rpc/#/
internal/rpc/core/blocks.go:129
Method
Header
Header fetches and verifies the header directly via the light client
light/rpc/client.go:459
Method
Header
(ctx context.Context, height *int64)
rpc/client/http/http.go:454
Method
Header
Header provides a mock function with given fields: ctx, height
rpc/client/mocks/client.go:461
Method
Header
(ctx context.Context, height *int64)
rpc/client/local/local.go:181
Method
HeaderByHash
HeaderByHash gets header by hash. More: https://docs.tendermint.com/master/rpc/#/Info/header_by_hash
internal/rpc/core/blocks.go:145
Method
HeaderByHash
HeaderByHash calls rpcclient#HeaderByHash and updates the client if it's falling behind.
light/rpc/client.go:469
Method
HeaderByHash
(ctx context.Context, hash bytes.HexBytes)
rpc/client/http/http.go:467
Method
HeaderByHash
HeaderByHash provides a mock function with given fields: ctx, hash
rpc/client/mocks/client.go:484
Method
HeaderByHash
(ctx context.Context, hash bytes.HexBytes)
rpc/client/local/local.go:185
Method
Health
Health gets node health. Returns empty result (200 OK) on success, no response - in case of an error. More: https://docs.tendermint.com/master/rpc/#/I
internal/rpc/core/health.go:11
Method
Health
(ctx context.Context)
light/rpc/client.go:273
Method
Health
(ctx context.Context)
rpc/client/http/http.go:371
Method
Health
Health provides a mock function with given fields: _a0
rpc/client/mocks/client.go:507
Method
Health
(ctx context.Context)
rpc/client/local/local.go:139
Method
Health
(ctx context.Context)
rpc/client/mock/client.go:130
Method
Height
Height returns the height of the infraction
types/evidence.go:112
Method
Height
Height returns the height for this transaction
internal/mempool/v0/clist_mempool.go:692
Method
Height
()
internal/state/services.go:20
Method
Height
Height provides a mock function with given fields:
internal/state/mocks/block_store.go:31
Method
Height
Height provides a mock function with given fields:
internal/evidence/mocks/block_store.go:16
Method
Height
()
internal/consensus/types/height_vote_set.go:72
Method
Height
nolint:unused
internal/blocksync/v2/reactor_test.go:70
Function
HelloWorld
(ctx *rpctypes.Context, name string, num int)
rpc/jsonrpc/test/main.go:17
Method
Hijack
implements http.Hijacker
rpc/jsonrpc/server/http_server.go:248
Method
ID
()
types/event_bus.go:26
Method
ID
()
internal/p2p/peer_set_test.go:26
Method
ID
ID provides a mock function with given fields:
internal/p2p/mocks/peer.go:57
Method
ID
()
internal/p2p/pex/known_address.go:34
Method
ID
()
internal/blocksync/v2/reactor_test.go:41
Method
ID
()
libs/pubsub/subscription.go:51
Method
IPv6
IPv6 returns true if the testnet is an IPv6 network.
test/e2e/pkg/testnet.go:435
Method
Index
Index returns the index of this transaction in the list, or -1 if not found
types/tx.go:45
Method
Index
Index indexes BeginBlock and EndBlock events for a given block by its height.
internal/state/indexer/indexer.go:34
Method
Index
Index indexes BeginBlock and EndBlock events for a given block by its height. The following is indexed: primary key: encode(block.height | height) =>
internal/state/indexer/block/kv/kv.go:53
Method
Index
(types.EventDataNewBlockHeader)
internal/state/indexer/block/null/null.go:21
Method
Index
Index is a noop and always returns nil.
internal/state/indexer/tx/null/null.go:28
Method
IndexBlockEvents
IndexBlockEvents provides a mock function with given fields: _a0
internal/state/mocks/event_sink.go:68
Method
IndexBlockEvents
IndexBlockEvents provides a mock function with given fields: _a0
internal/state/indexer/mocks/event_sink.go:68
Method
IndexTxEvents
IndexTxEvents provides a mock function with given fields: _a0
internal/state/mocks/event_sink.go:82
Method
IndexTxEvents
IndexTxEvents provides a mock function with given fields: _a0
internal/state/indexer/mocks/event_sink.go:82
Method
Info
(req types.RequestInfo)
abci/example/kvstore/kvstore.go:78
Method
Info
(ctx context.Context, in *RequestInfo, opts ...grpc.CallOption)
abci/types/types.pb.go:3189
Method
Info
(context.Context, *RequestInfo)
abci/types/types.pb.go:3301
Method
Info
(ctx context.Context, req *RequestInfo)
abci/types/types.pb.go:3325
Method
Info
(req RequestInfo)
abci/types/application.go:45
Method
Info
(ctx context.Context, req *RequestInfo)
abci/types/application.go:112
Method
Info
Info implements ABCI.
test/e2e/app/app.go:100
Method
Info
(req abci.RequestInfo)
internal/state/helpers_test.go:274
Method
Info
(msg string, keyvals ...interface{})
internal/libs/autofile/cmd/logjack.go:37
Method
Info
(req abci.RequestInfo)
internal/consensus/mempool_test.go:234
Method
Info
(msg string, keyvals ...interface{})
libs/os/os_test.go:107
Method
Info
(msg string, keyVals ...interface{})
libs/log/default.go:77
Method
InfoAsync
(ctx context.Context, req types.RequestInfo)
abci/client/local_client.go:67
Method
InfoAsync
(ctx context.Context, req types.RequestInfo)
abci/client/socket_client.go:225
Method
InfoAsync
(context.Context, types.RequestInfo)
abci/client/client.go:37
Method
InfoAsync
InfoAsync provides a mock function with given fields: _a0, _a1
abci/client/mocks/client.go:396
Method
InfoSync
(ctx context.Context, req types.RequestInfo)
abci/client/local_client.go:215
Method
InfoSync
( ctx context.Context, req types.RequestInfo, )
abci/client/grpc_client.go:373
Method
InfoSync
( ctx context.Context, req types.RequestInfo, )
abci/client/socket_client.go:314
Method
InfoSync
InfoSync provides a mock function with given fields: _a0, _a1
abci/client/mocks/client.go:419
Method
InfoSync
(ctx context.Context, req types.RequestInfo)
internal/proxy/app_conn_test.go:41
Method
InfoSync
(ctx context.Context, req types.RequestInfo)
internal/proxy/app_conn.go:184
Method
InfoSync
InfoSync provides a mock function with given fields: _a0, _a1
internal/proxy/mocks/app_conn_query.go:56
Method
Init
Init is a method used by the rapid state machine testing library. Init is called when the test starts to initialize the data that will be used in the
internal/libs/clist/clist_property_test.go:28
Function
InitChain
(client abciclient.Client)
abci/tests/server/client.go:17
Method
InitChain
(ctx context.Context, in *RequestInitChain, opts ...grpc.CallOption)
abci/types/types.pb.go:3234
Method
InitChain
(context.Context, *RequestInitChain)
abci/types/types.pb.go:3306
Method
InitChain
(ctx context.Context, req *RequestInitChain)
abci/types/types.pb.go:3340
Method
InitChain
(req RequestInitChain)
abci/types/application.go:65
Method
InitChain
(ctx context.Context, req *RequestInitChain)
abci/types/application.go:137
Method
InitChain
Info implements ABCI.
test/e2e/app/app.go:113
Method
InitChain
(req abci.RequestInitChain)
internal/consensus/replay_test.go:1280
Method
InitChainAsync
(ctx context.Context, req types.RequestInitChain)
abci/client/local_client.go:122
Method
InitChainAsync
(ctx context.Context, req types.RequestInitChain)
abci/client/socket_client.go:245
Method
InitChainAsync
(context.Context, types.RequestInitChain)
abci/client/client.go:42
Method
InitChainAsync
InitChainAsync provides a mock function with given fields: _a0, _a1
abci/client/mocks/client.go:442
Method
InitChainSync
( ctx context.Context, req types.RequestInitChain, )
abci/client/local_client.go:265
Method
InitChainSync
( ctx context.Context, params types.RequestInitChain, )
abci/client/grpc_client.go:427
Method
InitChainSync
( ctx context.Context, req types.RequestInitChain, )
abci/client/socket_client.go:367
Method
InitChainSync
InitChainSync provides a mock function with given fields: _a0, _a1
abci/client/mocks/client.go:465
Method
InitChainSync
( ctx context.Context, req types.RequestInitChain, )
internal/proxy/app_conn.go:80
Method
InitChainSync
InitChainSync provides a mock function with given fields: _a0, _a1
internal/proxy/mocks/app_conn_consensus.go:127
Method
InitPeer
(peer Peer)
internal/p2p/switch_test.go:819
Method
InitPeer
(peer Peer)
internal/p2p/base_reactor.go:74
Method
InitWAL
()
internal/mempool/mock/mempool.go:44
Method
InitWAL
()
internal/consensus/replay_stubs.go:48
Method
IsAuthFailure
IsAuthFailure when Peer authentication was unsuccessful.
internal/p2p/errors.go:84
Method
IsBanned
IsBanned returns true if the peer is currently banned
internal/p2p/pex/addrbook.go:238
Method
IsCommit
Implements VoteSetReader.
types/vote_set.go:418
Method
IsCommit
IsCommit returns true if there is at least one signature. Implements VoteSetReader.
types/block.go:871
Method
IsConnected
()
privval/retry_signer_client.go:33
Method
IsConnected
IsConnected indicates if there is an active connection
privval/signer_endpoint.go:34
Method
IsErr
IsErr returns true if Code is something other than OK.
abci/types/result.go:23
Method
IsErr
IsErr returns true if Code is something other than OK.
abci/types/result.go:33
Function
IsErrNotEnoughVotingPowerSigned
----------------- IsErrNotEnoughVotingPowerSigned returns true if err is ErrNotEnoughVotingPowerSigned.
types/validator_set.go:698
← previous
next →
5,501–5,600 of 9,600, ranked by callers