trustbloc / sidetree-core-go

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

chore: Do not accept DID operations after successful deactivate opera… #634

Closed sandrask closed 2 years ago

sandrask commented 2 years ago

…tion

Block DID operations that are issued after successful deactivate operation at REST API.

Closes #633

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

codecov[bot] commented 2 years ago

Codecov Report

Merging #634 (64d85b3) into main (b542d00) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #634   +/-   ##
=======================================
  Coverage   93.66%   93.66%           
=======================================
  Files          75       75           
  Lines        4039     4042    +3     
=======================================
+ Hits         3783     3786    +3     
  Misses        142      142           
  Partials      114      114           
Impacted Files Coverage Δ
pkg/dochandler/handler.go 95.27% <100.00%> (+0.05%) :arrow_up:
.../versions/1_0/operationapplier/operationapplier.go 91.01% <100.00%> (ø)

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 b542d00...64d85b3. Read the comment docs.