2020-08-28 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
- Timo Glastra (Animo) <timo@animo.id>
- Karim Stekelenburg (Animo) <karim@animo.id>
- Ajay Jadhav (AyanWorks) <ajay@ayanworks.com>
Agenda
- Record the meeting
- Don't use indy-sdk types as globals, but import them explicitly
- Update about credential exchange (Jakub)
- Encode/decode library vs Buffer (Jakub)
- Serialization/deserialization of data stored into db and send via transport layer (Jakub)
Meeting Notes
- Current thoughts on Serialization/deserialization of data stored into db and send via transport layer:
- Transform class instance to JSON string just before storing
- Directly after retrieving transform to class instance again
- Jakub Koci Will think more about it
- Karim Stekelenburg started using the framework inside a react native app
- Will give insights on the consumer side of the framework.
- For now only Android. Working on iOS
- Current issues:
- OutboundPackage not exposed from index of framework
- IndySDK is needed (because of devDependency) even when using framework in React Native app
Action items
- Timo Glastra - Remove global Indy type definitions. Make type imports explicit.
- We need to document and be aware of packages and globals that are native to NodeJS
- buffer → https://www.npmjs.com/package/buffer
- events → https://www.npmjs.com/package/events
- Jakub Koci Replace base64 NPM package with buffer
Future topics
- State machines