Versions Compared

Key

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

...

Excerpt
  • Update on the Indy Ubuntu 20.04 Upgrade: Done?
  • Update on the "mixed node" problem
  • Update to DID Indy Method: Use a domain name for the "name" segment
  • Q&A

Recording of Call: 20220830 Indy Contributors Call Recording.mp4


Hyperledger is committed to creating a safe and welcoming

community for all. For more information

please visit the Hyperledger Code of Conduct.

...

  • Update on the Indy Ubuntu 20.04 Upgrade – Done?
    • New release candidate – dev build is available, further updates are needed found from 16.04 release, needs to be tagged for RC
      • Add in recent updates to Indy
      • Review commit differences between main and 20.04 branches.
    • Sovrin Build – might be this week – should be copy/paste, although the pipelines take a long time to run (but 1/2 the time of the Jenkins pipelines!!!)
  • Root cause and solution to the "mixed node" problem: Indy Node issue 1769
    • Discussion of the short and long term handling of the issue.
    • Option 1: Just use the new "compat_set" merging from now on.
    • Option 2: Add a config transaction with a transaction number and use "compat_set" for earlier transactions, "sort" for ones after
    • Option 3: Versioning of transactions
    • Option 4: Option 1  for now, and revisit after we are live
  • Using a domain name (e.g. "sovrin.org") as the name segment of a `did:indy` identifier, per this GitHub Issue
    • Make it optional – the challenge for some will be in retaining a long lasting domain name
    • How to keep the two versions (domain hosted, one in did-indy-networks repo) of the genesis file in sync?
      • Idea – GHA that compares the two files and if they differ, creates a Pull Request to update the one in GitHub repo to match the one on the domain name.
      • Pull request must be reviewed and merged by the editors according to the governance – ensures there is a human step in the process
  • Action item: work on did-indy-networks
    • Include a static web generator so that we can publish a human friendly version of the information.
    • Include the governance guidance for the repo — who can merge and when?
    • Notes
  • Odd pipeline behaviour – test export jobs failing – perhaps a missing/wrong token?  Fail showing because of export fail but the tests are passing.
    • exports being used so that debugging can occur when tests fail.
    • Could we disable for PRs, but allow for internal builds.

...