Volker Mische

Results 97 issues of Volker Mische

Make it possible to add a recording date to a video. The `recordingDate` is the only non-deprecated property of the `recordingDetails` object. The video that is usually used for the...

Move the CI from CircleCI to GitHub actions.

This is a PR that bundles some maintenance work. With all these changes, the dependencies are up to date and the CI is green. It doesn't contain any major changes....

The API in `rust-filecoin-proofs-api` was changed, but the public interface of the FFI does not change.

The intention of this PR is to make the build system easier for newcomers. It contains lots of changes and it should be seen as a starting point for discussions...

## Description `libipld` is deprecated, hence remove its usage. Instead use `serde_ipld_dagcbor` and `cid`. Closes #620. ### Other changes This commit also removes the `to_block()` and `from_block()` functions. They are...

In order to unify the licenses across several multiformats repositories I propose changing the license to an MIT + Apache 2.0 dual license. In order to make this change, it...