Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: more rpc test snapshots #5382

Merged
merged 2 commits into from
Mar 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading