hashblock / hashblock-exchange

Sawtooth transaction families for an event accounting distributed ledger application
MIT License
8 stars 1 forks source link

Configurable Dualities - Part II #104

Closed FrankC01 closed 6 years ago

FrankC01 commented 6 years ago

Two verbs make up a duality:

  1. Dualities can be named
  2. Named Dualities can depend on other Named Dualities

Refactor:

  1. Common constructs (e.g. Quantity, UTXQ and MTXQ) should be lifted from namespace
FrankC01 commented 6 years ago

Need to add configurable verbs to support parsing UTXQ/MTXQ expressions

For this release, terms will be global to namespace. Room for enhancements later.