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: Implement subset of Linkset vocabulary #1161

Merged
merged 1 commit into from
Mar 3, 2022

Conversation

bstasyszyn
Copy link
Contributor

Implement a subset of the Linkset vocabulary (https://www.ietf.org/archive/id/draft-ietf-httpapi-linkset-08.html) which will be used as a replacement for AnchorEvent.

closes #1157

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

Implement a subset of the Linkset vocabulary (https://www.ietf.org/archive/id/draft-ietf-httpapi-linkset-08.html) which will be used as a replacement for AnchorEvent.

closes trustbloc#1157

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

codecov bot commented Mar 3, 2022

Codecov Report

Merging #1161 (2db14e2) into main (e72a584) will increase coverage by 0.00%.
The diff coverage is 87.74%.

Impacted file tree graph

@@           Coverage Diff            @@
##             main    #1161    +/-   ##
========================================
  Coverage   88.91%   88.92%            
========================================
  Files         168      170     +2     
  Lines       16270    16513   +243     
========================================
+ Hits        14467    14684   +217     
- Misses       1115     1127    +12     
- Partials      688      702    +14     
Impacted Files Coverage Δ
pkg/anchor/anchorevent/vocab/datauri.go 78.94% <78.94%> (ø)
pkg/anchor/anchorevent/vocab/linkset.go 89.78% <89.78%> (ø)
pkg/activitypub/vocab/collection.go 100.00% <100.00%> (ø)
pkg/activitypub/vocab/objectproperty.go 88.18% <100.00%> (ø)
pkg/activitypub/vocab/objecttype.go 89.70% <100.00%> (ø)
pkg/activitypub/service/monitoring/monitoring.go 77.35% <0.00%> (-2.84%) ⬇️
...pub/service/inbox/httpsubscriber/httpsubscriber.go 100.00% <0.00%> (+9.09%) ⬆️

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 e72a584...2db14e2. Read the comment docs.

@fqutishat fqutishat merged commit d8d6f9f into trustbloc:main Mar 3, 2022
@bstasyszyn bstasyszyn deleted the 1157 branch March 3, 2022 19:25
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.

Implement linkset vocabulary
3 participants