filecoin-project / specs-actors

DEPRECATED Specification of builtin actors, in the form of executable code.
Other
86 stars 102 forks source link

Bump go state types #1464

Closed ZenGround0 closed 3 years ago

ZenGround0 commented 3 years ago

go-state-types is changing (https://github.com/filecoin-project/go-state-types/pull/30) to help fix this: https://github.com/filecoin-project/lotus/issues/6652

Actors v5 doesn't actually use the rt.NetworkVersion syscall since all version checking was cleaned up and subsumed in v5 code so this really shouldn't change behavior.

codecov-commenter commented 3 years ago

Codecov Report

Merging #1464 (35d4a91) into master (ab02f79) will increase coverage by 1.2%. The diff coverage is n/a.

@@           Coverage Diff            @@
##           master   #1464     +/-   ##
========================================
+ Coverage    70.2%   71.4%   +1.2%     
========================================
  Files          72      72             
  Lines        7802    8512    +710     
========================================
+ Hits         5481    6084    +603     
- Misses       1438    1545    +107     
  Partials      883     883