Skip to content

Commit

Permalink
fix(CI): check compatible-apis
Browse files Browse the repository at this point in the history
  • Loading branch information
ta0li committed Aug 23, 2022
1 parent 4e003ff commit 3b7713b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions venus-shared/compatible-checks/api-diff.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,17 +202,11 @@ github.com/filecoin-project/venus/venus-shared/api/chain/v1.FullNode <> github.c
+ SetConcurrent
+ SetPassword
- Shutdown
- StateAllMinerFaults
- StateChangedActors
- StateCompute
- StateComputeDataCID
- StateDecodeParams
- StateEncodeParams
> StateGetNetworkParams {[func(context.Context) (*types.NetworkParams, error) <> func(context.Context) (*api.NetworkParams, error)] base=func out type: #0 input; nested={[*types.NetworkParams <> *api.NetworkParams] base=pointed type; nested={[types.NetworkParams <> api.NetworkParams] base=struct field; nested={[types.NetworkParams <> api.NetworkParams] base=exported field type: #5 field named ForkUpgradeParams; nested={[types.ForkUpgradeParams <> api.ForkUpgradeParams] base=struct field; nested={[types.ForkUpgradeParams <> api.ForkUpgradeParams] base=exported field name: #8 field, BreezeGasTampingDuration != UpgradePriceListOopsHeight; nested=nil}}}}}}
- StateListMessages
+ StateMinerSectorSize
+ StateMinerWorkerAddress
- StateReadState
- StateReplay
> StateSectorPreCommitInfo {[func(context.Context, address.Address, abi.SectorNumber, types.TipSetKey) (miner.SectorPreCommitOnChainInfo, error) <> func(context.Context, address.Address, abi.SectorNumber, types.TipSetKey) (*miner.SectorPreCommitOnChainInfo, error)] base=func out type: #0 input; nested={[miner.SectorPreCommitOnChainInfo <> *miner.SectorPreCommitOnChainInfo] base=type kinds: struct != ptr; nested=nil}}
- SyncCheckBad
Expand Down

0 comments on commit 3b7713b

Please sign in to comment.