2024-05-23 Meeting notes

2024-05-23 Meeting notes

Date

May 23, 2024

Attendees

  • @Ariel Gentile

  • @Sai Ranjit (AYANWORKS) <sairanjit.tummalapalli@ayanworks.com>

  • @Pallavi Ghule (AYANWORKS) <pallavi.ghule@ayanworks.com>

  • @Krishna Waske (AYANWORKS) <krishna.waske@ayanworks.com>

  • @Jakub Koci <jakub.koci@gmail.com>

Resources

 Repositories

Status Updates 

 
Bifold Wallet

Aries WG

Discussion items

Time

Item

Who

Notes

Time

Item

Who

Notes



Public DID invitations

@Ariel Gentile 

HackMD: https://hackmd.io/Pw0Ft5T_SyKB3hcxqGleuA    

// TODO: linked attachments are broken currently. We never include them in the messages.



Migration from AFJ 0.4 to Credo 0.5



  • Should be quite straightforward on mobile agents. Some tricky parts:

    • AnonCreds migration to W3C

    • Wallet exporting/importing requires to consider all three SQLite files (main, sch, wal)

  • Update documentation in https://credo.js.org to show that Credo 0.5 is officially released //This is unreleased documentation for Credo v0.5.x version.





Live delivery mode issues



0.4.x

  • Implicit

  • Pickup V1: polling loop in n seconds Batch 

  • Pickup V2: opened websocket, did a unique polling loop (Status-Request, Deliver-messages, Messages received) and kept listening to new messages

0.5

  • Implicit: same as 0.4

  • Pickup V1: same as 0.4

  • Pickup V2: polling loop in n seconds (Status-request, deliver-messages, messages-received). No websocket kept opened

  • Pickup V2 Live Mode: opened websocket, did a unique polling loop (Status-Request, Deliver-messages, Messages received) and kept listening to new messages


Mediator side:

  • MessageRepository interface → MessagePickupRepository 



Problem: Mediator in Live delivery mode not getting Live Mode sessions (won't send messages immediately). @Sai Ranjit will open an issue in GH to follow this up 

















Action items