From 734bb8b886ed1c69efbe94f05099d0a6f5d41a12 Mon Sep 17 00:00:00 2001 From: huhn511 Date: Wed, 25 Nov 2020 19:48:23 +0100 Subject: [PATCH] add meeting notes (#85) --- docs/meeting-notes/2020-11-18.md | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 docs/meeting-notes/2020-11-18.md diff --git a/docs/meeting-notes/2020-11-18.md b/docs/meeting-notes/2020-11-18.md new file mode 100644 index 0000000000..4308dd0008 --- /dev/null +++ b/docs/meeting-notes/2020-11-18.md @@ -0,0 +1,38 @@ +# 🗓️ 2020-11-18 Team Identity: Async Meeting Notes +###### tags: `IOTA` `Identity` `Meeting` + +## ℹ️ Info +**Location**: Google Hangouts +**Date**: Wednesday, 2020-11-18 - 17:00 to 18:00 (CET) +**Agenda** +- 1. Standup `5min` +- 2. Discussion topics `45min` +- 3. Questions `10min` + +## 👥 Participants +- @Thoralf-M +- @tensor-programming +- @JelleMillenaar +- @l1h3r +- @huhn511 +- @eike-hass + +### ⏪ What was last week's progress? +- Worked on wasm package creation, chrysalis pt2 branch +- Worked on adding generic types and general cleanup throughout all crates +- Stronghold Client work - Looking into Riker and other general patterns for the high level library. +- Help people to get started with identity WASM and started with Identity Actor with riker for DIDComm Messages +- finish refactor of selv-mobile for open sourcing + +### ⏩ What will be the focus this week? +- Identity Actor for DiDComm + +## 💬 Discussion topics +- Account Model +- Rust Actor for DIDComm +- Auth/Diff Chain Updates + +### Auth/Diff Chain Updates +We have two types of chains: `Auth` and `Diff` + +Ordering is very important of the auth chain. \ No newline at end of file