Skip to content

Commit d3255a5

Browse files
[automated] Add monthly RPC parity conformance report (#6508)
Co-authored-by: leshyatwork[bot] <217592034+leshyatwork[bot]@users.noreply.github.com>
1 parent 0f47e3d commit d3255a5

File tree

1 file changed

+223
-0
lines changed

1 file changed

+223
-0
lines changed
Lines changed: 223 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,223 @@
1+
# 2026-02-01 - API Parity Report
2+
3+
| Method | Lotus-conformance check |
4+
| ------------------------------------------------- | ----------------------- |
5+
| `F3.ExportLatestSnapshot` | ❌ |
6+
| `F3.Finalize` | ❌ |
7+
| `F3.GetHead` | ❌ |
8+
| `F3.GetParent` | ❌ |
9+
| `F3.GetParticipatingMinerIDs` | ❌ |
10+
| `F3.GetPowerTable` | ❌ |
11+
| `F3.GetRawNetworkName` | ❌ |
12+
| `F3.GetTipset` | ❌ |
13+
| `F3.GetTipsetByEpoch` | ❌ |
14+
| `F3.ProtectPeer` | ❌ |
15+
| `F3.SignMessage` | ❌ |
16+
| `Filecoin.AuthNew` | βœ… |
17+
| `Filecoin.AuthVerify` | ❌ |
18+
| `Filecoin.BeaconGetEntry` | βœ… |
19+
| `Filecoin.ChainExport` | ❌ |
20+
| `Filecoin.ChainGetBlock` | βœ… |
21+
| `Filecoin.ChainGetBlockMessages` | βœ… |
22+
| `Filecoin.ChainGetEvents` | βœ… |
23+
| `Filecoin.ChainGetFinalizedTipSet` | βœ… |
24+
| `Filecoin.ChainGetGenesis` | βœ… |
25+
| `Filecoin.ChainGetMessage` | βœ… |
26+
| `Filecoin.ChainGetMessagesInTipset` | βœ… |
27+
| `Filecoin.ChainGetParentMessages` | βœ… |
28+
| `Filecoin.ChainGetParentReceipts` | βœ… |
29+
| `Filecoin.ChainGetPath` | βœ… |
30+
| `Filecoin.ChainGetTipSet` | βœ… |
31+
| `Filecoin.ChainGetTipSetAfterHeight` | βœ… |
32+
| `Filecoin.ChainGetTipSetByHeight` | βœ… |
33+
| `Filecoin.ChainHasObj` | βœ… |
34+
| `Filecoin.ChainHead` | βœ… |
35+
| `Filecoin.ChainReadObj` | βœ… |
36+
| `Filecoin.ChainSetHead` | βœ… |
37+
| `Filecoin.ChainStatObj` | βœ… |
38+
| `Filecoin.ChainTipSetWeight` | βœ… |
39+
| `Filecoin.EthAccounts` | βœ… |
40+
| `Filecoin.EthAddressToFilecoinAddress` | βœ… |
41+
| `Filecoin.EthBlockNumber` | βœ… |
42+
| `Filecoin.EthCall` | βœ… |
43+
| `Filecoin.EthChainId` | βœ… |
44+
| `Filecoin.EthEstimateGas` | βœ… |
45+
| `Filecoin.EthFeeHistory` | βœ… |
46+
| `Filecoin.EthGasPrice` | βœ… |
47+
| `Filecoin.EthGetBalance` | βœ… |
48+
| `Filecoin.EthGetBlockByHash` | βœ… |
49+
| `Filecoin.EthGetBlockByNumber` | βœ… |
50+
| `Filecoin.EthGetBlockReceipts` | βœ… |
51+
| `Filecoin.EthGetBlockReceiptsLimited` | βœ… |
52+
| `Filecoin.EthGetBlockTransactionCountByHash` | βœ… |
53+
| `Filecoin.EthGetBlockTransactionCountByNumber` | βœ… |
54+
| `Filecoin.EthGetCode` | βœ… |
55+
| `Filecoin.EthGetFilterChanges` | βœ… |
56+
| `Filecoin.EthGetFilterLogs` | βœ… |
57+
| `Filecoin.EthGetLogs` | βœ… |
58+
| `Filecoin.EthGetMessageCidByTransactionHash` | βœ… |
59+
| `Filecoin.EthGetStorageAt` | βœ… |
60+
| `Filecoin.EthGetTransactionByBlockHashAndIndex` | βœ… |
61+
| `Filecoin.EthGetTransactionByBlockNumberAndIndex` | βœ… |
62+
| `Filecoin.EthGetTransactionByHash` | βœ… |
63+
| `Filecoin.EthGetTransactionByHashLimited` | βœ… |
64+
| `Filecoin.EthGetTransactionCount` | βœ… |
65+
| `Filecoin.EthGetTransactionHashByCid` | βœ… |
66+
| `Filecoin.EthGetTransactionReceipt` | βœ… |
67+
| `Filecoin.EthGetTransactionReceiptLimited` | βœ… |
68+
| `Filecoin.EthMaxPriorityFeePerGas` | βœ… |
69+
| `Filecoin.EthNewBlockFilter` | βœ… |
70+
| `Filecoin.EthNewFilter` | βœ… |
71+
| `Filecoin.EthNewPendingTransactionFilter` | βœ… |
72+
| `Filecoin.EthProtocolVersion` | βœ… |
73+
| `Filecoin.EthSendRawTransaction` | ❌ |
74+
| `Filecoin.EthSubscribe` | ❌ |
75+
| `Filecoin.EthSyncing` | βœ… |
76+
| `Filecoin.EthTraceBlock` | βœ… |
77+
| `Filecoin.EthTraceFilter` | βœ… |
78+
| `Filecoin.EthTraceReplayBlockTransactions` | βœ… |
79+
| `Filecoin.EthTraceTransaction` | βœ… |
80+
| `Filecoin.EthUninstallFilter` | βœ… |
81+
| `Filecoin.EthUnsubscribe` | ❌ |
82+
| `Filecoin.F3GetCertificate` | βœ… |
83+
| `Filecoin.F3GetECPowerTable` | βœ… |
84+
| `Filecoin.F3GetF3PowerTable` | βœ… |
85+
| `Filecoin.F3GetF3PowerTableByInstance` | ❌ |
86+
| `Filecoin.F3GetLatestCertificate` | βœ… |
87+
| `Filecoin.F3GetManifest` | βœ… |
88+
| `Filecoin.F3GetOrRenewParticipationTicket` | βœ… |
89+
| `Filecoin.F3GetProgress` | βœ… |
90+
| `Filecoin.F3IsRunning` | βœ… |
91+
| `Filecoin.F3ListParticipants` | βœ… |
92+
| `Filecoin.F3Participate` | ❌ |
93+
| `Filecoin.FilecoinAddressToEthAddress` | βœ… |
94+
| `Filecoin.GasEstimateFeeCap` | ❌ |
95+
| `Filecoin.GasEstimateGasLimit` | βœ… |
96+
| `Filecoin.GasEstimateGasPremium` | ❌ |
97+
| `Filecoin.GasEstimateMessageGas` | βœ… |
98+
| `Filecoin.GetActorEventsRaw` | βœ… |
99+
| `Filecoin.MarketAddBalance` | ❌ |
100+
| `Filecoin.MinerCreateBlock` | βœ… |
101+
| `Filecoin.MinerGetBaseInfo` | βœ… |
102+
| `Filecoin.MpoolBatchPush` | ❌ |
103+
| `Filecoin.MpoolBatchPushUntrusted` | ❌ |
104+
| `Filecoin.MpoolGetNonce` | βœ… |
105+
| `Filecoin.MpoolPending` | βœ… |
106+
| `Filecoin.MpoolPush` | ❌ |
107+
| `Filecoin.MpoolPushMessage` | ❌ |
108+
| `Filecoin.MpoolPushUntrusted` | ❌ |
109+
| `Filecoin.MpoolSelect` | βœ… |
110+
| `Filecoin.MsigGetAvailableBalance` | βœ… |
111+
| `Filecoin.MsigGetPending` | βœ… |
112+
| `Filecoin.MsigGetVested` | βœ… |
113+
| `Filecoin.MsigGetVestingSchedule` | βœ… |
114+
| `Filecoin.NetAddrsListen` | βœ… |
115+
| `Filecoin.NetAgentVersion` | βœ… |
116+
| `Filecoin.NetAutoNatStatus` | βœ… |
117+
| `Filecoin.NetConnect` | ❌ |
118+
| `Filecoin.NetDisconnect` | ❌ |
119+
| `Filecoin.NetFindPeer` | ❌ |
120+
| `Filecoin.NetListening` | βœ… |
121+
| `Filecoin.NetPeers` | βœ… |
122+
| `Filecoin.NetProtectAdd` | βœ… |
123+
| `Filecoin.NetProtectList` | βœ… |
124+
| `Filecoin.NetProtectRemove` | βœ… |
125+
| `Filecoin.NetVersion` | βœ… |
126+
| `Filecoin.NodeStatus` | ❌ |
127+
| `Filecoin.Session` | βœ… |
128+
| `Filecoin.Shutdown` | ❌ |
129+
| `Filecoin.StartTime` | βœ… |
130+
| `Filecoin.StateAccountKey` | βœ… |
131+
| `Filecoin.StateCall` | βœ… |
132+
| `Filecoin.StateCirculatingSupply` | βœ… |
133+
| `Filecoin.StateCompute` | βœ… |
134+
| `Filecoin.StateDealProviderCollateralBounds` | βœ… |
135+
| `Filecoin.StateDecodeParams` | βœ… |
136+
| `Filecoin.StateGetActor` | βœ… |
137+
| `Filecoin.StateGetAllAllocations` | βœ… |
138+
| `Filecoin.StateGetAllClaims` | βœ… |
139+
| `Filecoin.StateGetAllocation` | βœ… |
140+
| `Filecoin.StateGetAllocationForPendingDeal` | βœ… |
141+
| `Filecoin.StateGetAllocationIdForPendingDeal` | βœ… |
142+
| `Filecoin.StateGetAllocations` | βœ… |
143+
| `Filecoin.StateGetBeaconEntry` | βœ… |
144+
| `Filecoin.StateGetClaim` | βœ… |
145+
| `Filecoin.StateGetClaims` | βœ… |
146+
| `Filecoin.StateGetID` | βœ… |
147+
| `Filecoin.StateGetNetworkParams` | βœ… |
148+
| `Filecoin.StateGetRandomnessDigestFromBeacon` | βœ… |
149+
| `Filecoin.StateGetRandomnessDigestFromTickets` | βœ… |
150+
| `Filecoin.StateGetRandomnessFromBeacon` | βœ… |
151+
| `Filecoin.StateGetRandomnessFromTickets` | βœ… |
152+
| `Filecoin.StateGetReceipt` | ❌ |
153+
| `Filecoin.StateListActors` | βœ… |
154+
| `Filecoin.StateListMessages` | βœ… |
155+
| `Filecoin.StateListMiners` | βœ… |
156+
| `Filecoin.StateLookupID` | βœ… |
157+
| `Filecoin.StateLookupRobustAddress` | βœ… |
158+
| `Filecoin.StateMarketBalance` | βœ… |
159+
| `Filecoin.StateMarketDeals` | βœ… |
160+
| `Filecoin.StateMarketParticipants` | βœ… |
161+
| `Filecoin.StateMarketStorageDeal` | βœ… |
162+
| `Filecoin.StateMinerActiveSectors` | βœ… |
163+
| `Filecoin.StateMinerAllocated` | βœ… |
164+
| `Filecoin.StateMinerAvailableBalance` | βœ… |
165+
| `Filecoin.StateMinerDeadlines` | βœ… |
166+
| `Filecoin.StateMinerFaults` | βœ… |
167+
| `Filecoin.StateMinerInfo` | βœ… |
168+
| `Filecoin.StateMinerInitialPledgeCollateral` | ❌ |
169+
| `Filecoin.StateMinerInitialPledgeForSector` | βœ… |
170+
| `Filecoin.StateMinerPartitions` | βœ… |
171+
| `Filecoin.StateMinerPower` | βœ… |
172+
| `Filecoin.StateMinerPreCommitDepositForPower` | ❌ |
173+
| `Filecoin.StateMinerProvingDeadline` | βœ… |
174+
| `Filecoin.StateMinerRecoveries` | βœ… |
175+
| `Filecoin.StateMinerSectorAllocated` | βœ… |
176+
| `Filecoin.StateMinerSectorCount` | βœ… |
177+
| `Filecoin.StateMinerSectors` | βœ… |
178+
| `Filecoin.StateNetworkName` | βœ… |
179+
| `Filecoin.StateNetworkVersion` | βœ… |
180+
| `Filecoin.StateReadState` | βœ… |
181+
| `Filecoin.StateReplay` | βœ… |
182+
| `Filecoin.StateSearchMsg` | βœ… |
183+
| `Filecoin.StateSearchMsgLimited` | βœ… |
184+
| `Filecoin.StateSectorExpiration` | βœ… |
185+
| `Filecoin.StateSectorGetInfo` | βœ… |
186+
| `Filecoin.StateSectorPartition` | βœ… |
187+
| `Filecoin.StateSectorPreCommitInfo` | βœ… |
188+
| `Filecoin.StateVMCirculatingSupplyInternal` | βœ… |
189+
| `Filecoin.StateVerifiedClientStatus` | βœ… |
190+
| `Filecoin.StateVerifiedRegistryRootKey` | βœ… |
191+
| `Filecoin.StateVerifierStatus` | βœ… |
192+
| `Filecoin.StateWaitMsg` | βœ… |
193+
| `Filecoin.SyncCheckBad` | ❌ |
194+
| `Filecoin.SyncMarkBad` | ❌ |
195+
| `Filecoin.SyncSubmitBlock` | ❌ |
196+
| `Filecoin.Version` | βœ… |
197+
| `Filecoin.WalletBalance` | βœ… |
198+
| `Filecoin.WalletDefaultAddress` | ❌ |
199+
| `Filecoin.WalletDelete` | ❌ |
200+
| `Filecoin.WalletExport` | ❌ |
201+
| `Filecoin.WalletHas` | ❌ |
202+
| `Filecoin.WalletImport` | ❌ |
203+
| `Filecoin.WalletList` | ❌ |
204+
| `Filecoin.WalletNew` | ❌ |
205+
| `Filecoin.WalletSetDefault` | ❌ |
206+
| `Filecoin.WalletSign` | βœ… |
207+
| `Filecoin.WalletSignMessage` | βœ… |
208+
| `Filecoin.WalletValidateAddress` | βœ… |
209+
| `Filecoin.WalletVerify` | βœ… |
210+
| `Filecoin.Web3ClientVersion` | βœ… |
211+
| `Forest.ChainExport` | N/A (Forest-specific) |
212+
| `Forest.ChainExportCancel` | N/A (Forest-specific) |
213+
| `Forest.ChainExportDiff` | N/A (Forest-specific) |
214+
| `Forest.ChainExportStatus` | N/A (Forest-specific) |
215+
| `Forest.ChainGetMinBaseFee` | N/A (Forest-specific) |
216+
| `Forest.ChainGetTipsetByParentState` | N/A (Forest-specific) |
217+
| `Forest.NetInfo` | N/A (Forest-specific) |
218+
| `Forest.SnapshotGC` | N/A (Forest-specific) |
219+
| `Forest.StateActorInfo` | N/A (Forest-specific) |
220+
| `Forest.StateCompute` | N/A (Forest-specific) |
221+
| `Forest.StateFetchRoot` | N/A (Forest-specific) |
222+
| `Forest.SyncSnapshotProgress` | N/A (Forest-specific) |
223+
| `Forest.SyncStatus` | N/A (Forest-specific) |

0 commit comments

Comments
Β (0)