Skip to content

docs(api): hot_first_actions / hot_first_window + hot_only for get_actions#7

Merged
igorls merged 3 commits into
masterfrom
docs/hot-first-actions
Jun 3, 2026
Merged

docs(api): hot_first_actions / hot_first_window + hot_only for get_actions#7
igorls merged 3 commits into
masterfrom
docs/hot-first-actions

Conversation

@igorls
Copy link
Copy Markdown
Member

@igorls igorls commented Jun 3, 2026

Documents the new hot-first routing for get_actions account polls, paired with eosrio/hyperion-history-api#176.

Changes

  • providers/setup/chain.md — adds hot_first_actions (default off) and hot_first_window (default 2) to the API configuration reference and the example config.json. Notes the total-reflects-hot-window caveat and that it's safe to enable without reindexing.
  • api/v2.md — adds the previously-undocumented hot_only query param to the /v2/history/get_actions parameter table.

Notes

  • Pure markdown additions to existing structures (config bullet list, example JSON, endpoint param table) — no nav or structural changes.
  • Merge alongside / after the code PR ships, since hot_first_actions lands in dev (next 4.x maintenance release).

Documents the opt-in hot-first routing config for get_actions account polls (api
config reference + example config) and adds the previously-undocumented hot_only query
param to the v2 get_actions endpoint reference.

Pairs with hyperion-history-api#176.
Copilot AI review requested due to automatic review settings June 3, 2026 04:09
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the documentation to introduce new configuration options and query parameters for optimizing action queries. Specifically, it documents the hot_only query parameter in the API docs and the hot_first_actions and hot_first_window configuration settings in the provider setup guide. Feedback on these changes highlights a missing closing pipe in the Markdown table row for hot_only in docs/api/v2.md, which should be added to ensure consistent formatting.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread docs/api/v2.md Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Documents newly introduced “hot-first” routing behavior for /v2/history/get_actions and adds missing API parameter documentation, aligning the docs with the corresponding history-api implementation work.

Changes:

  • Added hot_first_actions and hot_first_window to the chain API configuration reference and config.json example.
  • Documented the previously undocumented hot_only query parameter for /v2/history/get_actions.

Reviewed changes

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

File Description
docs/providers/setup/chain.md Adds config reference + example JSON entries for hot-first get_actions routing behavior.
docs/api/v2.md Adds hot_only to the /v2/history/get_actions query parameter table.

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

Comment thread docs/providers/setup/chain.md Outdated
Comment thread docs/api/v2.md Outdated
igorls and others added 2 commits June 3, 2026 01:43
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@igorls igorls merged commit a3253eb into master Jun 3, 2026
@igorls igorls deleted the docs/hot-first-actions branch June 3, 2026 04:43
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.

2 participants