Skip to content

Commit

Permalink
test: more rpc test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 committed Mar 6, 2025
1 parent 106c2f2 commit 967e141
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/tool/subcommands/api_cmd/api_compare_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ fn chain_tests_with_tipset<DB: Blockstore>(
tipset: &Tipset,
) -> anyhow::Result<Vec<RpcTest>> {
let mut tests = vec![
RpcTest::identity(ChainGetTipSetAfterHeight::request((
RpcTest::identity(ChainGetTipSetByHeight::request((
tipset.epoch(),
Default::default(),
))?),
Expand Down
10 changes: 10 additions & 0 deletions src/tool/subcommands/api_cmd/test_snapshots.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
filecoin_beacongetentry_1741270283524366.rpcsnap.json.zst
filecoin_chaingetblock_1736937164811210.rpcsnap.json.zst
filecoin_chaingetblockmessages_1736937164799678.rpcsnap.json.zst
filecoin_chaingetgenesis_1736937286915866.rpcsnap.json.zst
filecoin_chaingetmessage_1741270616352800.rpcsnap.json.zst
filecoin_chaingetmessagesintipset_1741270616353560.rpcsnap.json.zst
filecoin_chaingetparentmessages_1736937305551928.rpcsnap.json.zst
filecoin_chaingetparentreceipts_1736937305550289.rpcsnap.json.zst
filecoin_chaingetpath_1736937942817384.rpcsnap.json.zst
filecoin_chaingettipset_1736937942817675.rpcsnap.json.zst
filecoin_chaingettipsetafterheight_1736937942817771.rpcsnap.json.zst
filecoin_chaingettipsetbyheight_1741271398549509.rpcsnap.json.zst
filecoin_chainhasobj_1736937942818251.rpcsnap.json.zst
filecoin_chainhead_1741269640489512.rpcsnap.json.zst
filecoin_chainreadobj_1736937942818676.rpcsnap.json.zst
filecoin_chainstatobj_1736937942819063.rpcsnap.json.zst
filecoin_chaintipsetweight_1736937942819105.rpcsnap.json.zst
filecoin_ethaccounts_1737446676689764.rpcsnap.json.zst
filecoin_ethaddresstofilecoinaddress_1737446676692760.rpcsnap.json.zst
filecoin_ethaddresstofilecoinaddress_1740132538465536.rpcsnap.json.zst
filecoin_ethblocknumber_1741272348346171.rpcsnap.json.zst
filecoin_ethcall_1737446676693468.rpcsnap.json.zst
filecoin_ethchainid_1736937942819147.rpcsnap.json.zst
filecoin_ethfeehistory_1737446676883828.rpcsnap.json.zst
Expand All @@ -33,8 +39,12 @@ filecoin_ethgetmessagecidbytransactionhash_1737446676697418.rpcsnap.json.zst
filecoin_ethgetstorageat_1737446676697795.rpcsnap.json.zst
filecoin_ethgettransactionbyblockhashandindex_1740132538373654.rpcsnap.json.zst
filecoin_ethgettransactionbyblocknumberandindex_1740132538304408.rpcsnap.json.zst
filecoin_ethgettransactionbyhash_1741272955520821.rpcsnap.json.zst
filecoin_ethgettransactionbyhashlimited_1741272955509708.rpcsnap.json.zst
filecoin_ethgettransactioncount_1740132538183426.rpcsnap.json.zst
filecoin_ethgettransactionhashbycid_1737446676698540.rpcsnap.json.zst
filecoin_ethgettransactionreceipt_1741272955712904.rpcsnap.json.zst
filecoin_ethgettransactionreceiptlimited_1741272955611272.rpcsnap.json.zst
filecoin_ethprotocolversion_1737446676698826.rpcsnap.json.zst
filecoin_ethtraceblock_1737446676736475.rpcsnap.json.zst
filecoin_ethtracereplayblocktransactions_1740132538658376.rpcsnap.json.zst
Expand Down

0 comments on commit 967e141

Please sign in to comment.