MCPcopy Create free account

hub / github.com/tendermint/tendermint / functions

Functions9,600 in github.com/tendermint/tendermint

MethodMarshalTo
(dAtA []byte)
proto/tendermint/consensus/wal.pb.go:600
MethodMarshalTo
(dAtA []byte)
proto/tendermint/consensus/wal.pb.go:621
MethodMarshalTo
(dAtA []byte)
proto/tendermint/consensus/wal.pb.go:652
MethodMarshalTo
(dAtA []byte)
proto/tendermint/blocksync/types.pb.go:423
MethodMarshalTo
(dAtA []byte)
proto/tendermint/blocksync/types.pb.go:451
MethodMarshalTo
(dAtA []byte)
proto/tendermint/blocksync/types.pb.go:479
MethodMarshalTo
(dAtA []byte)
proto/tendermint/blocksync/types.pb.go:514
MethodMarshalTo
(dAtA []byte)
proto/tendermint/blocksync/types.pb.go:537
MethodMarshalTo
(dAtA []byte)
proto/tendermint/blocksync/types.pb.go:570
MethodMarshalTo
(dAtA []byte)
proto/tendermint/blocksync/types.pb.go:592
MethodMarshalTo
(dAtA []byte)
proto/tendermint/blocksync/types.pb.go:613
MethodMarshalTo
(dAtA []byte)
proto/tendermint/blocksync/types.pb.go:634
MethodMarshalTo
(dAtA []byte)
proto/tendermint/blocksync/types.pb.go:655
MethodMarshalTo
(dAtA []byte)
proto/tendermint/blocksync/types.pb.go:676
MethodMarshalTo
(dAtA []byte)
rpc/grpc/types.pb.go:357
MethodMarshalTo
(dAtA []byte)
rpc/grpc/types.pb.go:380
MethodMarshalTo
(dAtA []byte)
rpc/grpc/types.pb.go:410
MethodMarshalTo
(dAtA []byte)
rpc/grpc/types.pb.go:433
MethodMatches
Matches satisfies part of the pubsub.Query interface. This implementation never reports an error. A nil *Query matches all events.
libs/pubsub/query/query.go:72
FunctionMaxInt
(a, b int)
libs/math/math.go:10
FunctionMaxInt64
(a, b int64)
libs/math/math.go:3
MethodMempool
()
internal/proxy/multi_app_conn.go:72
MethodMempool
Mempool returns the Node's mempool.
node/node.go:1062
FunctionMessageOutOfOrder
MessageOutOfOrder returns a messagOutOfOrder PeerBehavior.
internal/blocksync/v2/internal/behavior/peer_behaviour.go:27
FunctionMinInt
(a, b int)
libs/math/math.go:26
FunctionMinInt64
-----------------------------------------------------------------------------
libs/math/math.go:19
FunctionMutateByteSlice
Contract: !bytes.Equal(input, output) && len(input) >= len(output)
internal/libs/test/mutate.go:9
MethodNeedMoreAddrs
NeedMoreAddrs implements AddrBook - returns true if there are not have enough addresses in the book.
internal/p2p/pex/addrbook.go:256
MethodNetInfo
NetInfo returns network info. More: https://docs.tendermint.com/master/rpc/#/Info/net_info
internal/rpc/core/net.go:15
MethodNetInfo
(ctx context.Context)
light/rpc/client.go:232
MethodNetInfo
(ctx context.Context)
rpc/client/http/http.go:328
MethodNetInfo
NetInfo provides a mock function with given fields: _a0
rpc/client/mocks/client.go:544
MethodNetInfo
(ctx context.Context)
rpc/client/local/local.go:123
MethodNetInfo
(ctx context.Context)
rpc/client/mock/client.go:114
FunctionNew
(store dbm.DB)
internal/state/indexer/block/kv/kv.go:30
FunctionNew
----------------------------------------------------------------------------- HTTP New takes a remote endpoint in the form <protocol>://<host>:<port>.
rpc/client/http/http.go:105
FunctionNew
New configures a client that calls the Node directly.
rpc/client/local/local.go:55
FunctionNew
()
rpc/client/mock/client.go:35
FunctionNewAppConnConsensus
NewAppConnConsensus creates a new instance of AppConnConsensus. It also registers a testing interface on the mock and a cleanup function to assert the
internal/proxy/mocks/app_conn_consensus.go:160
FunctionNewAppConnMempool
NewAppConnMempool creates a new instance of AppConnMempool. It also registers a testing interface on the mock and a cleanup function to assert the moc
internal/proxy/mocks/app_conn_mempool.go:128
FunctionNewAppConnQuery
NewAppConnQuery creates a new instance of AppConnQuery. It also registers a testing interface on the mock and a cleanup function to assert the mocks e
internal/proxy/mocks/app_conn_query.go:107
FunctionNewAppConnSnapshot
NewAppConnSnapshot creates a new instance of AppConnSnapshot. It also registers a testing interface on the mock and a cleanup function to assert the m
internal/proxy/mocks/app_conn_snapshot.go:130
FunctionNewApplication
NewApplication creates the application.
test/e2e/app/app.go:82
FunctionNewBlockExecutor
NewBlockExecutor returns a new BlockExecutor with a NopEventBus. Call SetEventBus to provide one.
internal/state/execution.go:60
FunctionNewBlockStore
NewBlockStore creates a new instance of BlockStore. It also registers a testing interface on the mock and a cleanup function to assert the mocks expec
internal/state/mocks/block_store.go:218
FunctionNewBlockStore
NewBlockStore creates a new instance of BlockStore. It also registers a testing interface on the mock and a cleanup function to assert the mocks expec
internal/evidence/mocks/block_store.go:67
FunctionNewBlockchainReactor
NewBlockchainReactor creates a new reactor instance.
internal/blocksync/v2/reactor.go:89
FunctionNewBroadcastAPIClient
(cc *grpc.ClientConn)
proto/tendermint/rpc/grpc/types.pb.go:251
FunctionNewClient
NewClient creates a new instance of Client. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
abci/client/mocks/client.go:811
FunctionNewClient
NewClient returns a new client.
light/rpc/client.go:88
FunctionNewClient
NewClient creates a new instance of Client. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
rpc/client/mocks/client.go:810
FunctionNewConnection
NewConnection creates a new instance of Connection. It also registers a testing interface on the mock and a cleanup function to assert the mocks expec
internal/p2p/mocks/connection.go:218
FunctionNewConsSyncReactor
NewConsSyncReactor creates a new instance of ConsSyncReactor. It also registers a testing interface on the mock and a cleanup function to assert the m
internal/consensus/mocks/cons_sync_reactor.go:36
FunctionNewDefault
NewDefault constructs a tendermint node service for use in go process that host their own process-local tendermint node. This is equivalent to running
node/public.go:19
FunctionNewEventSink
NewEventSink creates a new instance of EventSink. It also registers a testing interface on the mock and a cleanup function to assert the mocks expecta
internal/state/indexer/mocks/event_sink.go:175
FunctionNewEvidencePool
NewEvidencePool creates a new instance of EvidencePool. It also registers a testing interface on the mock and a cleanup function to assert the mocks e
internal/state/mocks/evidence_pool.go:78
FunctionNewHTTPClientFromTrustedStore
NewHTTPClientFromTrustedStore initiates an instance of a light client using HTTP addresses for both the primary provider and witnesses and uses a trus
light/setup.go:48
FunctionNewLightClient
NewLightClient creates a new instance of LightClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks exp
light/rpc/mocks/light_client.go:109
FunctionNewLocalCreator
NewLocalCreator returns a Creator for the given app, which will be running locally.
abci/client/creators.go:15
FunctionNewPeer
NewPeer creates a new instance of Peer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
internal/p2p/mocks/peer.go:342
FunctionNewPrivValidatorAPIClient
(cc *grpc.ClientConn)
proto/tendermint/privval/service.pb.go:70
FunctionNewProvider
NewProvider creates a new instance of Provider. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectati
light/provider/mocks/provider.go:61
FunctionNewProxy
NewProxy creates the struct used to run an HTTP server for serving light client rpc requests.
light/proxy/proxy.go:28
FunctionNewReactor
()
internal/p2p/mock/reactor.go:13
FunctionNewRemoteCreator
NewRemoteCreator returns a Creator for the given address (e.g. "192.168.0.1") and transport (e.g. "tcp"). Set mustConnect to true if you want the clie
abci/client/creators.go:26
FunctionNewRunNodeCmd
NewRunNodeCmd returns the command that allows the CLI to start a node. It can be used with a custom PrivValidator and in-process ABCI application.
cmd/tendermint/commands/run_node.go:116
FunctionNewStateProvider
NewStateProvider creates a new instance of StateProvider. It also registers a testing interface on the mock and a cleanup function to assert the mocks
internal/statesync/mocks/state_provider.go:92
FunctionNewStore
NewStore creates a new instance of Store. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
internal/state/mocks/store.go:196
FunctionNewTransport
NewTransport creates a new instance of Transport. It also registers a testing interface on the mock and a cleanup function to assert the mocks expecta
internal/p2p/mocks/transport.go:129
FunctionNewWaker
NewWaker creates a new Waker.
internal/libs/sync/waker.go:11
FunctionNewWithClient
(chainID string, client rpcclient.RemoteClient)
light/provider/http/http.go:88
FunctionNewWithTimeout
NewWithTimeout does the same thing as New, except you can set a Timeout for http.Client. A Timeout of zero means no timeout.
rpc/client/http/http.go:115
MethodNext
()
test/e2e/pkg/testnet.go:520
MethodNextWait
Blocking implementation of Next(). May return nil iff CElement was tail and got removed.
internal/libs/clist/clist.go:61
MethodNodeInfo
()
test/fuzz/p2p/pex/reactor_receive.go:87
MethodNodeInfo
()
internal/p2p/peer_set_test.go:24
MethodNodeInfo
NodeInfo returns a copy of the peer's NodeInfo.
internal/p2p/peer.go:221
MethodNodeInfo
NodeInfo returns the switch's NodeInfo. NOTE: Not goroutine safe.
internal/p2p/switch.go:251
MethodNodeInfo
NodeInfo provides a mock function with given fields:
internal/p2p/mocks/peer.go:113
MethodNodeInfo
()
internal/p2p/mock/peer.go:48
MethodNodeInfo
()
internal/blocksync/v2/reactor_test.go:49
MethodNodeInfo
NodeInfo returns the Node's Info from the Switch.
node/node.go:1100
MethodNumClientSubscriptions
(clientID string)
types/event_bus.go:73
MethodNumClients
()
types/event_bus.go:69
MethodNumUnconfirmedTxs
NumUnconfirmedTxs gets number of unconfirmed transactions. More: https://docs.tendermint.com/master/rpc/#/Info/num_unconfirmed_txs
internal/rpc/core/mempool.go:161
MethodNumUnconfirmedTxs
(ctx context.Context)
light/rpc/client.go:220
MethodNumUnconfirmedTxs
(ctx context.Context)
rpc/client/http/http.go:302
MethodNumUnconfirmedTxs
NumUnconfirmedTxs provides a mock function with given fields: _a0
rpc/client/mocks/client.go:567
MethodNumUnconfirmedTxs
(ctx context.Context)
rpc/client/local/local.go:111
MethodOfferSnapshot
( req types.RequestOfferSnapshot)
abci/example/kvstore/persistent_kvstore.go:163
MethodOfferSnapshot
(ctx context.Context, in *RequestOfferSnapshot, opts ...grpc.CallOption)
abci/types/types.pb.go:3270
MethodOfferSnapshot
(context.Context, *RequestOfferSnapshot)
abci/types/types.pb.go:3310
MethodOfferSnapshot
(ctx context.Context, req *RequestOfferSnapshot)
abci/types/types.pb.go:3352
MethodOfferSnapshot
(req RequestOfferSnapshot)
abci/types/application.go:81
MethodOfferSnapshot
( ctx context.Context, req *RequestOfferSnapshot)
abci/types/application.go:158
MethodOfferSnapshot
OfferSnapshot implements ABCI.
test/e2e/app/app.go:240
MethodOfferSnapshotAsync
(ctx context.Context, req types.RequestOfferSnapshot)
abci/client/local_client.go:166
MethodOfferSnapshotAsync
(ctx context.Context, req types.RequestOfferSnapshot)
abci/client/socket_client.go:261
MethodOfferSnapshotAsync
(context.Context, types.RequestOfferSnapshot)
abci/client/client.go:46
MethodOfferSnapshotAsync
OfferSnapshotAsync provides a mock function with given fields: _a0, _a1
abci/client/mocks/client.go:594
← previousnext →6,101–6,200 of 9,600, ranked by callers