trustbloc / sidetree-core-go

Ledger-agnostic Sidetree core components in Golang
Apache License 2.0
23 stars 17 forks source link

Add unpublished operation store option #610

Closed sandrask closed 3 years ago

sandrask commented 3 years ago

Add unpublished operation store option to following components:

  1. resolver (add unpublished operation to the unpublished operation store during ingestion)
  2. operation processor (add operation from unpublished store to the operations from published store and assemble document)
  3. txn processor (will delete all unpublished operations once they are published to operation store)