MCPcopy Create free account

hub / github.com/tendermint/tendermint / functions

Functions9,600 in github.com/tendermint/tendermint

FunctionTestAddrBookPickAddress
FIXME These tests should not rely on .(*addrBook) assertions
internal/p2p/pex/addrbook_test.go:26
FunctionTestAddrBookPromoteToOld
(t *testing.T)
internal/p2p/pex/addrbook_test.go:113
FunctionTestAddrBookRemoveAddress
(t *testing.T)
internal/p2p/pex/addrbook_test.go:208
FunctionTestAddrBookSaveLoad
(t *testing.T)
internal/p2p/pex/addrbook_test.go:62
FunctionTestAddrbookTestdataCases
(t *testing.T)
test/fuzz/p2p/addrbook/fuzz_test.go:15
FunctionTestAllMatchesAll
(t *testing.T)
libs/pubsub/query/query_test.go:226
FunctionTestAnd
(t *testing.T)
libs/bits/bit_array_test.go:32
FunctionTestAppCalls
Make some app checks
rpc/client/rpc_test.go:287
FunctionTestAppConns_Failure
Upon failure, we call tmos.Kill
internal/proxy/multi_app_conn_test.go:49
FunctionTestAppConns_Start_Stop
(t *testing.T)
internal/proxy/multi_app_conn_test.go:19
FunctionTestApp_Hash
Tests that the app hash (as reported by the app) matches the last block and the node sync status.
test/e2e/tests/app_test.go:44
FunctionTestApp_Height
Tests that the app and blockstore have and report the same height.
test/e2e/tests/app_test.go:73
FunctionTestApp_InitialState
Tests that any initial state given in genesis has made it into the app.
test/e2e/tests/app_test.go:25
FunctionTestApp_Tx
Tests that we can set a value and retrieve it.
test/e2e/tests/app_test.go:96
FunctionTestApplyBlock
(t *testing.T)
internal/state/execution_test.go:36
FunctionTestApplyFixes
(t *testing.T)
internal/libs/confix/confix_test.go:46
FunctionTestArgToJSON
(t *testing.T)
rpc/jsonrpc/client/args_test.go:17
FunctionTestAutoFileSize
Manually modify file permissions, close, and reopen using autofile: We expect the file permissions to be changed back to the intended perms. func Test
internal/libs/autofile/autofile_test.go:107
FunctionTestAveragingInIncrementProposerPriority
(t *testing.T)
types/validator_set_test.go:489
FunctionTestAveragingInIncrementProposerPriorityWithVotingPower
(t *testing.T)
types/validator_set_test.go:535
FunctionTestAvgProposerPriority
(t *testing.T)
types/validator_set_test.go:455
FunctionTestBanBadPeers
(t *testing.T)
internal/p2p/pex/addrbook_test.go:398
FunctionTestBaseApp
(t *testing.T)
abci/example/example_test.go:37
FunctionTestBaseConfigValidateBasic
(t *testing.T)
config/config_test.go:55
FunctionTestBaseServiceReset
(t *testing.T)
libs/service/service_test.go:40
FunctionTestBaseServiceWait
(t *testing.T)
libs/service/service_test.go:18
FunctionTestBasicPartSet
(t *testing.T)
types/part_set_test.go:18
FunctionTestBatchSafe
(t *testing.T)
crypto/ed25519/ed25519_test.go:32
FunctionTestBatchSafe
(t *testing.T)
crypto/sr25519/sr25519_test.go:34
FunctionTestBatchedJSONRPCCalls
(t *testing.T)
rpc/client/rpc_test.go:769
FunctionTestBatchedJSONRPCCallsCancellation
(t *testing.T)
rpc/client/rpc_test.go:827
FunctionTestBeginBlockByzantineValidators
TestBeginBlockByzantineValidators ensures we send byzantine validators list.
internal/state/execution_test.go:124
FunctionTestBeginBlockValidators
TestBeginBlockValidators ensures we send absent validators list.
internal/state/execution_test.go:61
FunctionTestBitArrayFromProto
(t *testing.T)
libs/bits/bit_array_test.go:295
FunctionTestBitArrayToFromProto
(t *testing.T)
libs/bits/bit_array_test.go:271
FunctionTestBlock
(t *testing.T)
internal/inspect/inspect_test.go:68
FunctionTestBlockAddEvidence
(t *testing.T)
types/block_test.go:37
FunctionTestBlockByHash
(t *testing.T)
internal/inspect/inspect_test.go:356
FunctionTestBlockEvents
subscribe to new blocks and make sure height increments by 1
rpc/client/event_test.go:57
FunctionTestBlockFetchAtHeight
(t *testing.T)
internal/store/store_test.go:475
FunctionTestBlockFuncs
(t *testing.T)
internal/state/indexer/sink/kv/kv_test.go:30
FunctionTestBlockHash
(t *testing.T)
types/block_test.go:120
FunctionTestBlockHashesTo
(t *testing.T)
types/block_test.go:151
FunctionTestBlockIDEquals
(t *testing.T)
types/block_test.go:861
FunctionTestBlockIDProtoBuf
(t *testing.T)
types/block_test.go:808
FunctionTestBlockIDValidateBasic
(t *testing.T)
types/block_test.go:606
FunctionTestBlockIndexer
(t *testing.T)
internal/state/indexer/block/kv/kv_test.go:17
FunctionTestBlockMakePartSet
(t *testing.T)
types/block_test.go:125
FunctionTestBlockMakePartSetWithEvidence
(t *testing.T)
types/block_test.go:133
FunctionTestBlockMaxDataBytes
(t *testing.T)
types/block_test.go:462
FunctionTestBlockMaxDataBytesNoEvidence
(t *testing.T)
types/block_test.go:494
FunctionTestBlockMeta_ToProto
(t *testing.T)
types/block_meta_test.go:12
FunctionTestBlockMeta_ValidateBasic
(t *testing.T)
types/block_meta_test.go:49
FunctionTestBlockPartMessageValidateBasic
(t *testing.T)
internal/consensus/msgs_test.go:663
FunctionTestBlockPoolBasic
(t *testing.T)
internal/blocksync/v0/pool_test.go:80
FunctionTestBlockPoolRemovePeer
(t *testing.T)
internal/blocksync/v0/pool_test.go:203
FunctionTestBlockPoolTimeout
(t *testing.T)
internal/blocksync/v0/pool_test.go:140
FunctionTestBlockProtoBuf
(t *testing.T)
types/block_test.go:646
FunctionTestBlockQueueAcceptsNoMoreBlocks
(t *testing.T)
internal/statesync/block_queue_test.go:168
FunctionTestBlockQueueBasic
(t *testing.T)
internal/statesync/block_queue_test.go:24
FunctionTestBlockQueueBlocks
Test that when all the blocks are retrieved that the queue still holds on to it's workers and in the event of failure can still fetch the failed block
internal/statesync/block_queue_test.go:121
FunctionTestBlockQueueInitialHeight
(t *testing.T)
internal/statesync/block_queue_test.go:236
FunctionTestBlockQueueStopTime
Test a scenario where more blocks are needed then just the stopheight because we haven't found a block with a small enough time.
internal/statesync/block_queue_test.go:193
FunctionTestBlockQueueWithFailures
Test with spurious failures and retries
internal/statesync/block_queue_test.go:71
FunctionTestBlockRequest_Validate
(t *testing.T)
proto/tendermint/blocksync/message_test.go:15
FunctionTestBlockResults
(t *testing.T)
internal/inspect/inspect_test.go:258
FunctionTestBlockResults
(t *testing.T)
internal/rpc/core/blocks_test.go:72
FunctionTestBlockSearch
(t *testing.T)
internal/inspect/inspect_test.go:513
FunctionTestBlockSize
(t *testing.T)
types/block_test.go:170
FunctionTestBlockStoreSaveLoadBlock
TODO: This test should be simplified ...
internal/store/store_test.go:90
FunctionTestBlockString
(t *testing.T)
types/block_test.go:177
FunctionTestBlockSyncConfigValidateBasic
(t *testing.T)
config/config_test.go:128
FunctionTestBlockValidateBasic
(t *testing.T)
types/block_test.go:55
FunctionTestBlock_Header
Tests that block headers are identical across nodes where present.
test/e2e/tests/block_test.go:13
FunctionTestBlock_Range
Tests that the node contains the expected block range.
test/e2e/tests/block_test.go:52
FunctionTestBlockchain
(t *testing.T)
internal/inspect/inspect_test.go:408
FunctionTestBlockchainInfo
(t *testing.T)
internal/rpc/core/blocks_test.go:20
FunctionTestBlockchainInfo
(t *testing.T)
rpc/client/rpc_test.go:396
FunctionTestBlockchainMessageVectors
(t *testing.T)
proto/tendermint/blocksync/message_test.go:87
FunctionTestBroadcastEmptyEvidence
(t *testing.T)
rpc/client/evidence_test.go:166
FunctionTestBroadcastEvidence_DuplicateVoteEvidence
(t *testing.T)
rpc/client/evidence_test.go:116
FunctionTestBroadcastTx
(t *testing.T)
rpc/grpc/grpc_test.go:36
FunctionTestBroadcastTxCommit
(t *testing.T)
rpc/client/rpc_test.go:463
FunctionTestBroadcastTxForPeerStopsWhenPeerStops
(t *testing.T)
internal/mempool/v0/reactor_test.go:372
FunctionTestBroadcastTxSync
(t *testing.T)
rpc/client/rpc_test.go:431
FunctionTestBufferCapacity
(t *testing.T)
libs/pubsub/pubsub_test.go:428
FunctionTestBytes
(t *testing.T)
libs/bits/bit_array_test.go:148
FunctionTestByzantineConflictingProposalsWithPartition
4 validators. 1 is byzantine. The other three are partitioned into A (1 val) and B (2 vals). byzantine validator sends conflicting proposals into A an
internal/consensus/byzantine_test.go:283
FunctionTestByzantinePrevoteEquivocation
Byzantine node sends two different prevotes (nil and blockID) to the same validator.
internal/consensus/byzantine_test.go:32
FunctionTestCListProperties
(t *testing.T)
internal/libs/clist/clist_property_test.go:12
FunctionTestCMap_GetOrSet_Exists
(t *testing.T)
libs/cmap/cmap_test.go:103
FunctionTestCMap_GetOrSet_Parallel
(t *testing.T)
libs/cmap/cmap_test.go:72
FunctionTestCacheAfterUpdate
(t *testing.T)
internal/mempool/v0/cache_test.go:17
FunctionTestCacheRemove
(t *testing.T)
internal/mempool/cache_test.go:10
FunctionTestCallbackInvokedWhenSetEarly
TestCallbackInvokedWhenSetEarly ensures that the callback is invoked when set before the client completes the call into the app.
abci/client/socket_client_test.go:172
FunctionTestCallbackInvokedWhenSetLate
TestCallbackInvokedWhenSetLaet ensures that the callback is invoked when set after the client completes the call into the app. Currently this test rel
abci/client/socket_client_test.go:134
FunctionTestCanonicalizeBlockID
(t *testing.T)
types/canonical_test.go:12
FunctionTestCheckHeadSizeLimit
(t *testing.T)
internal/libs/autofile/group_test.go:45
FunctionTestCheckSeeds
(t *testing.T)
internal/p2p/pex/pex_reactor_test.go:202
FunctionTestCheckTx
(t *testing.T)
rpc/client/rpc_test.go:551
← previousnext →7,301–7,400 of 9,600, ranked by callers