Philipp Gackstatter

Results 23 issues of Philipp Gackstatter

## Description Implement the IOTA DIDComm Connection protocol using the actor. ## Motivation Add DIDComm support for the actor in a specified way. ## Resources https://wiki.iota.org/identity.rs/specs/didcomm/protocols/connection ## To-do list Create...

# Description of change Implements the IOTA DIDComm connection protocol. ## Links to any relevant issues closes #842 ## Type of change Add an `x` to the boxes that are...

Added
Rust

# Description of change Exposes the identity actor from #322 via the WebAssembly bindings. ## Links to any relevant issues The Wasm part of #299 ## Type of change Add...

## Description The `Storage::key_del` function can be used to delete the key belonging to a verification method, but it is currently not used from the `Account`. The task is to...

Enhancement

## Description By somewhat popular demand, we should consider adding an example that creates an identity from a BIP39 mnemonic seed. In the example, we might want to describe the...

Documentation

## Description Refactor the `IotaIdentityClient` trait/interface to: ```rust pub trait IotaIdentityClient { /// Returns the NetworkInfo of the connected IOTA node. async fn get_network_info(&self) -> Result; /// Resolve an Alias...

## Description Consider changing the Wasm Readme example to lint only rather than execution with `txm`. ## Motivation The `npm run test:readme` currently executes the example in the Readme. For...

Make Context Input requirement checks syntactic. For any feature or unlock condition that requires a Commitment, Block Issuance Credit or Reward Input we want to check syntactically whether that requirement...

team-node

Hello, we would like to point out a potential issue that you might want to prevent. The `did-key` crate depends on `did_url` which in turn depends on `form_urlencoded`. The latter...

## Describe your changes Closes #1529 Implements `MastForest` merging. The implementation is explained in comments and it's hopefully sufficient to understand the PR, which is why I'm not adding the...