Skip to content

Updating fee_pool docs to accurately represent what the value is - #2330

Merged
ttboogie merged 1 commit into
mainfrom
fix/fee-pool-documentation
Mar 27, 2026
Merged

Updating fee_pool docs to accurately represent what the value is#2330
ttboogie merged 1 commit into
mainfrom
fix/fee-pool-documentation

Conversation

@ttboogie

@ttboogie ttboogie commented Mar 27, 2026

Copy link
Copy Markdown
Contributor

Updated the fee_pool column descriptions in three Hubble data dictionary pages (history-ledgers, ledger-fee-stats-agg, daily-fee-stats-agg) to clarify that fee_pool is a cumulative running total, not a
per-ledger or per-day amount. This aligns the public docs with the model fix in stellar-dbt-public.

Copilot AI review requested due to automatic review settings March 27, 2026 17:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the data dictionary documentation to clarify that fee_pool represents a cumulative, running balance (in stroops) rather than fees collected within a specific ledger/day, improving accuracy for analytics consumers.

Changes:

  • Clarify fee_pool semantics in the ledger-level gold table (cumulative as-of ledger close).
  • Clarify fee_pool semantics in the daily gold table (cumulative as-of last ledger close for the day; point to total_fee_charged for daily fees).
  • Clarify fee_pool semantics in the bronze history_ledgers source table (running balance in ledger header).

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
docs/data/analytics/hubble/data-catalog/data-dictionary/gold/ledger-fee-stats-agg.mdx Updates fee_pool column description to specify it’s a cumulative (stroops) running total as of ledger close.
docs/data/analytics/hubble/data-catalog/data-dictionary/gold/daily-fee-stats-agg.mdx Updates fee_pool to reflect end-of-day cumulative balance (from last ledger) and directs readers to total_fee_charged for daily fees.
docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/history-ledgers.mdx Updates fee_pool description to define it as the cumulative (stroops) running balance stored in the ledger header.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ttboogie
ttboogie merged commit 1f6466e into main Mar 27, 2026
12 of 13 checks passed
@ttboogie
ttboogie deleted the fix/fee-pool-documentation branch March 27, 2026 17:37
@stellar-jenkins-ci

Copy link
Copy Markdown

zachfedor pushed a commit to zachfedor/stellar-docs that referenced this pull request Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants