0.7.48-pre
This commit is contained in:
@@ -197,7 +197,8 @@
|
||||
<div class="mb-3">
|
||||
<label for="demoPipeline2ValidationProfileSelect" class="form-label">Validation profile</label>
|
||||
<select id="demoPipeline2ValidationProfileSelect" class="form-select">
|
||||
<option value="0.7.43_meteora_effective_surfaces" selected>0.7.43 — Meteora family event coverage</option>
|
||||
<option value="0.7.48-pre_event_coverage_db_checkpoint" selected>0.7.48-pre — Event coverage DB checkpoint</option>
|
||||
<option value="0.7.43_meteora_effective_surfaces">0.7.43 — Meteora family event coverage</option>
|
||||
<option value="0.7.42_raydium_family_event_coverage">0.7.42 — Raydium family event coverage</option>
|
||||
<option value="0.7.41_raydium_amm_v4_swap_decoder">0.7.41 — Raydium AMM v4 swap decoder</option>
|
||||
<option value="0.7.40_raydium_effective_surfaces">0.7.40 — Raydium effective surfaces</option>
|
||||
|
||||
@@ -75,6 +75,26 @@ rewardEventCount: number,
|
||||
* Total persisted pool administration events.
|
||||
*/
|
||||
poolAdminEventCount: number,
|
||||
/**
|
||||
* Event coverage entries listed from upstream registry sources.
|
||||
*/
|
||||
eventCoverageListedEntryCount: number,
|
||||
/**
|
||||
* Event coverage entries mapped to local decoder event kinds.
|
||||
*/
|
||||
eventCoverageDecodedEntryCount: number,
|
||||
/**
|
||||
* Event coverage entries observed in local corpus.
|
||||
*/
|
||||
eventCoverageObservedEntryCount: number,
|
||||
/**
|
||||
* Event coverage entries materialized into target tables.
|
||||
*/
|
||||
eventCoverageMaterializedEntryCount: number,
|
||||
/**
|
||||
* Coverage rows whose mapped events are not locally observed yet.
|
||||
*/
|
||||
eventCoverageUpstreamGitMappedUnverifiedEntryCount: number,
|
||||
/**
|
||||
* Whether the local persisted pipeline has no blocking diagnostic issue.
|
||||
*/
|
||||
|
||||
@@ -62,6 +62,26 @@ rewardEventCount: number,
|
||||
* Total persisted pool administration events.
|
||||
*/
|
||||
poolAdminEventCount: number,
|
||||
/**
|
||||
* Event coverage entries listed from upstream registry sources.
|
||||
*/
|
||||
eventCoverageListedEntryCount: number,
|
||||
/**
|
||||
* Event coverage entries mapped to local decoder event kinds.
|
||||
*/
|
||||
eventCoverageDecodedEntryCount: number,
|
||||
/**
|
||||
* Event coverage entries observed in local corpus.
|
||||
*/
|
||||
eventCoverageObservedEntryCount: number,
|
||||
/**
|
||||
* Event coverage entries materialized into target tables.
|
||||
*/
|
||||
eventCoverageMaterializedEntryCount: number,
|
||||
/**
|
||||
* Coverage rows whose mapped events are not locally observed yet.
|
||||
*/
|
||||
eventCoverageUpstreamGitMappedUnverifiedEntryCount: number,
|
||||
/**
|
||||
* Total known tokens.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user