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(share/eds/store): expose eds store params #2724

Merged
merged 33 commits into from
Sep 21, 2023

Conversation

walldiss
Copy link
Member

Adds exported params to allow control of eds store configuration

- update metrics
- fix tests
# Conflicts:
#	share/eds/blockstore.go
#	share/eds/store.go
- fix merge conflicts
# Conflicts:
#	share/eds/metrics.go
# Conflicts:
#	share/eds/accessor_cache.go
#	share/eds/metrics.go
#	share/eds/store.go
# Conflicts:
#	share/eds/blockstore.go
#	share/eds/cache/accessor_cache.go
#	share/eds/cache/accessor_cache_test.go
#	share/eds/cache/cache.go
#	share/eds/cache/metrics.go
#	share/eds/store.go
#	share/eds/store_test.go
#	share/eds/utils.go
#	share/p2p/shrexeds/server.go
# Conflicts:
#	share/eds/blockstore.go
#	share/eds/cache/accessor_cache.go
#	share/eds/cache/accessor_cache_test.go
#	share/eds/cache/cache.go
#	share/eds/cache/multicache.go
#	share/eds/store.go
#	share/eds/store_test.go
#	share/eds/utils.go
# Conflicts:
#	share/eds/blockstore.go
#	share/eds/store.go
@walldiss walldiss added area:shares Shares and samples kind:feat Attached to feature PRs labels Sep 18, 2023
@walldiss walldiss self-assigned this Sep 18, 2023
@codecov-commenter
Copy link

codecov-commenter commented Sep 20, 2023

Codecov Report

Merging #2724 (1197166) into main (953a349) will increase coverage by 0.03%.
The diff coverage is 52.63%.

@@            Coverage Diff             @@
##             main    #2724      +/-   ##
==========================================
+ Coverage   51.60%   51.63%   +0.03%     
==========================================
  Files         163      164       +1     
  Lines       10859    10887      +28     
==========================================
+ Hits         5604     5622      +18     
- Misses       4769     4775       +6     
- Partials      486      490       +4     
Files Changed Coverage Δ
nodebuilder/share/config.go 0.00% <0.00%> (ø)
nodebuilder/share/module.go 0.00% <0.00%> (ø)
share/p2p/peers/options.go 58.97% <ø> (ø)
share/eds/store_options.go 47.82% <47.82%> (ø)
share/eds/store.go 67.39% <75.00%> (+0.23%) ⬆️

... and 4 files with indirect coverage changes

@walldiss walldiss marked this pull request as ready for review September 21, 2023 07:11
share/eds/store.go Outdated Show resolved Hide resolved
distractedm1nd
distractedm1nd previously approved these changes Sep 21, 2023
@walldiss walldiss enabled auto-merge (squash) September 21, 2023 08:45
@walldiss walldiss merged commit 15b8bcc into celestiaorg:main Sep 21, 2023
13 of 15 checks passed
vgonkivs pushed a commit to vgonkivs/celestia-node that referenced this pull request Oct 5, 2023
Adds exported params to allow control of eds store configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:shares Shares and samples kind:feat Attached to feature PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants