fix: address review — migration comment, link ring buffer constants (#170)

This commit is contained in:
openhands 2026-02-22 17:57:39 +00:00
parent 3fceb4145a
commit 0fb1ed4bf8
10 changed files with 897 additions and 135 deletions

View file

@ -54,6 +54,7 @@
<script setup lang="ts">
import { ref, computed, onMounted, onUnmounted } from 'vue';
// Must match RING_BUFFER_SEGMENTS and HOURS_IN_RING_BUFFER in services/ponder/src/helpers/stats.ts
const RING_SEGMENTS = 4; // ethReserve, minted, burned, holderCount
const RING_HOURS = 168; // 7 days * 24 hours