Skip to content

Commit ef1e52b

Browse files
committed
add changelog entries for 0.30.2 and 0.30.3
1 parent 6a143e0 commit ef1e52b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# filecoin-ffi changelog
22

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))
12+
13+
### Contributors
14+
15+
| Contributor | Commits | Lines ± | Files Changed |
16+
|-------------|---------|---------|---------------|
17+
| Erin Swenson-Healey | 1 | +370/-143 | 9 |
18+
19+
## 0.30.2
20+
21+
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))
29+
- 0.30.1 changelog (#114) ([filecoin-project/filecoin-ffi#114](https://github.com/filecoin-project/filecoin-ffi/pull/114))
30+
31+
### Contributors
32+
33+
| Contributor | Commits | Lines ± | Files Changed |
34+
|-------------|---------|---------|---------------|
35+
| Erin Swenson-Healey | 2 | +45/-1 | 3 |
36+
337
## 0.30.1
438

539
This release wil include Window PoSt speedups (2x measured for 32GiB sectors),

0 commit comments

Comments
 (0)