filecoin-project / specs-actors

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

Actors v7 #1519

Closed arajasek closed 2 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #1519 (be1f4c3) into master (855f605) will not change coverage. The diff coverage is 100.0%.

@@          Coverage Diff           @@
##           master   #1519   +/-   ##
======================================
  Coverage    71.4%   71.4%           
======================================
  Files          72      72           
  Lines        8637    8637           
======================================
  Hits         6168    6168           
  Misses       1572    1572           
  Partials      897     897           
arajasek commented 2 years ago

Please file a follow up issue for going through gen/gen.go and aliasing structs defined in previous versions. Doing this for v6 is usually part of the version incrementing process but we're overdue from a bunch of other versions so I want to separate it out into its own work.

Ah, glad to see this, I was confused by some of the ones that hadn't been aliased. Will do!