filecoin-project / specs-actors

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

update dependencies #1369

Closed Stebalien closed 3 years ago

Stebalien commented 3 years ago

Most of these updates just bring our deps in-line with lotus. Additionally:

  1. The HAMT update fixes a bug where the dirty bit might get cleared (https://github.com/filecoin-project/go-hamt-ipld/pull/85).
  2. The bitfield update pulls in a small optimization to speedup and/or.
codecov-io commented 3 years ago

Codecov Report

Merging #1369 (0148d86) into master (14aad8a) will not change coverage. The diff coverage is n/a.

@@          Coverage Diff           @@
##           master   #1369   +/-   ##
======================================
  Coverage    65.0%   65.0%           
======================================
  Files          81      81           
  Lines        8192    8192           
======================================
  Hits         5325    5325           
  Misses       1975    1975           
  Partials      892     892