ChainSafe / fil-actor-states

State handling crates for the Filecoin Actors
Apache License 2.0
3 stars 2 forks source link

chore(deps): bump fvm_shared@4 #307

Closed hanabi1224 closed 2 months ago

hanabi1224 commented 2 months ago

Summary of changes Changes introduced in this pull request:

forest integration tests are green in https://github.com/ChainSafe/forest/pull/4416

Reference issue to close (if applicable)

Closes

Other information and links

hanabi1224 commented 2 months ago

Is there a reason why you had to bump FVM2 and FVM3?

@LesnyRumcajs There are some dependencies shared across all FVM versions, and I believe releases for all FVM major versions are made altogether to consolidate these shared dependencies (e.g. cid, filecoin-proofs-api, etc.)

I guess those changes should not introduce logical regressions

I think this is (mostly if not all) covered by the state migration CI tests