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: Ensure parent anchor events are processed #909

Merged
merged 1 commit into from
Nov 29, 2021

Conversation

bstasyszyn
Copy link
Contributor

The anchor event handler now checks all parent anchor events and ensures that they are also processed.

closes #902

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

The anchor event handler now checks all parent anchor events and ensures that they are also processed.

closes trustbloc#902

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
@cla-bot cla-bot bot added the cla-signed label Nov 29, 2021
@codecov
Copy link

codecov bot commented Nov 29, 2021

Codecov Report

Merging #909 (aac4ae2) into main (ac6f959) will decrease coverage by 0.03%.
The diff coverage is 90.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #909      +/-   ##
==========================================
- Coverage   89.39%   89.36%   -0.04%     
==========================================
  Files         157      157              
  Lines       14251    14340      +89     
==========================================
+ Hits        12740    12815      +75     
- Misses        927      936       +9     
- Partials      584      589       +5     
Impacted Files Coverage Δ
pkg/anchor/handler/credential/handler.go 84.10% <90.00%> (+6.32%) ⬆️
cmd/orb-server/startcmd/start.go 73.12% <100.00%> (+0.03%) ⬆️
pkg/anchor/writer/writer.go 91.50% <100.00%> (ø)
...pub/service/inbox/httpsubscriber/httpsubscriber.go 90.12% <0.00%> (-9.88%) ⬇️
pkg/taskmgr/taskmgr.go 89.16% <0.00%> (+3.33%) ⬆️

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 ac6f959...aac4ae2. Read the comment docs.

@bstasyszyn bstasyszyn merged commit e252870 into trustbloc:main Nov 29, 2021
@bstasyszyn bstasyszyn deleted the 902 branch November 29, 2021 20:30
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.

Check for unprocessed parent anchors when processing an anchor
3 participants