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
The `clear_layer_data` call was accidentally introduced with the Synthetic
PoRep. The call does under the hood exactly what `clear_cache` is doing.
It was already removed from the FFI via [PR 436], so that we can remove
it here as well. This reduces the API surface, which is generally a good
idea.
[PR 436]: filecoin-project/filecoin-ffi#436
BREAKING CHANGE: `clear_layer_data` was removed, use `clear_cache` instead.
0 commit comments