MCPcopy Create free account

hub / github.com/tendermint/tendermint / functions

Functions9,600 in github.com/tendermint/tendermint

MethodSize
()
internal/mempool/mock/mempool.go:19
MethodSize
Size returns the total number of chunks for the snapshot and queue, or 0 when closed.
internal/statesync/chunks.go:318
MethodSize
Size provides a mock function with given fields:
internal/state/mocks/block_store.go:199
MethodSize
Size returns the total number of operations inside the batch.
internal/state/indexer/indexer.go:61
MethodSize
Size returns the number of peers in the peer store.
internal/p2p/peermanager.go:1460
MethodSize
Size returns the number of entries in the trust metric store
internal/p2p/trust/store.go:85
MethodSize
Size returns the size of the AutoFile. It returns -1 and an error if fails get stats or open file. Opens AutoFile if needed.
internal/libs/autofile/autofile.go:179
MethodSize
()
internal/consensus/replay_test.go:1192
MethodSize
()
internal/consensus/replay_stubs.go:23
MethodSize
Size returns the number of header & validator set pairs. Safe for concurrent use by multiple goroutines.
light/store/db/db.go:254
MethodSize
Size returns the number of bits in the bitarray
libs/bits/bit_array.go:40
MethodSizeBytes
()
internal/mempool/mock/mempool.go:39
MethodSizeBytes
()
internal/consensus/replay_stubs.go:43
MethodSnapshot
()
internal/proxy/multi_app_conn.go:84
MethodSnapshotChunksCount
()
internal/statesync/reactor.go:1116
MethodSnapshotChunksCount
SnapshotChunksCount provides a mock function with given fields:
internal/statesync/mocks/Metricer.go:59
MethodSnapshotChunksTotal
()
internal/statesync/reactor.go:1126
MethodSnapshotChunksTotal
SnapshotChunksTotal provides a mock function with given fields:
internal/statesync/mocks/Metricer.go:73
MethodSnapshotHeight
()
internal/statesync/reactor.go:1107
MethodSnapshotHeight
SnapshotHeight provides a mock function with given fields:
internal/statesync/mocks/Metricer.go:87
MethodSocketAddr
()
test/fuzz/p2p/pex/reactor_receive.go:89
MethodSocketAddr
()
internal/p2p/peer_set_test.go:32
MethodSocketAddr
SocketAddr returns the address of the socket. For outbound peers, it's the address dialed (after DNS resolution). For inbound peers, it's the address
internal/p2p/peer.go:229
MethodSocketAddr
SocketAddr provides a mock function with given fields:
internal/p2p/mocks/peer.go:246
MethodSocketAddr
()
internal/blocksync/v2/reactor_test.go:56
FunctionSocketType
---------------------------------------- SOCKETS Determine if its a unix or tcp socket. If tcp, must specify the port; `0.0.0.0` will return incorrec
rpc/jsonrpc/types/types.go:314
FunctionSortManifests
SortManifests orders (in-place) a list of manifests such that the manifests will be ordered in terms of complexity (or expected runtime). Complexity i
test/e2e/pkg/manifest.go:184
FunctionSplitAndTrim
SplitAndTrim slices s into all subslices separated by sep and returns a slice of the string s with all leading and trailing Unicode code points contai
libs/strings/string.go:46
FunctionSplitGroups
SplitGroups divides a list of manifests into n groups of manifests.
test/e2e/pkg/manifest.go:242
MethodStart
Start starts the network by setting up a list of node addresses to dial in addition to creating a peer update subscription for each node. Finally, all
internal/p2p/p2ptest/network.go:70
MethodStart
()
internal/consensus/ticker.go:18
MethodStart
()
internal/consensus/wal_generator.go:232
MethodStart
()
internal/consensus/common_test.go:901
MethodStart
()
internal/consensus/replay_test.go:283
MethodStart
()
internal/consensus/wal.go:431
MethodStart
Start implements cmn.Service interface
internal/blocksync/v2/reactor.go:138
MethodStart
Start implements Service by calling OnStart (if defined). An error will be returned if the service is already running or stopped. Not to start the sto
libs/service/service.go:133
MethodStart
Start sets the state to running, or reports an error.
rpc/client/helpers.go:123
MethodStart
Start starts the websocket client and the event loop.
rpc/client/http/ws.go:95
MethodStart
Start provides a mock function with given fields:
rpc/client/mocks/client.go:604
MethodStart
Start dials the specified service address and starts the I/O routines.
rpc/jsonrpc/client/ws_client.go:146
MethodStart
Start starts the client service routines and blocks until there is an error.
rpc/jsonrpc/server/ws_handler.go:223
FunctionStartGRPCClient
StartGRPCClient dials the gRPC server using protoAddr and returns a new BroadcastAPIClient.
rpc/grpc/client_server.go:31
FunctionStartGRPCServer
StartGRPCServer starts a new gRPC BroadcastAPIServer using the given net.Listener. NOTE: This function blocks - you may want to call it in a go-routin
rpc/grpc/client_server.go:23
FunctionStartTendermint
(ctx context.Context, conf *config.Config, app abci.Application, opts ...func(*Options))
rpc/test/helpers.go:91
MethodState
State implements StateProvider.
internal/statesync/stateprovider.go:130
MethodState
State implements StateProvider.
internal/statesync/stateprovider.go:282
MethodState
State provides a mock function with given fields: ctx, height
internal/statesync/mocks/state_provider.go:66
MethodStateless
Stateless reports whether m is a node that does not own state, including light and seed nodes.
test/e2e/pkg/manifest.go:154
MethodStatus
()
test/fuzz/p2p/pex/reactor_receive.go:88
MethodStatus
Status implements Connection.
internal/p2p/transport_mconn.go:459
MethodStatus
()
internal/p2p/peer_set_test.go:25
MethodStatus
Status returns the current connection status. FIXME: Only here for compatibility with the current Peer code.
internal/p2p/transport.go:128
MethodStatus
Status returns the peer's ConnectionStatus.
internal/p2p/peer.go:239
MethodStatus
Status implements Connection.
internal/p2p/transport_memory.go:267
MethodStatus
()
internal/p2p/conn/connection.go:710
MethodStatus
Status provides a mock function with given fields:
internal/p2p/mocks/peer.go:276
MethodStatus
Status provides a mock function with given fields:
internal/p2p/mocks/connection.go:164
MethodStatus
()
internal/p2p/mock/peer.go:54
MethodStatus
Status returns current transfer status information. The returned value becomes static after a call to Done.
internal/libs/flowrate/flowrate.go:128
MethodStatus
Status returns Tendermint status including node info, pubkey, latest block hash, app hash, block height, current max peer block height, and time. More
internal/rpc/core/status.go:16
MethodStatus
()
internal/blocksync/v2/reactor_test.go:55
MethodStatus
(ctx context.Context)
light/rpc/client.go:116
MethodStatus
----------------------------------------------------------------------------- baseRPCClient
rpc/client/http/http.go:203
MethodStatus
Status provides a mock function with given fields: _a0
rpc/client/mocks/client.go:618
MethodStatus
(ctx context.Context)
rpc/client/local/local.go:75
MethodStatus
(ctx context.Context)
rpc/client/mock/status.go:20
MethodStatus
(ctx context.Context)
rpc/client/mock/client.go:78
MethodStop
Stop provides a mock function with given fields:
abci/client/mocks/client.go:773
MethodStop
Stop provides a mock function with given fields:
internal/state/mocks/event_sink.go:142
MethodStop
Stop provides a mock function with given fields:
internal/state/indexer/mocks/event_sink.go:142
MethodStop
()
internal/p2p/trust/ticker.go:37
MethodStop
For ease of .Stop()'ing services before .Start()'ing them, we ignore .Stop()'s on nil ThrottleTimers
internal/libs/timer/throttle_timer.go:68
MethodStop
()
internal/consensus/wal_generator.go:233
MethodStop
()
internal/consensus/common_test.go:905
MethodStop
()
internal/consensus/replay_test.go:284
MethodStop
()
internal/consensus/wal.go:432
MethodStop
Stop implements cmn.Service interface.
internal/blocksync/v2/reactor.go:479
MethodStop
Stop implements Service by calling OnStop (if defined) and closing quit channel. An error will be returned if the service is already stopped.
libs/service/service.go:162
MethodStop
Stop sets the state to not running, or reports an error.
rpc/client/helpers.go:137
MethodStop
Stop shuts down the websocket client.
rpc/client/http/ws.go:107
MethodStop
Stop provides a mock function with given fields:
rpc/client/mocks/client.go:641
MethodStopForError
(err error)
abci/client/grpc_client.go:135
FunctionStrFromSource
StrFromSource produces a random string of a specified length from the specified random source.
libs/rand/random.go:51
MethodString
String provides a mock function with given fields:
abci/client/mocks/client.go:787
MethodString
()
abci/types/types.pb.go:53
MethodString
()
abci/types/types.pb.go:81
MethodString
()
abci/types/types.pb.go:118
MethodString
()
abci/types/types.pb.go:155
MethodString
()
abci/types/types.pb.go:183
MethodString
()
abci/types/types.pb.go:409
MethodString
()
abci/types/types.pb.go:452
MethodString
()
abci/types/types.pb.go:492
MethodString
()
abci/types/types.pb.go:562
MethodString
()
abci/types/types.pb.go:644
MethodString
()
abci/types/types.pb.go:712
MethodString
()
abci/types/types.pb.go:778
MethodString
()
abci/types/types.pb.go:829
MethodString
()
abci/types/types.pb.go:873
MethodString
()
abci/types/types.pb.go:916
← previousnext →6,901–7,000 of 9,600, ranked by callers