2021-01-22 Aries Framework JS Meeting notes
Date
Remember the Hyperledger Code of Conduct
Anti-Trust Policy:
Linux Foundation meetings involve participation by industry competitors, and it is the intention of the Linux Foundation to conduct all of its activities in accordance with applicable antitrust and competition laws. It is therefore extremely important that attendees adhere to meeting agendas, and be aware of, and not participate in any activities that are prohibited under applicable US state, federal or foreign antitrust and competition laws.
Examples of types of actions that are prohibited at Linux Foundation meetings and in connection with Linux Foundation activities are described in the Linux Foundation Antitrust Policy available at http://www.linuxfoundation.org/antitrust-policy . If you have questions about these matters, please contact your company counsel, or if you are a member of the Linux Foundation, feel free to contact Andrew Updegrove of the firm of Gesmer Updegrove LLP, which provides legal counsel to the Linux Foundation.
Attendees
- Jakub Koci (Absa) <jakub.koci@gmail.com>
Status updates
- Issue credential protocol
- Issue credential merged
- Still needed:
- Start with credential proposal
- advanced threading
- validate credential preview against actual credential
- Present proof protocol
- AFJ ↔ React Native
- Started work on `@types/indy-sdk`
Agenda
- Record the meeting
- Error after framework update
- WebSockets
- How to get rid of polling?
- Should an edge agent get just notification about new messages or should it get forwarded messages directly via WebSocket?
- In both cases, the mediator needs to know how to forward an incoming message belonging to the given `verkey`. Should it store into storage for polling or send it (message, or notification message) directly via WebSocket.
- How to pass such information?
- Architecture refactoring
- agent
- decorators
- modules
- basicmessage
- connections + trustping
- credentials
- routing + coordinatemediation + messagepickup
- storage
- transport
- utils
- wallet
- ...
- Module structure
- api/index
- handlers
- services
- messages
Meeting Notes
- ...
Future topics
- Use record state values that match RFC
- Easy for comparison, why not?
- Only storing message content (CredentialPreview, PresentationPreview, CredOffer) instead of complete didcomm message?
- unnessacary base64 encoding / decoding
- IDs vs Objects
- find vs get
- Error vs non-error
- https://github.com/hyperledger/aries-framework-javascript/issues/78
- Present Proof Progress
- How to handle auto accept?
- State machines