MCPcopy Create free account

hub / github.com/eosrio/hyperion-history-api / functions

Functions838 in github.com/eosrio/hyperion-history-api

↓ 1 callersMethodcreateSnapshot
(chain: string, options: SnapshotOptions = {})
src/cli/snapshot/snapshot.manager.ts:33
↓ 1 callersFunctioncustomStringify
(obj: any, indent = 0)
src/cli/hyp-config.ts:946
↓ 1 callersMethoddefineBlockRange
()
src/indexer/modules/master.ts:782
↓ 1 callersMethoddeleteCache
(contract: string)
src/indexer/workers/ds-pool.ts:589
↓ 1 callersMethoddeleteForkedBlockById
(block_id: string, block_num: number)
src/indexer/workers/state-reader.ts:863
↓ 1 callersMethoddeploySystemContracts
* Deploy system contracts: eosio.token, eosio.msig, eosio.system
tests/e2e/lib/contract-deployer.ts:118
↓ 1 callersMethoddeployTestContract
* Deploy the custom hyp.test contract.
tests/e2e/lib/contract-deployer.ts:284
↓ 1 callersMethoddeserializeActionAtBlock
(action: HyperionActionAct, block_num: number)
src/indexer/workers/ds-pool.ts:402
↓ 1 callersMethoddeserializeContractRowAntelope
(row: HyperionDelta, block: number, validFrom, validUntil, tableType: string | undefined)
src/indexer/workers/deserializer.ts:1053
↓ 1 callersMethoddetachActionRequests
(client_id: string)
src/api/socketManager.ts:374
↓ 1 callersMethoddistribute
(data: any[], cb: () => void)
src/indexer/workers/state-reader.ts:130
↓ 1 callersMethodemitCompletedSignal
()
src/indexer/workers/state-reader.ts:1049
↓ 1 callersMethodemitEmailAlert
(event: string, trigger: AlertTriggerOptions, data: any)
src/indexer/modules/alertsManager.ts:183
↓ 1 callersMethodemitHttpAlert
(event: string, trigger: AlertTriggerOptions, data: any)
src/indexer/modules/alertsManager.ts:244
↓ 1 callersMethodemitTelegramAlert
(event: string, trigger: AlertTriggerOptions, data: any)
src/indexer/modules/alertsManager.ts:158
↓ 1 callersMethodemitToRelay
(request: StreamRequest, type: StreamEvents, socket: Socket, reqUUID: string, done: (r: any) => void)
src/api/socketManager.ts:254
↓ 1 callersFunctionemitTraceInit
( socket: Socket, requestUUID: string, firstBlock: number, totalResults: number )
src/api/helpers/functions.ts:516
↓ 1 callersFunctionencodeActionData
(fastify: FastifyInstance, action: ActionTrace)
src/api/routes/v1-history/get_actions/get_actions.ts:77
↓ 1 callersFunctionextractDeltaStruct
(deltas: [string, TableDelta][])
src/indexer/workers/deserializer.ts:28
↓ 1 callersFunctionfetchSavedAbiAtBlock
( client: Client, chain: string, contract_name: string, last_block: number, get_json: bool
src/api/routes/v1-history/get_actions/get_actions.ts:14
↓ 1 callersMethodfillMissingBlocks
(data: any, ws: WebSocket<WebSocketData>)
src/indexer/modules/master.ts:1416
↓ 1 callersFunctionfindAndValidatePrimaryKey
(contractName: string, tableName: string, client: APIClient)
src/cli/utils/check-primary-key.ts:5
↓ 1 callersFunctionfindForksOnRange
( blocks: HyperionBlock[], rpc: APIClient, errorRanges: any[], missingBlocks: any[], pendi
src/cli/repair-cli/scan.ts:77
↓ 1 callersMethodfindServerEntry
Find the Angular SSR server entry point
tests/e2e/lib/explorer-runner.ts:162
↓ 1 callersFunctionfixMissingFields
(obj: any, ref: any, defaults: any, path: string = '')
src/cli/hyp-config.ts:1831
↓ 1 callersMethodflattenInlineActions
(action_traces: any[])
src/indexer/modules/parsers/3.2-parser.ts:186
↓ 1 callersMethodformatCategorizedQueues
(queues: QueueInfo[], verbose: boolean = false)
src/cli/queue-manager/queue.manager.ts:259
↓ 1 callersMethodgenerateBigPayload
* Generate a large payload action for deserialization testing.
tests/e2e/lib/load-generator.ts:218
↓ 1 callersMethodgenerateChainConfig
* Generate the chain-specific config file.
tests/e2e/lib/indexer-runner.ts:142
↓ 1 callersMethodgenerateConnectionsConfig
* Generate connections.json with Docker-internal hostnames. * Because the indexer and API run inside the Docker network, * they use service
tests/e2e/lib/indexer-runner.ts:70
↓ 1 callersMethodgenerateCustomActions
* Generate custom hyp.test contract actions.
tests/e2e/lib/load-generator.ts:146
↓ 1 callersMethodgenerateDuplicateActions
* Generate a transaction with duplicate identical actions. * Tests that the indexer preserves both actions (issue #148).
tests/e2e/lib/load-generator.ts:239
↓ 1 callersMethodgenerateIncrements
* Generate increment actions for counter delta tracking.
tests/e2e/lib/load-generator.ts:192
↓ 1 callersMethodgenerateNestedActions
* Generate nested inline actions to test depth indexing.
tests/e2e/lib/load-generator.ts:172
↓ 1 callersFunctiongenerateOpenApiConfig
(config: HyperionConfig)
src/api/config/open_api.ts:6
↓ 1 callersMethodgenerateTransfers
* Generate token transfers with unique memos.
tests/e2e/lib/load-generator.ts:117
↓ 1 callersMethodgetAbiHashTable
(lb?: any)
src/cli/sync-modules/sync-accounts.ts:36
↓ 1 callersMethodgetApprovals
(scope: string)
src/cli/sync-modules/sync-proposals.ts:68
↓ 1 callersMethodgetBaseUrl
Get the base URL for the explorer
tests/e2e/lib/explorer-runner.ts:175
↓ 1 callersFunctiongetBlocks
(client: any, indexName: string, startingBlock: any, finalBlock: any, size: any)
src/cli/repair-cli/functions.ts:62
↓ 1 callersFunctiongetCacheByHash
(redis, key, chain)
src/api/helpers/functions.ts:836
↓ 1 callersMethodgetCachedData
(request: FastifyRequest)
src/api/helpers/cacheManager.ts:66
↓ 1 callersFunctiongetCachedResponse
(server: FastifyInstance, route: string, key: any)
src/api/helpers/functions.ts:900
↓ 1 callersFunctiongetChainConfig
(chain: string)
src/cli/hyp-es-config.ts:115
↓ 1 callersFunctiongetConfigValue
(chainName: string, configPath: string)
src/cli/hyp-config.ts:1461
↓ 1 callersFunctiongetConfiguredPartitionSize
(chain: string, indexType: string)
src/cli/hyp-es-config.ts:133
↓ 1 callersFunctiongetConnections
()
src/cli/hyp-es-config.ts:105
↓ 1 callersMethodgetContractAtBlock
(accountName: string, block_num: number, check_action: string)
src/indexer/workers/ds-pool.ts:343
↓ 1 callersFunctiongetControllerPort
(chain: string)
src/cli/hyp-control.ts:176
↓ 1 callersMethodgetCurrentSchedule
()
src/indexer/modules/master.ts:693
↓ 1 callersMethodgetEndpoints
* Get connection endpoints for Hyperion configuration.
tests/e2e/lib/chain-manager.ts:145
↓ 1 callersFunctiongetEnhancedAccountData
( fastify: FastifyInstance, account: string, skip: number, limit: number )
src/api/routes/v2-state/get_account/get_account.ts:17
↓ 1 callersFunctiongetExampleConnections
()
src/cli/hyp-config.ts:554
↓ 1 callersMethodgetHeapStats
* Request V8 heap statistics from all workers via the indexer master process.
src/cli/controller-client/controller.client.ts:355
↓ 1 callersMethodgetHyperionVersion
()
src/indexer/connections/manager.class.ts:195
↓ 1 callersMethodgetHyperionVersion
()
src/cli/snapshot/snapshot.manager.ts:456
↓ 1 callersFunctiongetLastIndexedABI
(es_client: Client, chain: string)
src/indexer/helpers/common_functions.ts:156
↓ 1 callersFunctiongetLastIndexedBlock
(es_client: Client, chain: string)
src/indexer/helpers/common_functions.ts:76
↓ 1 callersMethodgetLastIndexedBlock
(chain: string)
src/cli/snapshot/snapshot.manager.ts:146
↓ 1 callersFunctiongetLastIndexedBlockByDelta
(es_client: Client, chain: string)
src/indexer/helpers/common_functions.ts:66
↓ 1 callersFunctiongetLastIndexedBlockByDeltaFromRange
(es_client: Client, chain: string, first: number, last: number)
src/indexer/helpers/common_functions.ts:168
↓ 1 callersFunctiongetLastIndexedBlockWithTotalBlocks
(es_client: Client, chain: string)
src/indexer/helpers/common_functions.ts:86
↓ 1 callersMethodgetMemoryUsage
* Request memory usage from all workers via the indexer master process.
src/cli/controller-client/controller.client.ts:336
↓ 1 callersFunctiongetProposals
(fastify: FastifyInstance, request: FastifyRequest)
src/api/routes/v2-state/get_proposals/get_proposals.ts:4
↓ 1 callersMethodgetProposals
(scope: string)
src/cli/sync-modules/sync-proposals.ts:28
↓ 1 callersMethodgetQueueDetails
(queueName: string)
src/cli/queue-manager/queue.manager.ts:118
↓ 1 callersMethodgetRelativeTime
(seconds: number)
src/indexer/modules/indexerMonitor.ts:50
↓ 1 callersFunctiongetScalingInfo
(chain: string, host?: string)
src/cli/hyp-control.ts:446
↓ 1 callersFunctiongetTransferTrxId
Fetch a trx_id from the API to use in transaction tests
tests/e2e/explorer-tests/smoke.spec.ts:23
↓ 1 callersFunctiongetTxCount
(fastify: FastifyInstance, dateFrom: string, dateTo: string)
src/api/routes/v2-stats/get_action_usage/get_action_usage.ts:23
↓ 1 callersFunctiongetUniqueActors
(fastify: FastifyInstance, dateFrom: string, dateTo: string)
src/api/routes/v2-stats/get_action_usage/get_action_usage.ts:38
↓ 1 callersMethodgetUsageMap
* Request the global usage map from the indexer master process.
src/cli/controller-client/controller.client.ts:312
↓ 1 callersFunctiongetVoters
(fastify: FastifyInstance, request: FastifyRequest)
src/api/routes/v2-state/get_voters/get_voters.ts:6
↓ 1 callersFunctiongetWorkerDetails
(chain: string, workerId: string, host?: string)
src/cli/hyp-control.ts:407
↓ 1 callersFunctionget_buckets
(interval, query)
scripts/fix_missing_blocks/fix-missing-blocks.py:178
↓ 1 callersFunctiongitPull
(dir)
src/cli/hpm.ts:50
↓ 1 callersFunctiongitReset
(dir)
src/cli/hpm.ts:58
↓ 1 callersMethodgracefulStop
(done: (result: any) => void)
src/indexer/modules/master.ts:1822
↓ 1 callersMethodhandleBlockResult
(res: GetBlocksResultV0, data: Buffer)
src/indexer/workers/state-reader.ts:612
↓ 1 callersMethodhandleMessage
(worker: Worker, msg: WorkerMessage)
src/indexer/modules/master.ts:1311
↓ 1 callersMethodhandleSocketConnection
(socket: Socket, fastify: FastifyInstance)
src/api/socketManager.ts:115
↓ 1 callersMethodhandleStatusResult
(data: any)
src/indexer/workers/state-reader.ts:404
↓ 1 callersMethodhandleWorkerDisconnect
(worker: any)
src/indexer/modules/master.ts:1903
↓ 1 callersMethodhashPayload
(input: string)
src/api/helpers/cacheManager.ts:50
↓ 1 callersMethodincludeDeltaModule
(deltaModule)
src/indexer/modules/loader.ts:84
↓ 1 callersMethodincludeStreamModule
(_module)
src/indexer/modules/loader.ts:214
↓ 1 callersMethodindexerMonitorCycle
(reference_time: number)
src/indexer/modules/indexerMonitor.ts:139
↓ 1 callersFunctioninferPartitionSize
(client: Client, indexNames: string[], field: string)
src/cli/hyp-es-config.ts:237
↓ 1 callersFunctioninit
()
src/cli/hpm.ts:229
↓ 1 callersMethodinit
()
src/api/server.ts:295
↓ 1 callersMethodinitAlerts
()
src/indexer/modules/master.ts:241
↓ 1 callersMethodinitAlerts
()
src/api/server.ts:766
↓ 1 callersMethodinitConsumer
()
src/indexer/workers/ds-pool.ts:577
↓ 1 callersMethodinitEmail
(opts: SmtpProviderOptions)
src/indexer/modules/alertsManager.ts:96
↓ 1 callersMethodinitHttpClient
(opts: HttpProviderOptions)
src/indexer/modules/alertsManager.ts:126
↓ 1 callersMethodinitRoutingServer
()
src/indexer/workers/ws-router.ts:425
↓ 1 callersMethodinitTelegram
(opts: TelegramProviderOptions)
src/indexer/modules/alertsManager.ts:117
↓ 1 callersMethodinitializeShipAbi
(abiString: string)
src/indexer/workers/ds-pool.ts:633
↓ 1 callersMethodisEnabled
()
src/cli/sync-modules/sync-contract-state.ts:65
↓ 1 callersMethodisOnline
* Lightweight, process-manager-agnostic liveness probe. Returns true if * the indexer's control WebSocket accepts a connection (works whether the
src/cli/controller-client/controller.client.ts:278
← previousnext →301–400 of 838, ranked by callers