Skip to content
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: 0 additions & 2 deletions scripts/tests/api_compare/filter-list
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# This list contains potentially broken methods (or tests) that are ignored.
# They should be considered bugged, and not used until the root cause is resolved.
# Disable until next Lotus release with go-f3 0.8.6
!Filecoin.F3GetManifest
4 changes: 2 additions & 2 deletions src/rpc/methods/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ impl RpcMethod<2> for StateGetReceipt {
pub enum StateWaitMsgV0 {}

impl RpcMethod<2> for StateWaitMsgV0 {
const NAME: &'static str = "Filecoin.StateWaitMsgV0";
const NAME: &'static str = "Filecoin.StateWaitMsg";
const PARAM_NAMES: [&'static str; 2] = ["messageCid", "confidence"];
const API_PATHS: BitFlags<ApiPaths> = make_bitflags!(ApiPaths::V0); // Changed in V1
const PERMISSION: Permission = Permission::Read;
Expand Down Expand Up @@ -2047,7 +2047,7 @@ impl RpcMethod<1> for StateGetBeaconEntry {
pub enum StateSectorPreCommitInfoV0 {}

impl RpcMethod<3> for StateSectorPreCommitInfoV0 {
const NAME: &'static str = "Filecoin.StateSectorPreCommitInfoV0";
const NAME: &'static str = "Filecoin.StateSectorPreCommitInfo";
const PARAM_NAMES: [&'static str; 3] = ["minerAddress", "sectorNumber", "tipsetKey"];
const API_PATHS: BitFlags<ApiPaths> = make_bitflags!(ApiPaths::V0); // Changed in V1
const PERMISSION: Permission = Permission::Read;
Expand Down
2 changes: 0 additions & 2 deletions src/tool/subcommands/api_cmd/test_snapshots_ignored.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ Filecoin.NodeStatus
Filecoin.Shutdown
Filecoin.StartTime
Filecoin.StateGetReceipt
Filecoin.StateSectorPreCommitInfoV0
Filecoin.StateWaitMsgV0
Filecoin.SyncCheckBad
Filecoin.SyncMarkBad
Filecoin.SyncSubmitBlock
Expand Down
Loading