ethereum-oasis-op / baseline

The Baseline Protocol is an open source initiative that combines advances in cryptography, messaging, and distributed ledger technology to enable confidential and complex coordination between enterprises while keeping data in systems of record. This repo serves as the main repo for the Baseline Protocol, containing core packages, examples, and reference implementations.
https://docs.baseline-protocol.org
Other
576 stars 237 forks source link

SRI - Implement option to store the payload translation JSON schema next to the workstep #766

Closed ognjenkurtic closed 3 months ago

ognjenkurtic commented 10 months ago

Overview

We want this schema stored next to the workstep that is to be executed with a transaction. Probably the best option is to store it a property of the workstep, as simple text.

Scope of this one is to create an endpoint that is to be used to add\update the schema to the workstep. It should validate that the JSON is in correct format and store it in the db for future use

Reference

Acceptance

Tasks

ognjenkurtic commented 8 months ago

@skosito I am going to pick up this one next if ok with you

ognjenkurtic commented 8 months ago

Started work here 766-store-circuit-inputs-translation-schema