You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FRCs/frc-0104.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ methods beyond what is included in this specification.
76
76
| ChainGetBlock | State query | Returns the block with the specified CID. |
77
77
| ChainGetBlockMessages | State query | Returns all messages from the specified block. |
78
78
| 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. |
79
80
| ChainGetMessage | State query | Returns the message with the specified CID. |
80
81
| ChainGetParentMessages | State query | Returns the messages included in the blocks of the parent tipset. |
81
82
| ChainGetParentReceipts | State query | Returns the message receipts included in the blocks of the parent tipset. |
0 commit comments