Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tendermint/tendermint
/ functions
Functions
9,600 in github.com/tendermint/tendermint
⨍
Functions
9,600
◇
Types & classes
1,209
Function
BenchmarkHashAlternatives
(b *testing.B)
crypto/merkle/tree_test.go:117
Function
BenchmarkKeyGeneration
(b *testing.B)
crypto/ed25519/bench_test.go:13
Function
BenchmarkKeyGeneration
(b *testing.B)
crypto/sr25519/bench_test.go:13
Function
BenchmarkLoadValidators
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
Function
BenchmarkMarshalDelimitedNoMarshalTo
(b *testing.B)
internal/libs/protoio/writer_test.go:66
Function
BenchmarkMarshalDelimitedWithMarshalTo
(b *testing.B)
internal/libs/protoio/writer_test.go:59
Function
BenchmarkMatchCustom
(b *testing.B)
libs/pubsub/query/bench_test.go:44
Function
BenchmarkParallelCheckTx
(b *testing.B)
internal/mempool/v0/bench_test.go:61
Function
BenchmarkParseCustom
(b *testing.B)
libs/pubsub/query/bench_test.go:35
Function
BenchmarkProposalSign
(b *testing.B)
types/proposal_test.go:104
Function
BenchmarkProposalVerifySignature
(b *testing.B)
types/proposal_test.go:114
Function
BenchmarkProposalWriteSignBytes
(b *testing.B)
types/proposal_test.go:98
Function
BenchmarkPushBack
(b *testing.B)
internal/libs/clist/bench_test.go:40
Function
BenchmarkRandBytes100B
(b *testing.B)
libs/rand/random_test.go:24
Function
BenchmarkRandBytes100KiB
(b *testing.B)
libs/rand/random_test.go:33
Function
BenchmarkRandBytes10B
(b *testing.B)
libs/rand/random_test.go:21
Function
BenchmarkRandBytes10KiB
(b *testing.B)
libs/rand/random_test.go:30
Function
BenchmarkRandBytes1KiB
(b *testing.B)
libs/rand/random_test.go:27
Function
BenchmarkRandBytes1MiB
(b *testing.B)
libs/rand/random_test.go:36
Function
BenchmarkReadSecretConnection
(b *testing.B)
internal/p2p/conn/secret_connection_test.go:432
Function
BenchmarkReap
(b *testing.B)
internal/mempool/v0/bench_test.go:15
Function
BenchmarkRemoved
This is used to benchmark the time of RMutex.
internal/libs/clist/bench_test.go:24
Function
BenchmarkSequence
(b *testing.B)
light/client_benchmark_test.go:63
Function
BenchmarkSigning
(b *testing.B)
crypto/ed25519/bench_test.go:20
Function
BenchmarkSigning
(b *testing.B)
crypto/sr25519/bench_test.go:20
Function
BenchmarkSwitchBroadcast
(b *testing.B)
internal/p2p/switch_test.go:876
Function
BenchmarkTxIndex1
(b *testing.B)
internal/state/indexer/tx/kv/kv_test.go:376
Function
BenchmarkTxIndex1000
(b *testing.B)
internal/state/indexer/tx/kv/kv_test.go:378
Function
BenchmarkTxIndex10000
(b *testing.B)
internal/state/indexer/tx/kv/kv_test.go:380
Function
BenchmarkTxIndex2000
(b *testing.B)
internal/state/indexer/tx/kv/kv_test.go:379
Function
BenchmarkTxIndex500
(b *testing.B)
internal/state/indexer/tx/kv/kv_test.go:377
Function
BenchmarkTxMempool_CheckTx
(b *testing.B)
internal/mempool/v1/mempool_bench_test.go:14
Function
BenchmarkTxSearch
(b *testing.B)
internal/state/indexer/tx/kv/kv_bench_test.go:17
Function
BenchmarkUpdates
------------------------------------- Benchmark tests
types/validator_set_test.go:1503
Function
BenchmarkValidatorSetCopy
(b *testing.B)
types/validator_set_test.go:169
Function
BenchmarkValidatorSet_VerifyCommitLightTrusting_Ed25519
(b *testing.B)
types/validator_set_test.go:1578
Function
BenchmarkValidatorSet_VerifyCommitLight_Ed25519
(b *testing.B)
types/validator_set_test.go:1554
Function
BenchmarkValidatorSet_VerifyCommit_Ed25519
(b *testing.B)
types/validator_set_test.go:1530
Function
BenchmarkVerification
(b *testing.B)
crypto/ed25519/bench_test.go:25
Function
BenchmarkVerification
(b *testing.B)
crypto/sr25519/bench_test.go:25
Function
BenchmarkVerifyBatch
(b *testing.B)
crypto/ed25519/bench_test.go:30
Function
BenchmarkVerifyBatch
(b *testing.B)
crypto/sr25519/bench_test.go:30
Function
BenchmarkVoteSignBytes
(b *testing.B)
types/vote_test.go:315
Function
BenchmarkWalDecode100KB
(b *testing.B)
internal/consensus/wal_test.go:262
Function
BenchmarkWalDecode100MB
(b *testing.B)
internal/consensus/wal_test.go:271
Function
BenchmarkWalDecode10KB
(b *testing.B)
internal/consensus/wal_test.go:259
Function
BenchmarkWalDecode10MB
(b *testing.B)
internal/consensus/wal_test.go:268
Function
BenchmarkWalDecode1GB
(b *testing.B)
internal/consensus/wal_test.go:274
Function
BenchmarkWalDecode1MB
(b *testing.B)
internal/consensus/wal_test.go:265
Function
BenchmarkWalDecode512B
(b *testing.B)
internal/consensus/wal_test.go:255
Function
BenchmarkWriteSecretConnection
Benchmarks
internal/p2p/conn/secret_connection_test.go:384
Method
BitArray
Implements VoteSetReader.
types/vote_set.go:345
Method
BitArray
()
types/part_set.go:225
Method
BitArray
BitArray returns a BitArray of which validators voted for BlockID or nil in this commit. Implements VoteSetReader.
types/block.go:850
Method
Block
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
Method
Block
Block calls rpcclient#Block and then verifies the result.
light/rpc/client.go:327
Method
Block
(ctx context.Context, height *int64)
rpc/client/http/http.go:413
Method
Block
Block provides a mock function with given fields: ctx, height
rpc/client/mocks/client.go:93
Method
Block
(ctx context.Context, height *int64)
rpc/client/local/local.go:169
Method
Block
(ctx context.Context, height *int64)
rpc/client/mock/client.go:156
Method
BlockByHash
BlockByHash gets block by hash. More: https://docs.tendermint.com/master/rpc/#/Info/block_by_hash
internal/rpc/core/blocks.go:112
Method
BlockByHash
BlockByHash calls rpcclient#BlockByHash and then verifies the result.
light/rpc/client.go:361
Method
BlockByHash
(ctx context.Context, hash bytes.HexBytes)
rpc/client/http/http.go:426
Method
BlockByHash
BlockByHash provides a mock function with given fields: ctx, hash
rpc/client/mocks/client.go:116
Method
BlockByHash
(ctx context.Context, hash bytes.HexBytes)
rpc/client/local/local.go:173
Method
BlockByHash
(ctx context.Context, hash bytes.HexBytes)
rpc/client/mock/client.go:160
Function
BlockExecutorWithMetrics
(metrics *Metrics)
internal/state/execution.go:52
Function
BlockPart
BlockPart returns blockPart PeerBehavior.
internal/blocksync/v2/internal/behavior/peer_behaviour.go:45
Method
BlockResults
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
Method
BlockResults
( ctx context.Context, height *int64, )
rpc/client/http/http.go:438
Method
BlockResults
BlockResults provides a mock function with given fields: ctx, height
rpc/client/mocks/client.go:139
Method
BlockResults
(ctx context.Context, height *int64)
rpc/client/local/local.go:177
Method
BlockSearch
BlockSearch searches for a paginated set of blocks matching BeginBlock and EndBlock event search criteria.
internal/rpc/core/blocks.go:228
Method
BlockSearch
( ctx context.Context, query string, page, perPage *int, orderBy string, )
light/rpc/client.go:539
Method
BlockSearch
( ctx context.Context, query string, page, perPage *int, orderBy string, )
rpc/client/http/http.go:536
Method
BlockSearch
BlockSearch provides a mock function with given fields: ctx, query, page, perPage, orderBy
rpc/client/mocks/client.go:162
Method
BlockSearch
( _ context.Context, queryString string, page, perPage *int, orderBy string, )
rpc/client/local/local.go:212
Method
BlockSize
()
crypto/tmhash/hash.go:50
Method
BlockchainInfo
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
Method
BlockchainInfo
BlockchainInfo calls rpcclient#BlockchainInfo and then verifies every header returned.
light/rpc/client.go:279
Method
BlockchainInfo
( ctx context.Context, minHeight, maxHeight int64, )
rpc/client/http/http.go:380
Method
BlockchainInfo
BlockchainInfo provides a mock function with given fields: ctx, minHeight, maxHeight
rpc/client/mocks/client.go:185
Method
BlockchainInfo
(ctx context.Context, minHeight, maxHeight int64)
rpc/client/local/local.go:157
Method
BlockchainInfo
(ctx context.Context, minHeight, maxHeight int64)
rpc/client/mock/client.go:148
Method
Bootstrap
BootstrapState saves a new state, used e.g. by state sync when starting from non-zero height.
internal/state/store.go:183
Method
Bootstrap
Bootstrap provides a mock function with given fields: _a0
internal/state/mocks/store.go:19
Method
BroadcastEvidence
BroadcastEvidence broadcasts evidence of the misbehavior. More: https://docs.tendermint.com/master/rpc/#/Evidence/broadcast_evidence
internal/rpc/core/evidence.go:13
Method
BroadcastEvidence
(ctx context.Context, ev types.Evidence)
light/rpc/client.go:580
Method
BroadcastEvidence
( ctx context.Context, ev types.Evidence, )
rpc/client/http/http.go:588
Method
BroadcastEvidence
BroadcastEvidence provides a mock function with given fields: _a0, _a1
rpc/client/mocks/client.go:208
Method
BroadcastEvidence
(ctx context.Context, ev types.Evidence)
rpc/client/local/local.go:221
Method
BroadcastEvidence
(ctx context.Context, ev types.Evidence)
rpc/client/mock/client.go:172
Method
BroadcastTx
(ctx context.Context, in *RequestBroadcastTx, opts ...grpc.CallOption)
proto/tendermint/rpc/grpc/types.pb.go:244
Method
BroadcastTx
(ctx context.Context, in *RequestBroadcastTx, opts ...grpc.CallOption)
proto/tendermint/rpc/grpc/types.pb.go:264
Method
BroadcastTx
(context.Context, *RequestBroadcastTx)
proto/tendermint/rpc/grpc/types.pb.go:276
Method
BroadcastTx
(ctx context.Context, req *RequestBroadcastTx)
proto/tendermint/rpc/grpc/types.pb.go:286
Method
BroadcastTx
Deprecated: gRPC in the RPC layer of Tendermint will be removed in 0.36.
rpc/grpc/api.go:21
Method
BroadcastTx
(ctx context.Context, in *RequestBroadcastTx, opts ...grpc.CallOption)
rpc/grpc/types.pb.go:264
Method
BroadcastTx
(context.Context, *RequestBroadcastTx)
rpc/grpc/types.pb.go:276
Method
BroadcastTx
(ctx context.Context, req *RequestBroadcastTx)
rpc/grpc/types.pb.go:286
← previous
next →
4,301–4,400 of 9,600, ranked by callers