You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+34
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,39 @@
1
1
# filecoin-ffi changelog
2
2
3
+
## 0.30.3
4
+
5
+
This release adds `FauxRep` to the `ffi` package, and a few other
6
+
rust-fil-proofs improvements, which you can read about [here](https://github.com/filecoin-project/rust-fil-proofs/blob/master/CHANGELOG.md#403---2020-07-01).
7
+
8
+
### Changelog
9
+
10
+
- github.com/filecoin-project/filecoin-ffi:
11
+
- add FauxRep to ffi package (#118) ([filecoin-project/filecoin-ffi#118](https://github.com/filecoin-project/filecoin-ffi/pull/118))
This release fixed a bug in the `ffi.Aggregate` function, which did not properly
22
+
handle a NUL byte (representing an error) returned from the `fil_aggregate` Rust
23
+
function.
24
+
25
+
### Changelog
26
+
27
+
- github.com/filecoin-project/filecoin-ffi:
28
+
- handle null pointer returned from fil_aggregate (#116) ([filecoin-project/filecoin-ffi#116](https://github.com/filecoin-project/filecoin-ffi/pull/116))
0 commit comments