MCPcopy Create free account

hub / github.com/tendermint/tendermint / functions

Functions9,600 in github.com/tendermint/tendermint

MethodPublishEventValidatorSetUpdates
(data EventDataValidatorSetUpdates)
types/event_bus.go:316
MethodPublishEventVote
(data EventDataVote)
types/event_bus.go:272
MethodPush
(types.Tx)
internal/mempool/cache.go:118
MethodPush
(x interface{})
internal/statesync/block_queue.go:255
MethodPush
(x interface{})
internal/p2p/pqueue.go:55
MethodPushBack
PushBack defines an action that will be randomly selected across by the rapid state machines testing library. Every call to PushBack calls PushBack on
internal/libs/clist/clist_property_test.go:36
MethodQuery
Returns an associated value or nil if missing.
abci/example/kvstore/kvstore.go:140
MethodQuery
When path=/val and data={validator address}, returns the validator update (types.ValidatorUpdate) varint encoded. For any other path, returns an assoc
abci/example/kvstore/persistent_kvstore.go:94
MethodQuery
(ctx context.Context, in *RequestQuery, opts ...grpc.CallOption)
abci/types/types.pb.go:3216
MethodQuery
(context.Context, *RequestQuery)
abci/types/types.pb.go:3304
MethodQuery
(ctx context.Context, req *RequestQuery)
abci/types/types.pb.go:3334
MethodQuery
(req RequestQuery)
abci/types/application.go:61
MethodQuery
(ctx context.Context, req *RequestQuery)
abci/types/application.go:127
MethodQuery
Query implements ABCI.
test/e2e/app/app.go:213
MethodQuery
(reqQuery abci.RequestQuery)
internal/state/helpers_test.go:304
MethodQuery
()
internal/proxy/multi_app_conn.go:80
MethodQueryAsync
(ctx context.Context, req types.RequestQuery)
abci/client/local_client.go:100
MethodQueryAsync
(ctx context.Context, req types.RequestQuery)
abci/client/socket_client.go:237
MethodQueryAsync
(context.Context, types.RequestQuery)
abci/client/client.go:40
MethodQueryAsync
QueryAsync provides a mock function with given fields: _a0, _a1
abci/client/mocks/client.go:673
MethodQuerySync
( ctx context.Context, req types.RequestQuery, )
abci/client/local_client.go:246
MethodQuerySync
( ctx context.Context, req types.RequestQuery, )
abci/client/grpc_client.go:408
MethodQuerySync
( ctx context.Context, req types.RequestQuery, )
abci/client/socket_client.go:348
MethodQuerySync
QuerySync provides a mock function with given fields: _a0, _a1
abci/client/mocks/client.go:696
MethodQuerySync
(ctx context.Context, reqQuery types.RequestQuery)
internal/proxy/app_conn.go:189
MethodQuerySync
QuerySync provides a mock function with given fields: _a0, _a1
internal/proxy/mocks/app_conn_query.go:79
MethodQuit
Quit provides a mock function with given fields:
internal/p2p/mocks/peer.go:160
MethodQuit
Quit Implements Service by returning a quit channel.
libs/service/service.go:223
MethodQuit
Quit returns a channel that is closed when a call to Stop succeeds.
rpc/client/helpers.go:165
MethodRPCEnvironment
RPCEnvironment makes sure RPC has all the objects it needs to operate.
node/node.go:1083
FunctionRPCInvalidParamsError
(id jsonrpcid, err error)
rpc/jsonrpc/types/types.go:235
FunctionRPCInvalidRequestError
From the JSON-RPC 2.0 spec: If there was an error in detecting the id in the Request object (e.g. Parse error/Invalid Request), it MUST be Null.
rpc/jsonrpc/types/types.go:227
FunctionRPCServerError
(id jsonrpcid, err error)
rpc/jsonrpc/types/types.go:243
MethodRead
CONTRACT: data smaller than dataMaxSize is read atomically.
privval/secret_connection.go:234
MethodRead
(data []byte)
internal/p2p/conn/evil_secret_connection_test.go:25
MethodRead
(data []byte)
internal/p2p/conn/evil_secret_connection_test.go:79
MethodReadByte
()
internal/libs/protoio/io.go:92
MethodReadMsg
(msg proto.Message)
internal/libs/protoio/reader.go:62
MethodReapMaxBytesMaxGas
Safe for concurrent use by multiple goroutines.
internal/mempool/v0/clist_mempool.go:528
MethodReapMaxBytesMaxGas
ReapMaxBytesMaxGas returns a slice of valid transactions that fit within the size and gas constraints. The results are ordered by nonincreasing priori
internal/mempool/v1/mempool.go:328
MethodReapMaxBytesMaxGas
(_, _ int64)
internal/mempool/mock/mempool.go:24
MethodReapMaxBytesMaxGas
(_, _ int64)
internal/consensus/replay_stubs.go:28
MethodReapMaxTxs
Safe for concurrent use by multiple goroutines.
internal/mempool/v0/clist_mempool.go:569
MethodReapMaxTxs
ReapMaxTxs returns up to max transactions from the mempool. The results are ordered by nonincreasing priority with ties broken by increasing order of
internal/mempool/v1/mempool.go:361
MethodReapMaxTxs
(n int)
internal/mempool/mock/mempool.go:25
MethodReapMaxTxs
(n int)
internal/consensus/replay_stubs.go:29
MethodReceive
Receive implements a generic wrapper around implementing the Receive method on the legacy Reactor p2p interface. If the reactor is running, Receive wi
internal/p2p/shim.go:279
MethodReceive
(chID byte, peer Peer, msgBytes []byte)
internal/p2p/switch_test.go:76
MethodReceive
(chID byte, peer Peer, msgBytes []byte)
internal/p2p/base_reactor.go:73
MethodReceive
Receive implements Reactor by handling incoming PEX messages. XXX: do not call any methods that can block or incur heavy processing. https://github.co
internal/p2p/pex/pex_reactor.go:239
MethodReceive
(chID byte, peer p2p.Peer, msgBytes []byte)
internal/p2p/mock/reactor.go:23
MethodReceive
Receive implements Reactor by handling different message types. XXX: do not call any methods that can block or incur heavy processing. https://github.
internal/blocksync/v2/reactor.go:489
MethodReceiveMessage
ReceiveMessage implements Connection.
internal/p2p/transport_mconn.go:423
MethodReceiveMessage
ReceiveMessage implements Connection.
internal/p2p/transport_memory.go:308
MethodReceiveMessage
ReceiveMessage provides a mock function with given fields:
internal/p2p/mocks/connection.go:99
FunctionRegisterBroadcastAPIServer
(s *grpc.Server, srv BroadcastAPIServer)
proto/tendermint/rpc/grpc/types.pb.go:290
MethodRegisterOpDecoder
(typ string, dec merkle.OpDecoder)
light/rpc/client.go:613
FunctionRegisterPrivValidatorAPIServer
(s *grpc.Server, srv PrivValidatorAPIServer)
proto/tendermint/privval/service.pb.go:122
MethodReinstateBadPeers
ReinstateBadPeers removes bad peers from ban list and places them into a new bucket.
internal/p2p/pex/addrbook.go:364
MethodRemote
Remote returns the remote network address in a string form.
rpc/client/http/http.go:163
MethodRemoteAddr
()
privval/secret_connection.go:282
MethodRemoteAddr
()
internal/p2p/peer_set_test.go:33
MethodRemoteAddr
RemoteAddr returns peer's remote network address.
internal/p2p/peer.go:341
MethodRemoteAddr
()
internal/p2p/conn/secret_connection.go:280
MethodRemoteAddr
RemoteAddr provides a mock function with given fields:
internal/p2p/mocks/peer.go:176
MethodRemoteAddr
()
internal/p2p/mock/peer.go:69
MethodRemoteAddr
()
internal/blocksync/v2/reactor_test.go:43
MethodRemoteAddr
RemoteAddr returns the remote address (usually a string "IP:port"). If neither HTTPReq nor WSConn is set, an empty string is returned. HTTP: http.Re
rpc/jsonrpc/types/types.go:282
MethodRemoteEndpoint
RemoteEndpoint provides a mock function with given fields:
internal/p2p/mocks/connection.go:129
MethodRemoteIP
()
internal/p2p/peer_set_test.go:31
MethodRemoteIP
Return the IP from the connection RemoteAddr
internal/p2p/peer.go:65
MethodRemoteIP
RemoteIP provides a mock function with given fields:
internal/p2p/mocks/peer.go:192
MethodRemoteIP
()
internal/p2p/mock/peer.go:67
MethodRemove
(types.Tx)
internal/mempool/cache.go:119
MethodRemove
(peer types.NodeID)
internal/statesync/dispatcher.go:284
MethodRemove
(c net.Conn)
internal/p2p/conn_set.go:60
MethodRemove
Remove removes a node from the network, stopping it and waiting for all other nodes to pick up the disconnection.
internal/p2p/p2ptest/network.go:187
MethodRemove
Remove defines an action that will be randomly selected across by the rapid state machine testing library. Every call to Remove selects an element fro
internal/libs/clist/clist_property_test.go:46
MethodRemove
CONTRACT: Caller must call e.DetachPrev() and/or e.DetachNext() to avoid memory leaks. NOTE: As per the contract of CList, removed elements cannot be
internal/libs/clist/clist.go:353
MethodRemoveAddr
(addr net.Addr)
internal/p2p/conn_set.go:67
MethodRemoveAddress
(*NetAddress)
internal/p2p/switch.go:61
MethodRemoveAddress
(addr *NetAddress)
internal/p2p/test_util.go:280
MethodRemoveAddress
RemoveAddress implements AddrBook - removes the address from the book.
internal/p2p/pex/addrbook.go:221
MethodRemoveConn
(addr net.IP)
internal/p2p/conn_tracker.go:61
MethodRemoveListener
(listenerID string)
libs/events/events.go:103
MethodRemoveListener
(listenerID string)
libs/events/events.go:183
MethodRemovePeer
RemovePeer removes a peer from the pool, and any snapshots that no longer have peers.
internal/statesync/snapshots.go:257
MethodRemovePeer
RemovePeer removes a peer from the pool.
internal/statesync/syncer.go:170
MethodRemovePeer
RemovePeer sends a PeerUpdate with status PeerStatusDown on the PeerUpdateCh. The embedding reactor must be sure to listen for messages on this channe
internal/p2p/shim.go:252
MethodRemovePeer
(peer Peer, reason interface{})
internal/p2p/switch_test.go:74
MethodRemovePeer
(peer Peer, reason interface{})
internal/p2p/switch_test.go:813
MethodRemovePeer
(peer Peer, reason interface{})
internal/p2p/base_reactor.go:72
MethodRemovePeer
RemovePeer implements Reactor by resetting peer's requests info.
internal/p2p/pex/pex_reactor.go:218
MethodRemovePeer
(peer p2p.Peer, reason interface{})
internal/p2p/mock/reactor.go:22
MethodRemovePeer
RemovePeer implements Reactor interface.
internal/blocksync/v2/reactor.go:589
MethodRemoveReactor
RemoveReactor removes the given Reactor from the Switch. NOTE: Not goroutine safe.
internal/p2p/switch.go:216
MethodRemoveTx
(ctx *rpctypes.Context, txkey types.TxKey)
internal/rpc/core/mempool.go:179
MethodRemoveTx
(ctx context.Context, txKey types.TxKey)
light/rpc/client.go:228
MethodRemoveTx
(ctx context.Context, txKey types.TxKey)
rpc/client/http/http.go:320
MethodRemoveTx
RemoveTx provides a mock function with given fields: _a0, _a1
rpc/client/mocks/client.go:590
← previousnext →6,501–6,600 of 9,600, ranked by callers