Philipp Gackstatter

Results 23 issues of Philipp Gackstatter

## Description We support distributed setups, where multiple accounts, e.g. on different machines, can update the same identity. One of those accounts can make updates to a locally stored document,...

Enhancement

## Description Implement an interface or wrapper for iota.rs. Given the increased complexity of the client with the stardust, it might make more sense to implement an interface rather than...

## Description Design and implement how DID documents are stored in the state metadata of an alias output. Effects on performance and gas cost should be investigated, as well as...

## Description A proposal for DID Document deactivation: Add an `Account::deactivate_identity` method, that publishes a deactivated DID document and waits for milestone confirmation (without the user being able to override...

## Description After #787 we should make some quality of life and security improvements to our `Stronghold` wrapper. Some of these will be breaking changes. - [ ] Increase PBKDF2_HMAC_SHA512...

Breaking change
Rust

## Description Design and implement a `StorageError` that is returned from all `Storage` methods as `Result`. For the design, we could take inspiration from [`serde::de::Error`](https://docs.rs/serde/latest/serde/de/trait.Error.html#tymethod.custom) and how it handles custom...

Wasm
Breaking change
Rust

## Description **EDIT: Description outdated as most tasks where finished long ago. Last to-do item still is open though.** As was discussed in #419, the low-level API will be accessible...

## Description `StatusList2021` and `RevocationList2020` mandate for the `id` field of `credentialStatus`: > It MUST NOT be the URL for the status list. It's unclear why this is the case...

Documentation

## Motivation The upcoming actor exchanges messages over the network, where errors can occur. The current error enums we use are not serializable, and thus cannot be exchanged between actors....

Enhancement

## Description Implement a minimal JOSE library based on work done in `libjose`. To keep the scope of this issue reasonable, the library only needs to facilitate anonymous encryption as...

Enhancement
Rust