Skip to content

Commit f73ea15

Browse files
FRC-0104: add ChainGetFinalizedTipSet (#1199)
* FRC-0104: add ChainGetFinalizedTipSet Adds `ChainGetFinalizedTipSet` given it's addition to Lotuvs `/v1` in filecoin-project/lotus#13299 * Update FRCs/frc-0104.md Co-authored-by: Alexey Krasnoperov <[email protected]> * Update common-node-api.json --------- Co-authored-by: Alexey Krasnoperov <[email protected]>
1 parent dcc3f0c commit f73ea15

File tree

2 files changed

+669
-639
lines changed

2 files changed

+669
-639
lines changed

FRCs/frc-0104.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ methods beyond what is included in this specification.
7676
| ChainGetBlock | State query | Returns the block with the specified CID. |
7777
| ChainGetBlockMessages | State query | Returns all messages from the specified block. |
7878
| ChainGetEvents | State query | Returns the events under the given event AMT root CID. |
79+
| 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. |
7980
| ChainGetMessage | State query | Returns the message with the specified CID. |
8081
| ChainGetParentMessages | State query | Returns the messages included in the blocks of the parent tipset. |
8182
| ChainGetParentReceipts | State query | Returns the message receipts included in the blocks of the parent tipset. |

0 commit comments

Comments
 (0)