Releases: filecoin-project/filecoin-ffi
Releases · filecoin-project/filecoin-ffi
6bde8568a206ee28
feat: plumb tipset CIDs (#339) * feat: plumb tipset CIDs * fix: trace changes * fix: chain epoch
c95198ef3c2f4743
fix: chain epoch
a6558cbf0bb811bc
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
fix: chain epoch
62eff6eb9f54b6b8
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
fix: trace changes
e02cbb2e85208adf
cargo generate-lockfile.
bad0c9c81dc8a141
Merge pull request #336 from filecoin-project/asr/fvm-trace fix: LotusTrace: don't add new events_root field to Receipt
88ee64c8f8d5ee8b
chore: update fvm to 3.0.0-alpha.9 (#337) Fixes a bug where flushing events would clear the blockstore's write buffer.
3b93739bdd79f1a4
Merge pull request #306 from filecoin-project/asr/tracing FVM: always create debug FVMs with tracing enabled