Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: akash-network/console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: stats-web/v1.10.5
Choose a base ref
...
head repository: akash-network/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stats-web/v1.11.0
Choose a head ref
  • 5 commits
  • 34 files changed
  • 3 contributors

Commits on Jan 7, 2026

  1. Configuration menu
    Copy the full SHA
    2c39e87 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. feat(observability): forward client IP headers in stats-web to API re…

    …quests
    
    - Add serverFetch utility to automatically forward IP-related headers
      (cf-connecting-ip and x-forwarded-for) from Next.js request headers
      to all server-side API calls
    - Update all server-side fetch calls to use serverFetch wrapper:
      - Address detail pages
      - Block detail pages
      - Transaction detail pages
      - Validator detail pages
      - Deployment detail pages
    
    This ensures the API receives the real client IP address for proper
    rate limiting, logging, and analytics, especially when behind proxies
    or Cloudflare.
    
    The serverFetch wrapper extracts IP headers from Next.js headers()
    and forwards them to all fetch requests, preserving client IP
    information that would otherwise be lost in server-to-server calls.
    ygrishajev authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    7b23468 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    273c8dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09de352 View commit details
    Browse the repository at this point in the history
  4. chore(release): update versions and changelogs (#2460)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    6347d83 View commit details
    Browse the repository at this point in the history
Loading