MCPcopy Create free account

hub / github.com/tendermint/tendermint / functions

Functions9,600 in github.com/tendermint/tendermint

Function_ABCIApplication_ListSnapshots_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
abci/types/types.pb.go:3546
Function_ABCIApplication_LoadSnapshotChunk_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
abci/types/types.pb.go:3582
Function_ABCIApplication_OfferSnapshot_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
abci/types/types.pb.go:3564
Function_ABCIApplication_Query_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
abci/types/types.pb.go:3456
Function_BroadcastAPI_BroadcastTx_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
proto/tendermint/rpc/grpc/types.pb.go:312
Function_BroadcastAPI_BroadcastTx_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
rpc/grpc/types.pb.go:312
Function_BroadcastAPI_Ping_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
proto/tendermint/rpc/grpc/types.pb.go:294
Function_BroadcastAPI_Ping_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
rpc/grpc/types.pb.go:294
Function_PrivValidatorAPI_GetPubKey_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
proto/tendermint/privval/service.pb.go:126
Function_PrivValidatorAPI_SignProposal_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
proto/tendermint/privval/service.pb.go:162
Function_PrivValidatorAPI_SignVote_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
proto/tendermint/privval/service.pb.go:144
Function_TestTrustMetricStopPause
XXX: This test fails non-deterministically nolint:unused,deadcode
internal/p2p/trust/metric_test.go:76
Method__init__
(self, api_token)
networks/remote/ansible/inventory/digital_ocean.py:146
Method__init__
Main execution path
networks/remote/ansible/inventory/digital_ocean.py:224
MethodaddVerifiedVote
(vote *Vote, votingPower int64)
types/vote_set.go:663
MethodapplyBlock
(blockID types.BlockID, block *types.Block)
internal/blocksync/v2/processor_context.go:36
MethodapplyBlock
(blockID types.BlockID, block *types.Block)
internal/blocksync/v2/processor_context.go:79
FunctionbindFlagsLoadViper
Bind all flags and read the config into viper
libs/cli/setup.go:128
MethodbroadcastStatusRequest
()
internal/blocksync/v2/io.go:171
MethodbroadcastStatusRequest
()
internal/blocksync/v2/reactor_test.go:138
FunctionbrokenHandler
(ctx context.Context, privVal types.PrivValidator, request privvalproto.Message, chainID string)
privval/signer_client_test.go:393
FunctioncheckEvidenceKey
checkEvidenceKey reports whether a candidate key with one of the legacy evidence prefixes has the correct structure for a legacy evidence key. This c
scripts/keymigrate/migrate.go:530
Methodclose
close the queue and respective channels
internal/statesync/block_queue.go:223
Methodclose
()
internal/p2p/pqueue.go:141
Methodclose
()
internal/p2p/rqueue.go:42
Methodclose
close closes the WDRR queue. After this call enqueue() will block, so the caller must select on closed() as well to avoid blocking forever. The enqueu
internal/p2p/wdrr_queue.go:117
Methodclose
()
internal/p2p/queue.go:53
Methodclosed
()
internal/p2p/pqueue.go:146
Methodclosed
()
internal/p2p/rqueue.go:43
Methodclosed
()
internal/p2p/wdrr_queue.go:109
Methodclosed
()
internal/p2p/queue.go:57
FunctioncmdBatch
(cmd *cobra.Command, args []string)
abci/cmd/abci-cli/abci-cli.go:315
FunctioncmdConsole
(cmd *cobra.Command, args []string)
abci/cmd/abci-cli/abci-cli.go:341
FunctioncmdKVStore
(cmd *cobra.Command, args []string)
abci/cmd/abci-cli/abci-cli.go:576
FunctioncmdTest
(cmd *cobra.Command, args []string)
abci/cmd/abci-cli/abci-cli.go:294
Methoddebug
for debugging purposes nolint:unused
internal/blocksync/v0/pool.go:434
MethoddefaultDecideProposal
(height int64, round int32)
internal/consensus/state.go:1190
FunctiondefaultObservePanic
(r interface{})
internal/mempool/v1/reactor.go:76
Methoddequeue
()
internal/p2p/pqueue.go:137
Methoddequeue
()
internal/p2p/rqueue.go:41
Methoddequeue
dequeue returns an unbuffered read-only channel which a consumer can read from.
internal/p2p/wdrr_queue.go:105
Methoddequeue
()
internal/p2p/queue.go:49
FunctiondialerFunc
------------------------- test grpc
abci/example/example_test.go:127
FunctiondialerFunc
(ctx context.Context, addr string)
abci/client/grpc_client.go:62
FunctiondialerFunc
(ctx context.Context, addr string)
rpc/grpc/client_server.go:42
FunctiondumpCmdHandler
(_ *cobra.Command, args []string)
cmd/tendermint/commands/debug/dump.go:46
Methodenqueue
()
internal/p2p/pqueue.go:133
Methodenqueue
()
internal/p2p/rqueue.go:40
Methodenqueue
enqueue returns an unbuffered write-only channel which a producer can send on.
internal/p2p/wdrr_queue.go:100
Methodenqueue
()
internal/p2p/queue.go:45
MethodfireRoutine
()
internal/libs/timer/throttle_timer.go:37
FunctiongenNodeKey
(cmd *cobra.Command, args []string)
cmd/tendermint/commands/gen_node_key.go:20
FunctiongenValidator
(cmd *cobra.Command, args []string)
cmd/tendermint/commands/gen_validator.go:26
MethodglobalCb
Global callback that will be called after every ABCI response. Having a single global callback avoids needing to set a callback for each request. Howe
internal/mempool/v0/clist_mempool.go:277
FunctionhandleWithPriority
(event Event)
internal/blocksync/v2/routine_test.go:129
Functioninit
()
tools/tm-signer-harness/main.go:46
Functioninit
()
abci/example/example_test.go:28
Functioninit
()
abci/types/types.pb.go:2917
Functioninit
()
types/proposal_test.go:24
Functioninit
()
types/evidence.go:630
Functioninit
()
types/vote_test.go:303
Functioninit
()
types/events.go:96
Functioninit
()
crypto/encoding/codec.go:14
Functioninit
()
crypto/ed25519/ed25519.go:58
Functioninit
()
crypto/secp256k1/secp256k1.go:28
Functioninit
()
crypto/sr25519/encoding.go:10
Functioninit
()
proto/tendermint/mempool/types.pb.go:141
Functioninit
()
proto/tendermint/statesync/types.pb.go:622
Functioninit
()
proto/tendermint/types/validator.pb.go:207
Functioninit
()
proto/tendermint/types/types.pb.go:1031
Functioninit
()
proto/tendermint/types/canonical.pb.go:311
Functioninit
()
proto/tendermint/types/block.pb.go:94
Functioninit
()
proto/tendermint/types/params.pb.go:376
Functioninit
()
proto/tendermint/types/events.pb.go:85
Functioninit
()
proto/tendermint/types/evidence.pb.go:313
Functioninit
()
proto/tendermint/crypto/proof.pb.go:316
Functioninit
()
proto/tendermint/crypto/keys.pb.go:128
Functioninit
()
proto/tendermint/privval/types.pb.go:719
Functioninit
please upgrade the proto package
proto/tendermint/privval/service.pb.go:27
Functioninit
()
proto/tendermint/state/types.pb.go:414
Functioninit
()
proto/tendermint/p2p/types.pb.go:378
Functioninit
()
proto/tendermint/p2p/conn.pb.go:309
Functioninit
()
proto/tendermint/p2p/pex.pb.go:401
Functioninit
()
proto/tendermint/version/types.pb.go:81
Functioninit
()
proto/tendermint/libs/bits/types.pb.go:77
Functioninit
()
proto/tendermint/rpc/grpc/types.pb.go:198
Functioninit
()
proto/tendermint/consensus/types.pb.go:788
Functioninit
()
proto/tendermint/consensus/wal.pb.go:364
Functioninit
()
proto/tendermint/blocksync/types.pb.go:375
Functioninit
()
test/fuzz/mempool/v0/checktx.go:15
Functioninit
()
test/fuzz/mempool/v1/checktx.go:16
Functioninit
()
test/fuzz/p2p/pex/reactor_receive.go:22
Functioninit
()
test/fuzz/rpc/jsonrpc/server/handler.go:20
Functioninit
()
test/e2e/tests/e2e_test.go:18
Functioninit
()
internal/state/store.go:61
Functioninit
Transports are mainly tested by common tests in transport_test.go, we register a transport factory here to get included in those tests.
internal/p2p/transport_mconn_test.go:19
Functioninit
()
internal/p2p/switch_test.go:35
Functioninit
Transports are mainly tested by common tests in transport_test.go, we register a transport factory here to get included in those tests.
internal/p2p/transport_memory_test.go:16
Functioninit
()
internal/p2p/pex/pex_reactor_test.go:28
Functioninit
()
internal/consensus/msgs.go:23
← previousnext →9,301–9,400 of 9,600, ranked by callers