Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eosrio/hyperion-history-api
/ functions
Functions
838 in github.com/eosrio/hyperion-history-api
⨍
Functions
838
◇
Types & classes
195
↓ 1 callers
Function
isValidConfigPath
(configPath: string, referenceConfig: any)
src/cli/hyp-config.ts:1409
↓ 1 callers
Function
killWorker
(chain: string, workerId: string, host?: string, force?: boolean)
src/cli/hyp-control.ts:424
↓ 1 callers
Function
launch
()
src/indexer/launcher.ts:23
↓ 1 callers
Function
listAllConfigPaths
(obj: any, prefix: string = '', paths: string[] = [])
src/cli/hyp-config.ts:1716
↓ 1 callers
Function
listQueues
(chain: string, options: any)
src/cli/hyp-control.ts:105
↓ 1 callers
Method
listSnapshots
(chain?: string, options: { output?: string } = {})
src/cli/snapshot/snapshot.manager.ts:314
↓ 1 callers
Function
listWorkers
(chain: string, host?: string)
src/cli/hyp-control.ts:214
↓ 1 callers
Method
loadActionHandlers
()
src/indexer/modules/loader.ts:98
↓ 1 callers
Method
loadConfig
()
src/cli/sync-modules/sync-contract-state.ts:76
↓ 1 callers
Method
loadConnectionsJson
()
src/indexer/modules/config.ts:129
↓ 1 callers
Method
loadEnvFile
()
tests/e2e/lib/chain-manager.ts:69
↓ 1 callers
Method
loadParser
()
src/indexer/modules/loader.ts:38
↓ 1 callers
Method
loadPluginActionHandlers
(actionHandlers: any)
src/indexer/modules/loader.ts:196
↓ 1 callers
Method
loadPluginDeltaHandlers
(deltaHandlers: any)
src/indexer/modules/loader.ts:202
↓ 1 callers
Method
loadPluginStreamHandlers
(streamHandlers: any)
src/indexer/modules/loader.ts:208
↓ 1 callers
Method
loadPlugins
()
src/indexer/modules/loader.ts:135
↓ 1 callers
Method
logForkedBlocks
(removedList: any[])
src/indexer/workers/state-reader.ts:1056
↓ 1 callers
Method
logMetrics
(_workers: number)
src/indexer/modules/indexerMonitor.ts:68
↓ 1 callers
Function
makeDelOp
(id: string)
src/indexer/helpers/elastic-routes.ts:30
↓ 1 callers
Function
makeShouldArray
(query)
src/api/routes/v2-history/get_actions/functions.ts:199
↓ 1 callers
Function
monitorBlockQueues
(chain: string)
src/cli/repair-cli/monitor.ts:5
↓ 1 callers
Method
monitorIndexingQueues
()
src/indexer/modules/queueMonitor.ts:150
↓ 1 callers
Method
nextUrl
()
src/indexer/connections/state-history.ts:78
↓ 1 callers
Method
notifyConsumedBlock
(blockNum: number)
src/indexer/modules/lifecycleManager.ts:88
↓ 1 callers
Method
onError
(err: any, channel: Channel, callback: (size?: number) => void)
src/indexer/helpers/elastic-routes.ts:439
↓ 1 callers
Method
onIpcMessage
(msg: any)
src/indexer/workers/ws-router.ts:72
↓ 1 callers
Method
onLiveBlock
(msg)
src/indexer/modules/master.ts:1238
↓ 1 callers
Method
onMessage
(data)
tests/test-socket.js:44
↓ 1 callers
Method
onReady
()
src/indexer/workers/ds-pool.ts:667
↓ 1 callers
Method
onResponse
(resp, messageMap, callback: (size: number) => void, payloads, channel: Channel, index_name: string, maxBlockN
src/indexer/helpers/elastic-routes.ts:427
↓ 1 callers
Method
onScheduleUpdate
(msg: any)
src/indexer/modules/master.ts:1396
↓ 1 callers
Method
parseAction
( worker: DSPoolWorker, ts: string, action: ActionTrace, trx_data: TrxMetadata
src/indexer/modules/parsers/3.2-parser.ts:15
↓ 1 callers
Method
parseMessage
(worker: MainDSWorker, messages: Message[])
src/indexer/modules/parsers/3.2-parser.ts:79
↓ 1 callers
Function
parseValue
(valueStr: string)
src/cli/hyp-config.ts:1392
↓ 1 callers
Method
pauseIndexer
(msg: any)
src/indexer/workers/indexer.ts:111
↓ 1 callers
Method
pauseReaders
()
src/indexer/modules/queueMonitor.ts:25
↓ 1 callers
Method
populateTableHandlers
()
src/indexer/workers/deserializer.ts:1862
↓ 1 callers
Method
prepareESClient
()
src/indexer/connections/manager.class.ts:105
↓ 1 callers
Method
prepareIngestClients
()
src/indexer/connections/manager.class.ts:126
↓ 1 callers
Method
printActionClientTable
()
src/indexer/workers/ws-router.ts:624
↓ 1 callers
Method
printDeltaClientTable
()
src/indexer/workers/ws-router.ts:678
↓ 1 callers
Function
printHeapStats
(chain: string, host?: string)
src/cli/stats.control.ts:284
↓ 1 callers
Function
printMemoryUsage
(chain: string, host?: string)
src/cli/stats.control.ts:156
↓ 1 callers
Method
printMode
()
src/indexer/modules/master.ts:608
↓ 1 callers
Function
printUsageMap
(chain: string, host?: string)
src/cli/stats.control.ts:4
↓ 1 callers
Method
printWorkerMap
(wmp: HyperionWorkerDef[])
src/indexer/modules/master.ts:876
↓ 1 callers
Method
processActionData
(action: ActionTrace)
src/indexer/modules/loader.ts:44
↓ 1 callers
Method
processBlock
( res: GetBlocksResultV0, block: HyperionSignedBlock, traces: [string, TransactionTrac
src/indexer/workers/deserializer.ts:277
↓ 1 callers
Method
processConfig
()
src/indexer/modules/config.ts:34
↓ 1 callers
Method
processContractState
(targetContract?: string, targetTable?: string)
src/cli/sync-modules/sync-contract-state.ts:176
↓ 1 callers
Method
processCustomABI
()
src/indexer/workers/ds-pool.ts:147
↓ 1 callers
Method
processDeltaData
(delta)
src/indexer/modules/loader.ts:57
↓ 1 callers
Method
processDeltas
(deltas: [string, TableDelta][], block_num: number, block_ts: string, block_id: string)
src/indexer/workers/deserializer.ts:1647
↓ 1 callers
Method
processFirstABI
(data: Buffer)
src/indexer/workers/state-reader.ts:807
↓ 1 callers
Method
processForkedBlocks
()
src/indexer/workers/state-reader.ts:518
↓ 1 callers
Method
processIncomingBlocks
(block_array: any[])
src/indexer/workers/state-reader.ts:384
↓ 1 callers
Method
processMessages
(messages: Message[])
src/indexer/workers/deserializer.ts:254
↓ 1 callers
Method
processMessages
(messages: Message[])
src/indexer/workers/ds-pool.ts:417
↓ 1 callers
Function
processMultiVars
(queryStruct, parts, field)
src/api/routes/v2-history/get_actions/functions.ts:16
↓ 1 callers
Method
processPending
()
src/indexer/workers/state-reader.ts:1012
↓ 1 callers
Method
processStreamEvent
(msg)
src/indexer/modules/loader.ts:218
↓ 1 callers
Method
processTableDelta
(contractRowDelta: any)
src/indexer/workers/deserializer.ts:1123
↓ 1 callers
Method
processTraces
(transaction_trace, extra)
src/indexer/workers/ds-pool.ts:437
↓ 1 callers
Method
pruneBlocks
()
src/indexer/modules/lifecycleManager.ts:306
↓ 1 callers
Method
publishLastApiUsageCount
()
src/api/server.ts:656
↓ 1 callers
Method
publishPastApiUsage
(dataPoints: { ct: number, ts: string }[])
src/api/qry-hub/base-publisher.ts:192
↓ 1 callers
Function
purgeQueue
(chain: string, queueName: string, options: any)
src/cli/hyp-control.ts:159
↓ 1 callers
Method
purgeQueue
(queueName: string)
src/cli/queue-manager/queue.manager.ts:142
↓ 1 callers
Method
purgeQueues
()
src/indexer/modules/master.ts:622
↓ 1 callers
Method
pushToActionStreamingQueue
(payload: any, uniqueAction: any)
src/indexer/workers/ds-pool.ts:554
↓ 1 callers
Method
pushToActionsQueue
(payload: any, block_num: number)
src/indexer/workers/ds-pool.ts:539
↓ 1 callers
Method
pushToBlocksQueue
(light_block: HyperionLightBlock)
src/indexer/workers/deserializer.ts:547
↓ 1 callers
Method
pushToDeltaQueue
(bufferData: any, block_num)
src/indexer/workers/deserializer.ts:1246
↓ 1 callers
Method
pushToDeltaStreamingQueue
(payload, jsonRow)
src/indexer/workers/deserializer.ts:1176
↓ 1 callers
Method
pushToDynamicTableQueue
(jsonRow: HyperionDelta)
src/indexer/workers/deserializer.ts:1209
↓ 1 callers
Function
query_body2
(gte,lte,interval)
scripts/fix_missing_blocks/fix-missing-blocks.py:139
↓ 1 callers
Function
readConfigFromFile
()
src/indexer/helpers/common_functions.ts:25
↓ 1 callers
Method
recordContractUsage
(code: string)
src/indexer/workers/ds-pool.ts:187
↓ 1 callers
Method
recursiveDistribute
(data: any[], channel: Channel | ConfirmChannel, cb: () => void)
src/indexer/workers/state-reader.ts:136
↓ 1 callers
Method
registerHomeRoute
()
src/api/server.ts:631
↓ 1 callers
Function
registerPlugins
(server: FastifyInstance, params: any)
src/api/plugins.ts:16
↓ 1 callers
Method
registerQryHubRoutes
()
src/api/server.ts:488
↓ 1 callers
Method
registerReversibleBlock
(new_block_num: number, new_block_id: string, res: any)
src/indexer/workers/state-reader.ts:469
↓ 1 callers
Function
registerRoutes
(server: FastifyInstance)
src/api/routes.ts:27
↓ 1 callers
Method
registerRoutes
()
src/indexer/helpers/elastic-routes.ts:518
↓ 1 callers
Function
reloadConfig
(chainName: string, contractName: string)
src/cli/hyp-config.ts:1365
↓ 1 callers
Method
reloadContractConfig
(contract: string)
src/indexer/modules/master.ts:536
↓ 1 callers
Method
reloadContractStateConfig
(contractName: string)
src/cli/controller-client/controller.client.ts:371
↓ 1 callers
Method
removeClient
(id: any)
src/indexer/workers/ws-router.ts:589
↓ 1 callers
Method
removeClientRequest
(client_socket_id: any, reqUUID: any)
src/indexer/workers/ws-router.ts:605
↓ 1 callers
Method
removeForkedBlocks
()
src/indexer/workers/state-reader.ts:533
↓ 1 callers
Method
removeRelayLinks
(relay_id: string)
src/indexer/workers/ws-router.ts:777
↓ 1 callers
Function
repartitionTypeIndices
( chain: string, type: string, partitionSize: number, options: any, configUpdated: {succes
src/cli/hyp-es-config.ts:549
↓ 1 callers
Method
replaceClientId
(previousId: string, newId: string)
src/api/socketManager.ts:497
↓ 1 callers
Method
replaceRelay
(newId: string, lastRelayId: string)
src/indexer/workers/ws-router.ts:732
↓ 1 callers
Method
requestChallenge
()
src/api/qry-hub/base-publisher.ts:143
↓ 1 callers
Method
requestSession
(challenge: string)
src/api/qry-hub/base-publisher.ts:121
↓ 1 callers
Method
resetMonitoringCounters
()
src/indexer/modules/indexerMonitor.ts:129
↓ 1 callers
Method
resumeIndexer
(msg: { mId: string })
src/indexer/workers/indexer.ts:130
↓ 1 callers
Method
resumeReaders
()
src/indexer/modules/queueMonitor.ts:32
← previous
next →
401–500 of 838, ranked by callers