Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/eosrio/hyperion-history-api
/ functions
Functions
838 in github.com/eosrio/hyperion-history-api
⨍
Functions
838
◇
Types & classes
195
↓ 1,079 callers
Method
log
(msg: string)
tests/e2e/lib/explorer-runner.ts:179
↓ 449 callers
Function
hLog
(input: any, ...extra: any[])
src/indexer/helpers/common_functions.ts:369
↓ 229 callers
Method
get
(path: string)
tests/e2e/lib/api-tests.ts:286
↓ 116 callers
Method
send
(req_data: (string | any)[])
src/indexer/workers/state-reader.ts:839
↓ 88 callers
Function
debugLog
(text: any, ...extra: any[])
src/indexer/helpers/common_functions.ts:395
↓ 56 callers
Function
getRouteName
(filename: string)
src/api/helpers/functions.ts:879
↓ 52 callers
Method
assert
(condition: boolean, message: string)
tests/e2e/lib/api-tests.ts:298
↓ 41 callers
Function
addApiRoute
( fastifyInstance: FastifyInstance, method: HTTPMethods | HTTPMethods[], routeName: string, ro
src/api/helpers/functions.ts:885
↓ 32 callers
Function
timedQuery
( queryFunction: (fastify: FastifyInstance, request: FastifyRequest) => Promise<any>, fastify: Fastify
src/api/helpers/functions.ts:946
↓ 30 callers
Method
close
()
src/cli/controller-client/controller.client.ts:253
↓ 27 callers
Function
checkMetaFilter
(filter: RequestFilter, _source: any, metaField: string)
src/indexer/helpers/common_functions.ts:260
↓ 26 callers
Method
emit
(trigger: string, data: any)
src/indexer/modules/alertsManager.ts:283
↓ 24 callers
Method
test
(name: string, endpoint: string, fn: () => Promise<void>)
tests/e2e/lib/api-tests.ts:304
↓ 23 callers
Function
makeTrace
* Helper to create a minimal ActionTrace-like object for testing. * Uses realistic Antelope ordinals: each trace gets a unique action_ordinal, * and
tests/unit/action-dedup.test.ts:9
↓ 22 callers
Function
extendResponseSchema
(responseProps: any)
src/api/helpers/functions.ts:779
↓ 21 callers
Function
getSortDir
(query, maxAscWindowDays = 90)
src/api/routes/v2-history/get_actions/functions.ts:273
↓ 19 callers
Function
makeAction
* Helper to create a minimal action as it would appear from ES (post-indexing). * Simulates both correctly-grouped data (multiple receipts) and * fr
tests/unit/regroup-actions.test.ts:9
↓ 18 callers
Method
cleos
* Run a cleos command inside the nodeos container.
tests/e2e/lib/contract-deployer.ts:55
↓ 16 callers
Function
addChainApiRoute
(fastify: FastifyInstance, routeName, description, props?, required?)
src/api/helpers/functions.ts:1136
↓ 15 callers
Function
flatMap
(payloads: Message[], builder: (payload: Message, body: any) => any)
src/indexer/helpers/elastic-routes.ts:36
↓ 15 callers
Function
prompt
(query: string)
src/cli/hyp-config.ts:737
↓ 14 callers
Function
isBlockNumber
(v: any)
src/api/routes/v2-history/get_actions/functions.ts:75
↓ 13 callers
Function
applyTimeFilter
(query, queryStruct)
src/api/routes/v2-history/get_actions/functions.ts:79
↓ 13 callers
Function
extendQueryStringSchema
(queryParams: any, required?: string[])
src/api/helpers/functions.ts:808
↓ 13 callers
Function
getLastResult
(results: estypes.SearchResponse<any, any>)
src/indexer/helpers/common_functions.ts:53
↓ 13 callers
Function
readConnectionConfig
()
src/cli/repair-cli/functions.ts:8
↓ 12 callers
Function
createHealth
( cached: boolean, name: string, status: string, data?: ResponseType, refTime?: bigint )
src/api/routes/v2/health/health.ts:43
↓ 11 callers
Function
bufferFromJson
(data: any, useFlatstr?: boolean)
src/indexer/workers/deserializer.ts:51
↓ 10 callers
Method
isExpectedError
* Check if a cleos error message indicates a safe, expected state.
tests/e2e/lib/contract-deployer.ts:75
↓ 9 callers
Method
addWorker
(def: HyperionWorkerDef)
src/indexer/modules/master.ts:1037
↓ 9 callers
Function
badRequest
(message: string)
src/api/routes/v2-history/get_actions/functions.ts:237
↓ 9 callers
Method
esQuery
(index: string, body: any)
tests/e2e/lib/integrity-checker.ts:121
↓ 9 callers
Function
formatValue
(value: any)
src/cli/hyp-config.ts:1402
↓ 9 callers
Function
getSkipLimit
(query: any, max?: number)
src/api/routes/v2-history/get_actions/functions.ts:243
↓ 9 callers
Function
makeScriptedOp
(id: string, body: any, retry_on_conflict = 3)
src/indexer/helpers/elastic-routes.ts:23
↓ 9 callers
Function
regroupActions
(actions: any[])
src/api/helpers/regroup-actions.ts:13
↓ 8 callers
Method
_sendRequestAndAwaitResponse
( requestPayload: any, successCondition: ( message: any, resolve: (val
src/cli/controller-client/controller.client.ts:108
↓ 8 callers
Function
buildReplacementText
(key,value)
scripts/fix_missing_blocks/fix-missing-blocks.py:217
↓ 8 callers
Method
close
(graceful: boolean)
src/indexer/connections/state-history.ts:123
↓ 8 callers
Function
dockerCompose
(args: string, opts: { silent?: boolean } = {})
tests/e2e/hyp-test.ts:78
↓ 8 callers
Function
getNestedValue
(obj: any, path: string)
src/cli/hyp-config.ts:1374
↓ 8 callers
Function
getTrackTotalHits
(query)
src/api/helpers/functions.ts:917
↓ 8 callers
Function
groupActionTraces
(processedTraces: ActionTrace[])
src/indexer/helpers/action-dedup.ts:34
↓ 8 callers
Function
mergeActionMeta
(action: any, keep?: boolean)
src/api/helpers/functions.ts:842
↓ 8 callers
Function
readChainConfig
(chain: string)
src/cli/repair-cli/functions.ts:28
↓ 8 callers
Function
replacement
(Path, text, subs, flags=0)
scripts/fix_missing_blocks/fix-missing-blocks.py:206
↓ 7 callers
Function
addRoute
(server: FastifyInstance, handlersPath: string, prefix: string)
src/api/routes.ts:18
↓ 7 callers
Method
addRoute
(indexType: string, bulkGenerator: BulkGeneratorFunction, routerFunc
src/indexer/helpers/elastic-routes.ts:512
↓ 7 callers
Method
getChainInfo
* Check if nodeos is producing blocks.
tests/e2e/lib/chain-manager.ts:152
↓ 7 callers
Function
getTotalValue
(searchResponse: estypes.SearchResponse)
src/api/helpers/functions.ts:22
↓ 7 callers
Function
newStruct
()
tests/unit/query-guards.test.ts:105
↓ 7 callers
Function
throwAndQuit
(message: string)
src/cli/hpm.ts:29
↓ 6 callers
Method
connect
()
src/cli/controller-client/controller.client.ts:12
↓ 6 callers
Function
getConnections
()
src/cli/hyp-config.ts:68
↓ 6 callers
Function
getExampleConfig
()
src/cli/hyp-config.ts:77
↓ 6 callers
Function
getNested
(path_array: string[], jsonObj: Record<string, any>, operator?: string)
src/indexer/helpers/common_functions.ts:230
↓ 6 callers
Method
post
(path: string, body: any)
tests/e2e/lib/api-tests.ts:290
↓ 6 callers
Function
waitForService
(url: string, name: string, timeoutSec = 60)
tests/e2e/hyp-test.ts:86
↓ 6 callers
Function
waitUntilReady
(executor: () => Promise<boolean>, attempts: number, interval: number, onError: () => void)
src/indexer/helpers/common_functions.ts:408
↓ 5 callers
Function
addTermMatch
(data, search_body, field)
src/api/helpers/functions.ts:717
↓ 5 callers
Function
createExplorerRunner
(verbose = false)
tests/e2e/hyp-test.ts:120
↓ 5 callers
Function
getChainManagerAndEndpoints
()
tests/e2e/hyp-test.ts:102
↓ 5 callers
Function
getFirstIndexedBlock
(client: Client, blockIndex: string)
src/cli/repair-cli/functions.ts:34
↓ 5 callers
Function
initESClient
(config: any)
src/cli/repair-cli/functions.ts:14
↓ 5 callers
Method
launchWorkers
()
src/indexer/modules/master.ts:1065
↓ 5 callers
Function
mergeDeltaMeta
(delta: any, keep?: boolean)
src/api/helpers/functions.ts:854
↓ 5 callers
Method
publish
(topic: RecognizedString, data: any)
src/indexer/modules/controller.ts:22
↓ 5 callers
Method
pushAction
* Push an action and record the trx_id in the manifest. * When useNonce is true, appends a unique nonce value to prevent duplicate transaction er
tests/e2e/lib/load-generator.ts:80
↓ 5 callers
Method
pushToIndexQueue
(data: any, type: string)
src/indexer/workers/deserializer.ts:1259
↓ 5 callers
Method
send
(request)
tests/test-socket.js:39
↓ 5 callers
Function
syncWithPauseResume
(chain: string, type: string, synchronizer: any, host?: string, contract?: string, table?: string)
src/cli/hyp-control.ts:14
↓ 4 callers
Function
addRedirect
(server: FastifyInstance, url: string, redirectTo: string)
src/api/routes.ts:7
↓ 4 callers
Method
build
Build the explorer with the e2e configuration
tests/e2e/lib/explorer-runner.ts:67
↓ 4 callers
Method
cleos
* Run a cleos command inside the nodeos container and return the output.
tests/e2e/lib/load-generator.ts:63
↓ 4 callers
Function
createEsClient
()
src/cli/hyp-es-config.ts:161
↓ 4 callers
Method
emitAlert
(msgType: HyperionAlertTypes, message: WorkerMessage | string)
src/indexer/modules/master.ts:1814
↓ 4 callers
Method
exec
(cmd: string, cwd?: string)
tests/e2e/lib/chain-manager.ts:86
↓ 4 callers
Function
filterToObj
(chain: string, type: string, filters: string[])
src/api/routes/v2/get_filters/get_filters.ts:4
↓ 4 callers
Method
generateConfigs
* Generate all configuration files needed for the test run.
tests/e2e/lib/indexer-runner.ts:317
↓ 4 callers
Method
getApiUrl
()
src/cli/queue-manager/queue.manager.ts:54
↓ 4 callers
Method
getAuthHeaders
()
src/cli/queue-manager/queue.manager.ts:43
↓ 4 callers
Function
getConfigPath
()
src/indexer/helpers/common_functions.ts:12
↓ 4 callers
Method
getIndexingStatus
* Check current ES indexing status via the host-exposed port.
tests/e2e/lib/indexer-runner.ts:419
↓ 4 callers
Method
install
Install dependencies if needed
tests/e2e/lib/explorer-runner.ts:49
↓ 4 callers
Method
logTime
(tRef: bigint)
src/api/server.ts:625
↓ 4 callers
Function
makeControllerRequest
(chain: string, endpoint: string, host?: string)
src/cli/hyp-control.ts:200
↓ 4 callers
Function
messageAllWorkers
(cl: Cluster, payload: { event: string, target?: string, data?: any })
src/indexer/helpers/common_functions.ts:204
↓ 4 callers
Method
pause
(type: string)
src/cli/controller-client/controller.client.ts:198
↓ 4 callers
Method
prepareMongoClient
()
src/indexer/connections/manager.class.ts:209
↓ 4 callers
Method
publishIndexerStatus
(status: 'none' | 'offline' | 'delayed' | 'active')
src/api/qry-hub/base-publisher.ts:197
↓ 4 callers
Method
resume
(type: string, mId: string)
src/cli/controller-client/controller.client.ts:214
↓ 4 callers
Method
runAll
* Run all API tests and return results.
tests/e2e/lib/api-tests.ts:37
↓ 4 callers
Function
saveState
()
src/cli/hpm.ts:355
↓ 4 callers
Method
serve
Serve the built explorer using the Angular SSR server
tests/e2e/lib/explorer-runner.ts:79
↓ 4 callers
Method
stop
()
src/cli/controller-client/controller.client.ts:289
↓ 4 callers
Method
stopIndexer
* Stop and remove the indexer container.
tests/e2e/lib/indexer-runner.ts:353
↓ 4 callers
Function
updateChainConfigPartitions
(chain: string, partitionSizes: Record<string, number>)
src/cli/hyp-es-config.ts:475
↓ 4 callers
Method
waitForHealth
( service: string, check: () => Promise<boolean>, maxRetries = 60, intervalMs
tests/e2e/lib/chain-manager.ts:205
↓ 3 callers
Function
buildPlugin
(name, flags)
src/cli/hpm.ts:66
↓ 3 callers
Function
checkMongoDB
(conn: HyperionConnections)
src/cli/hyp-config.ts:666
next →
1–100 of 838, ranked by callers