[RFE, Discussion, Question]: Exploring possibility of using Identifiers
from application side for performance improvement of CORD
#449
Labels
Identifiers
from application side for performance improvement of CORD
#449
Exploring a possibility of creating and using
Identifiers
from Application side ex. Mark Studio using CORD.js.Can start with this flow for
Asset, Statement, Schema
.Possible Way to do
Instead of generating identifiers from primitives/identifiers module, use the already existing functionalities in CORD.js as
identifier
generation and pass to places in pallets whereidentifiers
are generated usingcreate_identifiers
methods.If the apps pass
identifiers
value and is within bound range, pass as is to the chain,else create a identifier just as the present way and pass it to the chain.
Chain would have new chain_spec with new
mandatory
identifier argument in all places where currently creation is taking place, but would beoptional
in CORD.jsConsequences:
Impact:
^^ @amarts @smohan-dw @NiranjanAP
The text was updated successfully, but these errors were encountered: