hyperledger / indy-node

The server portion of a distributed ledger purpose-built for decentralized identity.
https://wiki.hyperledger.org/display/indy
Apache License 2.0
687 stars 657 forks source link

Add feature flag control over the Rich Schema transactions to indy-node #1619

Open swcurran opened 4 years ago

swcurran commented 4 years ago

A number of transactions to support Rich Schema (RS) have been added to indy-node and merged into the stable branch. We'd like to merge them into the master branch, but we don't have a good way to test them, as indy-sdk support for RS has not been built out. The changes of interest can be seen in this comparison of the current (as I type this) commits for stable and master.

The approach we have decided upon in order to move forward with the merge is to feature flag the new transactions so that they are treated as "unknown" by indy-node until we are ready to activate them.