Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Record the meeting
  • Squash and merge commit message
  • Tests throw WalletInvalidHandle because afterAll function (that deletes wallet) is called before tests are finished
    • I think this is because outbound subject transporter and outbound transporter in general return when the message is send. But the other agent still has to process the whole message. However jest sees it as "oh the promise is resolved, the test is finished". 
  • How to handle auto accept
    • local config → stored with connection record on creation
    • global config → stored with connection record on creation?

Meeting Notes

Action items

  •  Type your task here, using "@" to assign to a user and "//" to select a due date
  • everyone aware of agent running after jest tests resolve. 
  • auto accept connections logic
    • local config is stored with connection record, global config not
    • local config takes precedence over global config
  • using AFJ inside a react native application
    • Indy.framework is currently not built for simulator
    • Building Indy.framework from the core does not work at the moment
    • there are issues with building iOS targets in libindy. 

Future topics

  • State machines

...