Skip to content

Conversation

BigLep
Copy link
Member

@BigLep BigLep commented Sep 20, 2025

Adds ChainGetFinalizedTipSet to FRC-0104 given it's addition to Lotuvs /v1 in filecoin-project/lotus#13299.

If this idea is accepted, then can do the other work for this FRC to document its acceptance like updating https://github.com/filecoin-project/FIPs/tree/master/resources/frc-0104

Adds `ChainGetFinalizedTipSet` given it's addition to Lotuvs `/v1` in filecoin-project/lotus#13299
Copy link
Contributor

@LesnyRumcajs LesnyRumcajs left a comment

Choose a reason for hiding this comment

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

LGTM. @AlexeyKrasnoperov could you help @BigLep with updating the spec once we agree this is good to go?

| ChainGetBlock | State query | Returns the block with the specified CID. |
| ChainGetBlockMessages | State query | Returns all messages from the specified block. |
| ChainGetEvents | State query | Returns the events under the given event AMT root CID. |
| ChainGetFinalizedTipSet | State query | Returns the returns the latest F3 finalized tipset, or falls back to EC finality if F3 is not operational on the node or if the F3 finalized tipset is further back than EC finalized tipset. |
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
| ChainGetFinalizedTipSet | State query | Returns the returns the latest F3 finalized tipset, or falls back to EC finality if F3 is not operational on the node or if the F3 finalized tipset is further back than EC finalized tipset. |
| ChainGetFinalizedTipSet | State query | Returns the latest F3 finalized tipset, or falls back to EC finality if F3 is not operational on the node or if the F3 finalized tipset is further back than EC finalized tipset. |

@github-project-automation github-project-automation bot moved this from 📌 Triage to ⌨️ In Progress in FilOz Sep 23, 2025
@github-project-automation github-project-automation bot moved this from Todo to In progress in F3 Sep 23, 2025
Copy link
Member

@rvagg rvagg left a comment

Choose a reason for hiding this comment

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

lgtm aside from Alexey's suggestion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Status: ⌨️ In Progress
Development

Successfully merging this pull request may close these issues.

5 participants