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: Add support for multiple operations per suffix in unpublished operation store #928

Merged
merged 1 commit into from
Dec 8, 2021

Conversation

sandrask
Copy link
Contributor

@sandrask sandrask commented Dec 7, 2021

Included:

  • remove current constraint for one operation per suffix in unpublished operation store
  • implement multiple operations per suffix in unpublished operation store
  • update sidetree-core and BDD tests

Closes #926

Signed-off-by: Sandra Vrtikapa sandra.vrtikapa@securekey.com

@codecov
Copy link

codecov bot commented Dec 7, 2021

Codecov Report

Merging #928 (385b5de) into main (1ece896) will increase coverage by 0.08%.
The diff coverage is 96.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #928      +/-   ##
==========================================
+ Coverage   89.29%   89.37%   +0.08%     
==========================================
  Files         159      159              
  Lines       14565    14592      +27     
==========================================
+ Hits        13006    13042      +36     
+ Misses        956      948       -8     
+ Partials      603      602       -1     
Impacted Files Coverage Δ
pkg/store/operation/unpublished/store.go 92.68% <96.29%> (-0.05%) ⬇️
pkg/versions/1_0/txnprocessor/txnprocessor.go 100.00% <100.00%> (ø)
pkg/observer/pubsub.go 97.24% <0.00%> (+2.75%) ⬆️
...pub/service/inbox/httpsubscriber/httpsubscriber.go 100.00% <0.00%> (+9.87%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1ece896...385b5de. Read the comment docs.

…peration store

- remove current constraint for one operation per suffix in unpublished operation store
- implement multiple operations per suffix in unpublished operation store

Closes trustbloc#926

Signed-off-by: Sandra Vrtikapa <sandra.vrtikapa@securekey.com>
@fqutishat fqutishat merged commit 223a22b into trustbloc:main Dec 8, 2021
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.

Add support for multiple operations per suffix in unpublished operation store
3 participants