MCPcopy Create free account

hub / github.com/HerbertSpender/vault-core / functions

Functions34,085 in github.com/HerbertSpender/vault-core

↓ 31 callersFunctionNewForkInfo
NewForkInfo creates a new ForkInfo object
process/common.go:672
↓ 31 callersFunctionNewPeerMiniBlockSyncer
NewPeerMiniBlockSyncer creates a new peerMiniBlockSyncer object
epochStart/shardchain/peerMiniBlocksSyncer.go:47
↓ 31 callersFunctionNewTransactionsSyncer
NewTransactionsSyncer creates a new transactions syncer
update/sync/syncTransactions.go:50
↓ 31 callersMethodRequestTopic
()
dataRetriever/interface.go:96
↓ 31 callersMethodReset
Reset clears the contents of the batch
storage/interface.go:61
↓ 31 callersMethodSetSyncTimer
SetSyncTimer sets sync timer
consensus/spos/consensusCore.go:301
↓ 31 callersMethodSigningHandler
()
consensus/spos/interface.go:47
↓ 31 callersMethodValue
Value -
consensus/mock/contextMock.go:40
↓ 31 callersFunctioncreateDefaultRatingsData
()
process/rating/blockSigningRater_test.go:45
↓ 31 callersFunctioncreateDummyNodesMap
(nodesPerShard uint32, nbShards uint32, suffix string)
sharding/nodesCoordinator/indexHashedNodesCoordinator_test.go:57
↓ 31 callersFunctioncreateMockArgEquivalentProofsResolver
()
dataRetriever/resolvers/equivalentProofsResolver_test.go:32
↓ 31 callersFunctioninitConsensusState
()
consensus/spos/subround_test.go:47
↓ 30 callersMethodAddHeader
(headerHash []byte, header data.HeaderHandler)
dataRetriever/interface.go:199
↓ 30 callersMethodAddMultiple
(keys []string, resolvers []Resolver)
dataRetriever/interface.go:66
↓ 30 callersMethodChangeScore
(pk string, topic string, units int)
consensus/interface.go:118
↓ 30 callersMethodGet
(key []byte)
storage/interface.go:73
↓ 30 callersMethodGetEpochStartHandler
GetEpochStartHandler -
testscommon/headerHandlerStub.go:361
↓ 30 callersMethodGetHeaderByHash
(hash []byte)
common/interface.go:391
↓ 30 callersMethodGetPubKeysBitmap
()
consensus/interface.go:220
↓ 30 callersMethodGetTrackedHeaders
(shardID uint32)
process/interface.go:905
↓ 30 callersMethodLastNotarizedHdrForShard
LastNotarizedHdrForShard -
process/block/export_test.go:283
↓ 30 callersFunctionLoadGasScheduleConfig
LoadGasScheduleConfig returns a map[string]uint64 of gas costs read from the provided config file
common/configParser.go:101
↓ 30 callersFunctionNewRewardTxPreprocessor
NewRewardTxPreprocessor creates a new reward transaction preprocessor object
process/block/preprocess/rewardTxPreProcessor.go:36
↓ 30 callersFunctionNewSender
NewSender creates a new instance of sender
heartbeat/sender/sender.go:52
↓ 30 callersMethodParseCallData
(data string)
process/interface.go:645
↓ 30 callersMethodProcessSystemSmartContract
( validatorsInfoMap state.ShardValidatorsInfoMapHandler, header data.HeaderHandler, )
process/interface.go:1012
↓ 30 callersMethodSetRoundsPerEpoch
(roundsPerEpoch uint64)
integrationTests/interface.go:39
↓ 30 callersMethodUnmarshal
Unmarshal applies the serialized values over an instantiated object
node/mock/marshalizerFake.go:29
↓ 30 callersFunctionWithCryptoComponents
WithCryptoComponents sets up Node crypto components
node/options.go:67
↓ 30 callersMethodWrite
(identifier string, key []byte, value []byte)
update/interface.go:244
↓ 30 callersFunctioncreateFreeTxFeeHandler
()
process/transaction/interceptedTransaction_test.go:74
↓ 30 callersFunctioncreateGenesisBlocks
(shardCoordinator sharding.Coordinator)
process/block/metablock_test.go:210
↓ 30 callersFunctioncreateMockPubkeyConverter
()
process/rewardTransaction/interceptedRewardTransaction_test.go:20
↓ 30 callersFunctioncreateStorageHandlerArgs
()
epochStart/bootstrap/metaStorageHandler_test.go:31
↓ 30 callersFunctiongetNodeRoutesConfig
()
api/groups/nodeGroup_test.go:1070
↓ 30 callersFunctioninitSubroundBlock
( blockChain data.ChainHandler, container *spos.ConsensusCore, appStatusHandler core.AppStatusHandler, )
consensus/spos/bls/v2/subroundBlock_test.go:88
↓ 30 callersMethodsaveDelegatorData
(address []byte, dData *DelegatorData)
vm/systemSmartContracts/delegation.go:3061
↓ 30 callersMethodsaveRegistrationData
(key []byte, validator *ValidatorDataV2)
vm/systemSmartContracts/validatorSaveLoad.go:113
↓ 30 callersMethodsaveToken
(identifier []byte, token *ESDTDataV2)
vm/systemSmartContracts/esdt.go:2600
↓ 30 callersFunctionsovValidatorInfo
(x uint64)
state/validatorInfo.pb.go:926
↓ 30 callersFunctiontestErrorScenario
(url string, method string, body io.Reader, expectedErr string)
api/groups/addressGroup_test.go:1181
↓ 30 callersFunctiontestGuardianStatus
( tb testing.TB, testContext *vm.VMTestContext, address []byte, expectedStatus guardAccountStatus, )
integrationTests/vm/txsFee/guardAccount_test.go:311
↓ 30 callersFunctiontxDataForFunc
(function string, blsKeys [][]byte)
integrationTests/vm/delegation/delegationScenarios_test.go:1550
↓ 29 callersMethodData
Data -
node/mock/p2pMessageStub.go:24
↓ 29 callersMethodDelete
(key []byte)
common/interface.go:44
↓ 29 callersMethodExecuteSmartContractTransaction
(tx data.TransactionHandler, acntSrc, acntDst state.UserAccountHandler)
process/interface.go:185
↓ 29 callersFunctionGetDefaultRoundsConfig
GetDefaultRoundsConfig -
testscommon/testConfigs.go:6
↓ 29 callersMethodKey
Key -
node/mock/p2pMessageStub.go:44
↓ 29 callersMethodMaxGasLimitPerBlock
(shardID uint32)
process/interface.go:697
↓ 29 callersFunctionNewBlockChain
NewBlockChain returns an initialized blockchain
dataRetriever/blockchain/blockchain.go:21
↓ 29 callersFunctionNewConsensusService
NewConsensusService creates a new worker object
consensus/spos/bls/blsWorker.go:34
↓ 29 callersFunctionNewInterceptedTrieNode
NewInterceptedTrieNode creates a new instance of InterceptedTrieNode
trie/interceptedNode.go:25
↓ 29 callersFunctionNewSingleDataInterceptor
NewSingleDataInterceptor hooks a new interceptor for single data
process/interceptors/singleDataInterceptor.go:36
↓ 29 callersMethodRegisterOnAdded
(func(key []byte, value interface{}))
dataRetriever/interface.go:171
↓ 29 callersMethodSelfId
()
dataRetriever/interface.go:346
↓ 29 callersMethodSetBroadcastMessenger
SetBroadcastMessenger -
consensus/spos/export_test.go:63
↓ 29 callersMethodUnmarshal
(dAtA []byte)
trie/node.pb.go:593
↓ 29 callersFunctioncreateMockArgMultiDataInterceptor
()
process/interceptors/multiDataInterceptor_test.go:25
↓ 29 callersFunctioncreateMockArgs
()
update/sync/syncTransactions_test.go:34
↓ 29 callersFunctioncreateWaitingListKey
(blsKey []byte)
vm/systemSmartContracts/stakingWaitingList.go:457
↓ 29 callersFunctionencodeVarintGovernance
(dAtA []byte, offset int, v uint64)
vm/systemSmartContracts/governance.pb.go:1525
↓ 29 callersFunctiongetDefaultEpochStart
()
epochStart/metachain/rewards_test.go:742
↓ 29 callersFunctionrequireSliceContainsNumOfElements
(t *testing.T, s1, s2 [][]byte, numOfElements int)
integrationTests/vm/staking/stakingV4_test.go:24
↓ 28 callersMethodAddComponent
AddComponent will try to add a component to the inner list if that component is not nil
node/chainSimulator/components/closeHandler.go:38
↓ 28 callersMethodAddTx
(tx *txcache.WrappedTransaction)
dataRetriever/txpool/interface.go:14
↓ 28 callersMethodBlockchain
()
consensus/spos/interface.go:26
↓ 28 callersFunctionCreateTx
CreateTx -
integrationTests/vm/testInitializer.go:1574
↓ 28 callersMethodCurrentChainParameters
()
sharding/nodesCoordinator/interface.go:186
↓ 28 callersMethodGetAllCurrentLogs
()
process/interface.go:170
↓ 28 callersFunctionGetIntValueFromSC
GetIntValueFromSC -
integrationTests/vm/testInitializer.go:1671
↓ 28 callersMethodGetMetaBlockHashes
GetMetaBlockHashes -
testscommon/headerHandlerStub.go:296
↓ 28 callersMethodKeys
()
process/interface.go:420
↓ 28 callersMethodMarshal
Marshal converts the input object in a slice of bytes
storage/mock/marshalizerMock.go:16
↓ 28 callersFunctionNewGenesisBlockCreator
NewGenesisBlockCreator creates a new genesis block creator instance able to create genesis blocks on all initial shards
genesis/process/genesisBlockCreator.go:49
↓ 28 callersFunctionNewMemoryEvictionWaitingList
NewMemoryEvictionWaitingList creates a new instance of memoryEvictionWaitingList
state/storagePruningManager/evictionWaitingList/memoryEvictionWaitingList.go:43
↓ 28 callersFunctionNewTrigger
NewTrigger returns the trigger instance
update/trigger/trigger.go:79
↓ 28 callersMethodRemove
(keys [][]byte)
process/interface.go:1129
↓ 28 callersMethodSearchFirstData
(key []byte)
dataRetriever/interface.go:174
↓ 28 callersMethodSetHdrForCurrentBlock
SetHdrForCurrentBlock -
process/block/export_test.go:438
↓ 28 callersMethodWriteInChanNonBlocking
(err error)
common/interface.go:34
↓ 28 callersFunctioncreateInterceptedTxFromPlainTxWithArgParser
(tx *dataTransaction.Transaction)
process/transaction/interceptedTransaction_test.go:170
↓ 28 callersFunctioncreateMockSenderArgs
()
heartbeat/sender/sender_test.go:22
↓ 28 callersFunctioncreateMockStatusComponentsFactoryArgs
()
factory/status/statusComponents_test.go:24
↓ 28 callersFunctioncreateTx
(sender string, nonce uint64)
dataRetriever/txpool/shardedTxPool_test.go:402
↓ 28 callersFunctionencodeVarintValidatorInfo
(dAtA []byte, offset int, v uint64)
state/validatorInfo.pb.go:801
↓ 28 callersFunctiongetArgumentsShard
()
dataRetriever/factory/resolverscontainer/shardResolversContainerFactory_test.go:480
↓ 28 callersFunctiongetDefaultVmInputForDelegationManager
(funcName string, args [][]byte)
vm/systemSmartContracts/delegationManager_test.go:45
↓ 28 callersMethodgetFund
(key []byte)
vm/systemSmartContracts/delegation.go:3071
↓ 28 callersFunctioninitConsensusDataContainer
()
consensus/spos/consensusCoreValidator_test.go:22
↓ 28 callersFunctionresolveIfCollapsed
(n node, pos byte, db common.TrieStorageInteractor)
trie/node.go:139
↓ 28 callersFunctionsovValidator
(x uint64)
vm/systemSmartContracts/validator.pb.go:1201
↓ 27 callersMethodAddStorer
AddStorer will add a new storer to the chain map
dataRetriever/interface.go:255
↓ 27 callersMethodChanStopNodeProcess
()
process/interface.go:1252
↓ 27 callersMethodExecuteSCQuery
(*process.SCQuery)
integrationTests/interface.go:103
↓ 27 callersMethodGetShardCoordinator
()
node/chainSimulator/process/interface.go:19
↓ 27 callersMethodGetTimeStamp
GetTimeStamp -
testscommon/headerHandlerStub.go:119
↓ 27 callersFunctionNewAlteredAccountsProvider
NewAlteredAccountsProvider returns a new instance of alteredAccountsProvider
outport/process/alteredaccounts/alteredAccountsProvider.go:57
↓ 27 callersFunctionNewBalance
NewBalance -
integrationTests/vm/wasm/utils.go:790
↓ 27 callersFunctionNewBlockTrackerMock
NewBlockTrackerMock -
process/mock/blockTrackerMock.go:66
↓ 27 callersFunctionNewConsensusCore
NewConsensusCore creates a new ConsensusCore instance
consensus/spos/consensusCore.go:80
← previousnext →601–700 of 34,085, ranked by callers