Skip to content

Releases: filecoin-project/filecoin-ffi

c69a4c5b04e2960d

10 Feb 03:24
Compare
Choose a tag to compare
fix: correctly convert v2 bytes in traces into "blocks"

The condition was inverted.

c35e81617fe41474

10 Feb 01:23
c35e816
Compare
Choose a tag to compare
chore: update FVM (#363)

1. Updates to the latest gas fees.
2. Adapts to the changes in gas tracing (half way). We still need to
propagate this information to lotus, but that's a future patch.

9e4fe75471f635a4

10 Feb 03:50
9e4fe75
Compare
Choose a tag to compare
fix: correctly convert v2 bytes in traces into "blocks" (#364)

The condition was inverted.

9e16b13bac221889

10 Feb 20:29
Compare
Choose a tag to compare

8ef679469905fb87

10 Feb 20:00
Compare
Choose a tag to compare
Test update

8af9f29f6c3cf3e9

10 Feb 17:14
Compare
Choose a tag to compare
feat: fvm: pass all GasCharges to the client

58d246532846fcf2

10 Feb 18:47
Compare
Choose a tag to compare
fix: robustify trace reordering

This gets rid of some edge cases and avoids some iteration methods that
are hard to reason about (`take_while` should die).

4c503e5e2291b5d5

10 Feb 20:59
4c503e5
Compare
Choose a tag to compare
Merge pull request #365 from filecoin-project/asr/gas-charges

feat: fvm: pass all GasCharges to the client

219c5299c6548308

10 Feb 01:10
Compare
Choose a tag to compare
chore: update FVM

1. Updates to the latest gas fees.
2. Adapts to the changes in gas tracing (half way). We still need to
propagate this information to lotus, but that's a future patch.

13e104790f846fe3

10 Feb 13:15
13e1047
Compare
Choose a tag to compare
Add support for h-nv20 (#362)

Co-authored-by: Aayush Rajasekaran <[email protected]>
Co-authored-by: raulk <[email protected]>
Co-authored-by: Łukasz Magiera <[email protected]>