Releases: filecoin-project/filecoin-ffi
Releases · filecoin-project/filecoin-ffi
c69a4c5b04e2960d
fix: correctly convert v2 bytes in traces into "blocks" The condition was inverted.
c35e81617fe41474
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
fix: correctly convert v2 bytes in traces into "blocks" (#364) The condition was inverted.
9e16b13bac221889
update
8ef679469905fb87
Test update
8af9f29f6c3cf3e9
feat: fvm: pass all GasCharges to the client
58d246532846fcf2
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
Merge pull request #365 from filecoin-project/asr/gas-charges feat: fvm: pass all GasCharges to the client
219c5299c6548308
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
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]>