Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added Type and Properties to Operation #702

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

bstasyszyn
Copy link
Contributor

Added two fields:

  • Type: The type of operation (create, update, recover, etc.)
  • Properties: An arbitrary set of properties of the operation

Added two fields:
- Type: The type of operation (create, update, recover, etc.)
- Properties: An arbitrary set of properties of the operation

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
@cla-bot cla-bot bot added the cla-signed label Jun 22, 2023
@codecov
Copy link

codecov bot commented Jun 22, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (cca19f8) 93.96% compared to head (b5931bc) 93.97%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #702   +/-   ##
=======================================
  Coverage   93.96%   93.97%           
=======================================
  Files          79       79           
  Lines        4507     4511    +4     
=======================================
+ Hits         4235     4239    +4     
  Misses        154      154           
  Partials      118      118           
Impacted Files Coverage Δ
pkg/batch/cutter/cutter.go 93.33% <100.00%> (+0.22%) ⬆️
pkg/dochandler/handler.go 94.90% <100.00%> (+0.03%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bstasyszyn bstasyszyn merged commit a1b968a into trustbloc:main Jun 22, 2023
@bstasyszyn bstasyszyn deleted the operationprops branch June 22, 2023 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants