File tree Expand file tree Collapse file tree
src/tool/subcommands/api_cmd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2856,6 +2856,18 @@ fn market_actor_state_decode_params_tests(tipset: &Tipset) -> anyhow::Result<Vec
28562856 // to_vec(&market_actor_on_miner_sectors_terminate_params)?,
28572857 // tipset.key().into(),
28582858 // ))?),
2859+ RpcTest :: identity( StateDecodeParams :: request( (
2860+ Address :: MARKET_ACTOR ,
2861+ fil_actor_market_state:: v16:: Method :: Constructor as u64 ,
2862+ vec![ ] ,
2863+ tipset. key( ) . into( ) ,
2864+ ) ) ?) ,
2865+ RpcTest :: identity( StateDecodeParams :: request( (
2866+ Address :: MARKET_ACTOR ,
2867+ fil_actor_market_state:: v16:: Method :: CronTick as u64 ,
2868+ vec![ ] ,
2869+ tipset. key( ) . into( ) ,
2870+ ) ) ?) ,
28592871 RpcTest :: identity( StateDecodeParams :: request( (
28602872 Address :: MARKET_ACTOR ,
28612873 fil_actor_market_state:: v16:: Method :: AddBalanceExported as u64 ,
You can’t perform that action at this time.
0 commit comments