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/push object meta to contracts #3044

Merged
merged 13 commits into from
Dec 23, 2024

node/object/put: use block as `validUntil`, not epoches

ae6e37d
Select commit
Loading
Failed to load commit list.
Merged

Feat/push object meta to contracts #3044

node/object/put: use block as `validUntil`, not epoches
ae6e37d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 23, 2024 in 0s

22.36% (-0.06%) compared to 4f4840c

View this Pull Request on Codecov

22.36% (-0.06%) compared to 4f4840c

Details

Codecov Report

Attention: Patch coverage is 10.53922% with 365 lines in your changes missing coverage. Please review.

Project coverage is 22.36%. Comparing base (4f4840c) to head (ae6e37d).
Report is 12 commits behind head on master.

Files with missing lines Patch % Lines
pkg/services/object/put/distributed.go 0.00% 77 Missing ⚠️
pkg/morph/client/container/nodes.go 0.00% 47 Missing ⚠️
pkg/morph/client/notary.go 0.00% 46 Missing ⚠️
pkg/morph/event/container/put_notary.go 0.00% 45 Missing ⚠️
pkg/innerring/processors/netmap/process_epoch.go 0.00% 38 Missing ⚠️
...nnerring/processors/container/process_container.go 0.00% 28 Missing ⚠️
pkg/morph/client/container/meta.go 0.00% 15 Missing ⚠️
pkg/morph/client/container/put.go 0.00% 11 Missing ⚠️
pkg/morph/client/static.go 0.00% 8 Missing ⚠️
pkg/morph/event/opcodes.go 0.00% 8 Missing ⚠️
... and 15 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3044      +/-   ##
==========================================
- Coverage   22.41%   22.36%   -0.06%     
==========================================
  Files         791      793       +2     
  Lines       58405    58698     +293     
==========================================
+ Hits        13093    13127      +34     
- Misses      44416    44669     +253     
- Partials      896      902       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.