Skip to content

Releases: filecoin-project/filecoin-ffi

6bde8568a206ee28

19 Nov 20:16
6bde856
Compare
Choose a tag to compare
feat: plumb tipset CIDs (#339)

* feat: plumb tipset CIDs

* fix: trace changes

* fix: chain epoch

c95198ef3c2f4743

18 Nov 20:17
Compare
Choose a tag to compare
fix: chain epoch

a6558cbf0bb811bc

18 Nov 00:15
a6558cb
Compare
Choose a tag to compare
feat: use the new unsafe.Slice method instead of casting arrays (#338)

Previously, in cgo, we had to rely on casting pointers to fixed-sized
arrays then slicing. But upstream has added an `unsafe.Slice` method, so
we can remove this hack.

9791d5af0ad3bd41

18 Nov 20:17
Compare
Choose a tag to compare
fix: chain epoch

62eff6eb9f54b6b8

18 Nov 00:10
Compare
Choose a tag to compare
feat: use the new unsafe.Slice method instead of casting arrays

Previously, in cgo, we had to rely on casting pointers to fixed-sized
arrays then slicing. But upstream has added an `unsafe.Slice` method, so
we can remove this hack.

4bbecab83fb3dce0

18 Nov 17:16
Compare
Choose a tag to compare
fix: trace changes

e02cbb2e85208adf

16 Nov 00:10
Compare
Choose a tag to compare
cargo generate-lockfile.

bad0c9c81dc8a141

16 Nov 19:24
bad0c9c
Compare
Choose a tag to compare
Merge pull request #336 from filecoin-project/asr/fvm-trace

fix: LotusTrace: don't add new events_root field to Receipt

88ee64c8f8d5ee8b

16 Nov 20:48
88ee64c
Compare
Choose a tag to compare
chore: update fvm to 3.0.0-alpha.9 (#337)

Fixes a bug where flushing events would clear the blockstore's write
buffer.

3b93739bdd79f1a4

16 Nov 18:48
3b93739
Compare
Choose a tag to compare
Merge pull request #306 from filecoin-project/asr/tracing

FVM: always create debug FVMs with tracing enabled