Skip to content

Releases: filecoin-project/filecoin-ffi

979d86ea768903e0

14 Feb 02:39
Compare
Choose a tag to compare
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

14 Feb 02:39
7efaa7b
Compare
Choose a tag to compare
Merge pull request #368 from filecoin-project/fix/remove-unwraps

fix: fvm: remove all unwraps

64c2668d52261367

14 Feb 00:12
Compare
Choose a tag to compare
fix: add back the hyperspace feature

dff0d053babcf5f0

13 Feb 23:20
dff0d05
Compare
Choose a tag to compare
chore: update fvm (#369)

This removes a limit to event sizes that should never have been added.

ddc2b791bb165660

13 Feb 23:19
Compare
Choose a tag to compare
chore: update fvm

This removes a limit to event sizes that should never have been added.

5f9d88d8c593f79f

13 Feb 18:38
Compare
Choose a tag to compare
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

13 Feb 23:29
Compare
Choose a tag to compare
Merge branch 'release/lotus-v1.20.0' into ntwk/hyperspace

df244f023c8f2409

12 Feb 20:20
df244f0
Compare
Choose a tag to compare
fix: set chain id correctly for hyperspace. (#366)

c185a8a49a782610

12 Feb 20:12
Compare
Choose a tag to compare
fix: set chain id correctly for hyperspace.

c8f21f6359fd45ad

10 Feb 05:14
Compare
Choose a tag to compare
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.