Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Date

Attendees

Resources

 Repositories

Status Updates 

 
Bifold Wallet

Aries WG

Discussion items

TimeItemWhoNotes

Public DID invitations

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

  •  
  • No labels