MCPcopy Create free account

hub / github.com/tendermint/tendermint / functions

Functions9,600 in github.com/tendermint/tendermint

FunctionBenchmarkHashAlternatives
(b *testing.B)
crypto/merkle/tree_test.go:117
FunctionBenchmarkKeyGeneration
(b *testing.B)
crypto/ed25519/bench_test.go:13
FunctionBenchmarkKeyGeneration
(b *testing.B)
crypto/sr25519/bench_test.go:13
FunctionBenchmarkLoadValidators
This benchmarks the speed of loading validators from different heights if there is no validator set change. NOTE: This isn't too indicative of validat
internal/state/store_test.go:101
FunctionBenchmarkMarshalDelimitedNoMarshalTo
(b *testing.B)
internal/libs/protoio/writer_test.go:66
FunctionBenchmarkMarshalDelimitedWithMarshalTo
(b *testing.B)
internal/libs/protoio/writer_test.go:59
FunctionBenchmarkMatchCustom
(b *testing.B)
libs/pubsub/query/bench_test.go:44
FunctionBenchmarkParallelCheckTx
(b *testing.B)
internal/mempool/v0/bench_test.go:61
FunctionBenchmarkParseCustom
(b *testing.B)
libs/pubsub/query/bench_test.go:35
FunctionBenchmarkProposalSign
(b *testing.B)
types/proposal_test.go:104
FunctionBenchmarkProposalVerifySignature
(b *testing.B)
types/proposal_test.go:114
FunctionBenchmarkProposalWriteSignBytes
(b *testing.B)
types/proposal_test.go:98
FunctionBenchmarkPushBack
(b *testing.B)
internal/libs/clist/bench_test.go:40
FunctionBenchmarkRandBytes100B
(b *testing.B)
libs/rand/random_test.go:24
FunctionBenchmarkRandBytes100KiB
(b *testing.B)
libs/rand/random_test.go:33
FunctionBenchmarkRandBytes10B
(b *testing.B)
libs/rand/random_test.go:21
FunctionBenchmarkRandBytes10KiB
(b *testing.B)
libs/rand/random_test.go:30
FunctionBenchmarkRandBytes1KiB
(b *testing.B)
libs/rand/random_test.go:27
FunctionBenchmarkRandBytes1MiB
(b *testing.B)
libs/rand/random_test.go:36
FunctionBenchmarkReadSecretConnection
(b *testing.B)
internal/p2p/conn/secret_connection_test.go:432
FunctionBenchmarkReap
(b *testing.B)
internal/mempool/v0/bench_test.go:15
FunctionBenchmarkRemoved
This is used to benchmark the time of RMutex.
internal/libs/clist/bench_test.go:24
FunctionBenchmarkSequence
(b *testing.B)
light/client_benchmark_test.go:63
FunctionBenchmarkSigning
(b *testing.B)
crypto/ed25519/bench_test.go:20
FunctionBenchmarkSigning
(b *testing.B)
crypto/sr25519/bench_test.go:20
FunctionBenchmarkSwitchBroadcast
(b *testing.B)
internal/p2p/switch_test.go:876
FunctionBenchmarkTxIndex1
(b *testing.B)
internal/state/indexer/tx/kv/kv_test.go:376
FunctionBenchmarkTxIndex1000
(b *testing.B)
internal/state/indexer/tx/kv/kv_test.go:378
FunctionBenchmarkTxIndex10000
(b *testing.B)
internal/state/indexer/tx/kv/kv_test.go:380
FunctionBenchmarkTxIndex2000
(b *testing.B)
internal/state/indexer/tx/kv/kv_test.go:379
FunctionBenchmarkTxIndex500
(b *testing.B)
internal/state/indexer/tx/kv/kv_test.go:377
FunctionBenchmarkTxMempool_CheckTx
(b *testing.B)
internal/mempool/v1/mempool_bench_test.go:14
FunctionBenchmarkTxSearch
(b *testing.B)
internal/state/indexer/tx/kv/kv_bench_test.go:17
FunctionBenchmarkUpdates
------------------------------------- Benchmark tests
types/validator_set_test.go:1503
FunctionBenchmarkValidatorSetCopy
(b *testing.B)
types/validator_set_test.go:169
FunctionBenchmarkValidatorSet_VerifyCommitLightTrusting_Ed25519
(b *testing.B)
types/validator_set_test.go:1578
FunctionBenchmarkValidatorSet_VerifyCommitLight_Ed25519
(b *testing.B)
types/validator_set_test.go:1554
FunctionBenchmarkValidatorSet_VerifyCommit_Ed25519
(b *testing.B)
types/validator_set_test.go:1530
FunctionBenchmarkVerification
(b *testing.B)
crypto/ed25519/bench_test.go:25
FunctionBenchmarkVerification
(b *testing.B)
crypto/sr25519/bench_test.go:25
FunctionBenchmarkVerifyBatch
(b *testing.B)
crypto/ed25519/bench_test.go:30
FunctionBenchmarkVerifyBatch
(b *testing.B)
crypto/sr25519/bench_test.go:30
FunctionBenchmarkVoteSignBytes
(b *testing.B)
types/vote_test.go:315
FunctionBenchmarkWalDecode100KB
(b *testing.B)
internal/consensus/wal_test.go:262
FunctionBenchmarkWalDecode100MB
(b *testing.B)
internal/consensus/wal_test.go:271
FunctionBenchmarkWalDecode10KB
(b *testing.B)
internal/consensus/wal_test.go:259
FunctionBenchmarkWalDecode10MB
(b *testing.B)
internal/consensus/wal_test.go:268
FunctionBenchmarkWalDecode1GB
(b *testing.B)
internal/consensus/wal_test.go:274
FunctionBenchmarkWalDecode1MB
(b *testing.B)
internal/consensus/wal_test.go:265
FunctionBenchmarkWalDecode512B
(b *testing.B)
internal/consensus/wal_test.go:255
FunctionBenchmarkWriteSecretConnection
Benchmarks
internal/p2p/conn/secret_connection_test.go:384
MethodBitArray
Implements VoteSetReader.
types/vote_set.go:345
MethodBitArray
()
types/part_set.go:225
MethodBitArray
BitArray returns a BitArray of which validators voted for BlockID or nil in this commit. Implements VoteSetReader.
types/block.go:850
MethodBlock
Block gets block at a given height. If no height is provided, it will fetch the latest block. More: https://docs.tendermint.com/master/rpc/#/Info/bloc
internal/rpc/core/blocks.go:95
MethodBlock
Block calls rpcclient#Block and then verifies the result.
light/rpc/client.go:327
MethodBlock
(ctx context.Context, height *int64)
rpc/client/http/http.go:413
MethodBlock
Block provides a mock function with given fields: ctx, height
rpc/client/mocks/client.go:93
MethodBlock
(ctx context.Context, height *int64)
rpc/client/local/local.go:169
MethodBlock
(ctx context.Context, height *int64)
rpc/client/mock/client.go:156
MethodBlockByHash
BlockByHash gets block by hash. More: https://docs.tendermint.com/master/rpc/#/Info/block_by_hash
internal/rpc/core/blocks.go:112
MethodBlockByHash
BlockByHash calls rpcclient#BlockByHash and then verifies the result.
light/rpc/client.go:361
MethodBlockByHash
(ctx context.Context, hash bytes.HexBytes)
rpc/client/http/http.go:426
MethodBlockByHash
BlockByHash provides a mock function with given fields: ctx, hash
rpc/client/mocks/client.go:116
MethodBlockByHash
(ctx context.Context, hash bytes.HexBytes)
rpc/client/local/local.go:173
MethodBlockByHash
(ctx context.Context, hash bytes.HexBytes)
rpc/client/mock/client.go:160
FunctionBlockExecutorWithMetrics
(metrics *Metrics)
internal/state/execution.go:52
FunctionBlockPart
BlockPart returns blockPart PeerBehavior.
internal/blocksync/v2/internal/behavior/peer_behaviour.go:45
MethodBlockResults
BlockResults returns the block results for the given height. If no height is provided, the results of the block preceding the latest are returned.
light/rpc/client.go:396
MethodBlockResults
( ctx context.Context, height *int64, )
rpc/client/http/http.go:438
MethodBlockResults
BlockResults provides a mock function with given fields: ctx, height
rpc/client/mocks/client.go:139
MethodBlockResults
(ctx context.Context, height *int64)
rpc/client/local/local.go:177
MethodBlockSearch
BlockSearch searches for a paginated set of blocks matching BeginBlock and EndBlock event search criteria.
internal/rpc/core/blocks.go:228
MethodBlockSearch
( ctx context.Context, query string, page, perPage *int, orderBy string, )
light/rpc/client.go:539
MethodBlockSearch
( ctx context.Context, query string, page, perPage *int, orderBy string, )
rpc/client/http/http.go:536
MethodBlockSearch
BlockSearch provides a mock function with given fields: ctx, query, page, perPage, orderBy
rpc/client/mocks/client.go:162
MethodBlockSearch
( _ context.Context, queryString string, page, perPage *int, orderBy string, )
rpc/client/local/local.go:212
MethodBlockSize
()
crypto/tmhash/hash.go:50
MethodBlockchainInfo
BlockchainInfo gets block headers for minHeight <= height <= maxHeight. If maxHeight does not yet exist, blocks up to the current height will be retu
internal/rpc/core/blocks.go:26
MethodBlockchainInfo
BlockchainInfo calls rpcclient#BlockchainInfo and then verifies every header returned.
light/rpc/client.go:279
MethodBlockchainInfo
( ctx context.Context, minHeight, maxHeight int64, )
rpc/client/http/http.go:380
MethodBlockchainInfo
BlockchainInfo provides a mock function with given fields: ctx, minHeight, maxHeight
rpc/client/mocks/client.go:185
MethodBlockchainInfo
(ctx context.Context, minHeight, maxHeight int64)
rpc/client/local/local.go:157
MethodBlockchainInfo
(ctx context.Context, minHeight, maxHeight int64)
rpc/client/mock/client.go:148
MethodBootstrap
BootstrapState saves a new state, used e.g. by state sync when starting from non-zero height.
internal/state/store.go:183
MethodBootstrap
Bootstrap provides a mock function with given fields: _a0
internal/state/mocks/store.go:19
MethodBroadcastEvidence
BroadcastEvidence broadcasts evidence of the misbehavior. More: https://docs.tendermint.com/master/rpc/#/Evidence/broadcast_evidence
internal/rpc/core/evidence.go:13
MethodBroadcastEvidence
(ctx context.Context, ev types.Evidence)
light/rpc/client.go:580
MethodBroadcastEvidence
( ctx context.Context, ev types.Evidence, )
rpc/client/http/http.go:588
MethodBroadcastEvidence
BroadcastEvidence provides a mock function with given fields: _a0, _a1
rpc/client/mocks/client.go:208
MethodBroadcastEvidence
(ctx context.Context, ev types.Evidence)
rpc/client/local/local.go:221
MethodBroadcastEvidence
(ctx context.Context, ev types.Evidence)
rpc/client/mock/client.go:172
MethodBroadcastTx
(ctx context.Context, in *RequestBroadcastTx, opts ...grpc.CallOption)
proto/tendermint/rpc/grpc/types.pb.go:244
MethodBroadcastTx
(ctx context.Context, in *RequestBroadcastTx, opts ...grpc.CallOption)
proto/tendermint/rpc/grpc/types.pb.go:264
MethodBroadcastTx
(context.Context, *RequestBroadcastTx)
proto/tendermint/rpc/grpc/types.pb.go:276
MethodBroadcastTx
(ctx context.Context, req *RequestBroadcastTx)
proto/tendermint/rpc/grpc/types.pb.go:286
MethodBroadcastTx
Deprecated: gRPC in the RPC layer of Tendermint will be removed in 0.36.
rpc/grpc/api.go:21
MethodBroadcastTx
(ctx context.Context, in *RequestBroadcastTx, opts ...grpc.CallOption)
rpc/grpc/types.pb.go:264
MethodBroadcastTx
(context.Context, *RequestBroadcastTx)
rpc/grpc/types.pb.go:276
MethodBroadcastTx
(ctx context.Context, req *RequestBroadcastTx)
rpc/grpc/types.pb.go:286
← previousnext →4,301–4,400 of 9,600, ranked by callers