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
Close
Implements net.Conn
internal/p2p/conn/secret_connection.go:278
Method
Close
()
internal/p2p/conn/evil_secret_connection_test.go:37
Method
Close
()
internal/p2p/conn/evil_secret_connection_test.go:179
Method
Close
Close provides a mock function with given fields:
internal/p2p/mocks/transport.go:41
Method
Close
Close provides a mock function with given fields:
internal/p2p/mocks/connection.go:27
Method
Close
()
internal/proxy/client.go:41
Method
Close
()
internal/libs/protoio/io_test.go:111
Method
Close
()
internal/libs/protoio/reader.go:96
Method
Close
()
internal/libs/protoio/writer.go:87
Method
Close
Close closes the head file. The group must be stopped by this moment.
internal/libs/autofile/group.go:161
Method
Close
Close closes the GroupReader by closing the cursor file.
internal/libs/autofile/group.go:443
Method
Close
Close closes the underlying reader if it implements the io.Closer interface.
internal/libs/flowrate/io.go:68
Method
Close
()
internal/evidence/pool.go:264
Method
CloseConn
()
test/fuzz/p2p/pex/reactor_receive.go:86
Method
CloseConn
()
internal/p2p/peer_set_test.go:34
Method
CloseConn
CloseConn closes original connection. Used for cleaning up in cases where the peer had not been started at all.
internal/p2p/peer.go:327
Method
CloseConn
--------------------------------------------------- methods only used for testing TODO: can we remove these? CloseConn closes the underlying connectio
internal/p2p/peer.go:336
Method
CloseConn
CloseConn provides a mock function with given fields:
internal/p2p/mocks/peer.go:22
Method
CloseConn
()
internal/p2p/mock/peer.go:70
Method
CloseConn
()
internal/blocksync/v2/reactor_test.go:47
Method
CloseWAL
()
internal/mempool/mock/mempool.go:45
Method
CloseWAL
()
internal/consensus/replay_stubs.go:49
Function
Commit
(client abciclient.Client, hashExp []byte)
abci/tests/server/client.go:37
Method
Commit
()
abci/example/kvstore/kvstore.go:124
Method
Commit
(ctx context.Context, in *RequestCommit, opts ...grpc.CallOption)
abci/types/types.pb.go:3225
Method
Commit
(context.Context, *RequestCommit)
abci/types/types.pb.go:3305
Method
Commit
(ctx context.Context, req *RequestCommit)
abci/types/types.pb.go:3337
Method
Commit
()
abci/types/application.go:57
Method
Commit
(ctx context.Context, req *RequestCommit)
abci/types/application.go:132
Method
Commit
Commit commits the current state.
test/e2e/app/state.go:141
Method
Commit
Commit implements ABCI.
test/e2e/app/app.go:186
Method
Commit
Commit implements StateProvider.
internal/statesync/stateprovider.go:119
Method
Commit
Commit implements StateProvider.
internal/statesync/stateprovider.go:271
Method
Commit
Commit provides a mock function with given fields: ctx, height
internal/statesync/mocks/state_provider.go:43
Method
Commit
()
internal/state/helpers_test.go:300
Method
Commit
Commit gets block commit at a given height. If no height is provided, it will fetch the commit for the latest block. More: https://docs.tendermint.com
internal/rpc/core/blocks.go:161
Method
Commit
()
internal/consensus/replay_test.go:1017
Method
Commit
()
internal/consensus/replay_stubs.go:92
Method
Commit
(ctx context.Context, height *int64)
light/rpc/client.go:492
Method
Commit
(ctx context.Context, height *int64)
rpc/client/http/http.go:479
Method
Commit
Commit provides a mock function with given fields: ctx, height
rpc/client/mocks/client.go:323
Method
Commit
(ctx context.Context, height *int64)
rpc/client/local/local.go:189
Method
Commit
(ctx context.Context, height *int64)
rpc/client/mock/client.go:164
Method
Commit
Commit returns the amount of time to wait for straggler votes after receiving +2/3 precommits for a single block (ie. a commit).
config/config.go:1214
Method
CommitAsync
(ctx context.Context)
abci/client/local_client.go:111
Method
CommitAsync
(ctx context.Context)
abci/client/socket_client.go:241
Method
CommitAsync
(context.Context)
abci/client/client.go:41
Method
CommitAsync
CommitAsync provides a mock function with given fields: _a0
abci/client/mocks/client.go:161
Method
CommitSync
(ctx context.Context)
abci/client/local_client.go:257
Method
CommitSync
(ctx context.Context)
abci/client/grpc_client.go:419
Method
CommitSync
(ctx context.Context)
abci/client/socket_client.go:359
Method
CommitSync
CommitSync provides a mock function with given fields: _a0
abci/client/mocks/client.go:184
Method
CommitSync
(ctx context.Context)
internal/proxy/app_conn.go:112
Method
CommitSync
CommitSync provides a mock function with given fields: _a0
internal/proxy/mocks/app_conn_consensus.go:44
Method
Compare
(that interface{})
proto/tendermint/crypto/keys.pb.go:152
Method
Compare
(that interface{})
proto/tendermint/crypto/keys.pb.go:218
Method
Compare
(that interface{})
proto/tendermint/crypto/keys.pb.go:248
Method
Compare
(that interface{})
proto/tendermint/crypto/keys.pb.go:278
Method
Compare
(other queue.Item)
internal/blocksync/v2/types.go:31
Method
Compare
(other queue.Item)
internal/blocksync/v2/types.go:41
Method
Compare
(other queue.Item)
internal/blocksync/v2/types.go:51
Function
Connect
Connect dials the given address and returns a net.Conn. The protoAddr argument should be prefixed with the protocol, eg. "tcp://127.0.0.1:8080" or "un
libs/net/net.go:10
Function
Connect2Switches
Connect2Switches will connect switches i and j via net.Pipe(). Blocks until a connection is established. NOTE: caller ensures i and j are within bound
internal/p2p/test_util.go:96
Method
Consensus
()
internal/proxy/multi_app_conn.go:76
Method
ConsensusParams
ConsensusParams gets the consensus parameters at the given block height. If no height is provided, it will fetch the latest consensus params. More: ht
internal/rpc/core/consensus.go:131
Method
ConsensusParams
( ctx context.Context, height *int64, )
rpc/client/http/http.go:355
Method
ConsensusParams
ConsensusParams provides a mock function with given fields: ctx, height
rpc/client/mocks/client.go:346
Method
ConsensusParams
(ctx context.Context, height *int64)
rpc/client/local/local.go:135
Method
ConsensusParams
(ctx context.Context, height *int64)
rpc/client/mock/client.go:126
Method
ConsensusReactor
ConsensusReactor returns the Node's ConsensusReactor.
node/node.go:1057
Method
ConsensusState
(ctx context.Context)
light/rpc/client.go:240
Method
ConsensusState
(ctx context.Context)
rpc/client/http/http.go:346
Method
ConsensusState
ConsensusState provides a mock function with given fields: _a0
rpc/client/mocks/client.go:369
Method
ConsensusState
(ctx context.Context)
rpc/client/local/local.go:131
Method
ConsensusState
(ctx context.Context)
rpc/client/mock/client.go:118
Function
ConsensusVote
ConsensusVote returns a consensusVote PeerBehavior.
internal/blocksync/v2/internal/behavior/peer_behaviour.go:36
Method
Context
Context returns the request's context. The returned context is always non-nil; it defaults to the background context. HTTP: The context is canceled
rpc/jsonrpc/types/types.go:298
Method
Context
Context returns the connection's context. The context is canceled when the client's connection closes.
rpc/jsonrpc/server/ws_handler.go:287
Method
Copy
()
types/vote.go:103
Method
Copy
Creates a new copy of the validator so we can mutate ProposerPriority. Panics if the validator is nil.
types/validator.go:57
Method
Copy
()
types/node_info.go:187
Method
Copy
Copy returns a deep copy of the peer info.
internal/p2p/peermanager.go:1523
Method
Copy
Copy returns a copy of the address info.
internal/p2p/peermanager.go:1653
Function
CopyFile
CopyFile copies a file. It truncates the destination file if it exists.
libs/os/os.go:53
Method
Count
Count returns the number of enqueued requests waiting to be sent.
rpc/jsonrpc/client/http_json_client.go:311
Function
CreateConfig
(testName string)
rpc/test/helpers.go:69
Function
CreateRandomPeer
(outbound bool)
internal/p2p/test_util.go:26
Method
CurIndex
CurIndex returns cursor's file index.
internal/libs/autofile/group.go:528
Method
Debug
(msg string, keyVals ...interface{})
libs/log/default.go:90
Method
Decrypt
(ciphertext []byte, secret []byte)
crypto/crypto.go:41
Function
DefaultConfig
(dir string)
test/e2e/app/app.go:73
Function
DefaultMerkleKeyPathFn
DefaultMerkleKeyPathFn creates a function used to generate merkle key paths from a path string and a key. This is the default used by the cosmos SDK.
light/rpc/client.go:69
Function
DefaultValidationRequestHandler
( ctx context.Context, privVal types.PrivValidator, req privvalproto.Message, chainID string, )
privval/signer_requestHandler.go:15
Function
DefaultValidatorConfig
DefaultValidatorConfig returns default config with mode as validator
config/config.go:106
Method
DeleteLightBlock
DeleteLightBlockAndValidatorSet deletes the LightBlock from the db. Safe for concurrent use by multiple goroutines.
light/store/db/db.go:86
Method
DeletePortMapping
(protocol string, externalPort, internalPort int)
internal/p2p/upnp/upnp.go:384
Function
DeliverTx
(client abciclient.Client, txBytes []byte, codeExp uint32, dataExp []byte)
abci/tests/server/client.go:54
Method
DeliverTx
tx is either "key=value" or just arbitrary bytes
abci/example/kvstore/kvstore.go:89
Method
DeliverTx
tx is either "val:pubkey!power" or "key=value" or just arbitrary bytes
abci/example/kvstore/persistent_kvstore.go:70
Method
DeliverTx
(ctx context.Context, in *RequestDeliverTx, opts ...grpc.CallOption)
abci/types/types.pb.go:3198
← previous
next →
4,501–4,600 of 9,600, ranked by callers