Releases: filecoin-project/filecoin-ffi
Releases · filecoin-project/filecoin-ffi
979d86ea768903e0
fix: fvm: remove all unwraps We were catching panics here, but the unwraps ended up hiding the actual error message because rust backtraces are disabled by default.
7efaa7b47fe9d4bd
Merge pull request #368 from filecoin-project/fix/remove-unwraps fix: fvm: remove all unwraps
64c2668d52261367
fix: add back the hyperspace feature
dff0d053babcf5f0
chore: update fvm (#369) This removes a limit to event sizes that should never have been added.
ddc2b791bb165660
chore: update fvm This removes a limit to event sizes that should never have been added.
5f9d88d8c593f79f
fix: fvm: remove all unwraps We were catching panics here, but the unwraps ended up hiding the actual error message because rust backtraces are disabled by default.
25cdf835f4e367a8
Merge branch 'release/lotus-v1.20.0' into ntwk/hyperspace
df244f023c8f2409
fix: set chain id correctly for hyperspace. (#366)
c185a8a49a782610
fix: set chain id correctly for hyperspace.
c8f21f6359fd45ad
fix: forward events We don't actually _convert_ them, but this will at least forward them and mark them with the "0" codec. We then need to deal with that in lotus.