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

fix: Anchor status task checks only in-process status #1388

Merged
merged 1 commit into from
Jun 28, 2022

Conversation

bstasyszyn
Copy link
Contributor

Modified the anchor status task to only check anchors that are 'in-process'.

closes #1387

Signed-off-by: Bob Stasyszyn Bob.Stasyszyn@securekey.com

Modified the anchor status task to only check anchors that are 'in-process'.

closes trustbloc#1387

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

codecov bot commented Jun 28, 2022

Codecov Report

Merging #1388 (440563c) into main (22158af) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1388      +/-   ##
==========================================
+ Coverage   87.96%   87.97%   +0.01%     
==========================================
  Files         205      205              
  Lines       19047    19048       +1     
==========================================
+ Hits        16754    16758       +4     
+ Misses       1472     1468       -4     
- Partials      821      822       +1     
Impacted Files Coverage Δ
pkg/store/anchorstatus/store.go 90.95% <100.00%> (+0.04%) ⬆️
cmd/orb-server/startcmd/start.go 67.64% <0.00%> (+0.32%) ⬆️

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 22158af...440563c. Read the comment docs.

@fqutishat fqutishat merged commit ec15f9d into trustbloc:main Jun 28, 2022
@bstasyszyn bstasyszyn deleted the 1387 branch June 28, 2022 16:14
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.

Anchor sync attempts to process anchors that are already processed
2 participants