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

*: Add GET and OPTIONS requests for network_info #202

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

tatiana-nspcc
Copy link
Contributor

It returns current network settings such as: audit_fee, container_fee, epoch_duration, homomorphic_hashing_disabled, ir_candidate_fee, maintenance_mode_allowed, max_object_size, named_container_fee, storage_price, withdrawal_fee.

Close #198.

It returns current network settings such as: `auditFee`, `containerFee`,
`epochDuration`, `homomorphicHashingHisabled`, `maxObjectSize`,
`namedContainerCee`, `storagePrice`, `withdrawalFee`.

Close #198.

Signed-off-by: Tatiana Nesterenko <tatiana@nspcc.io>
Copy link

codecov bot commented Apr 24, 2024

Codecov Report

Attention: Patch coverage is 6.25000% with 30 lines in your changes are missing coverage. Please review.

Project coverage is 22.88%. Comparing base (1ecaa80) to head (52e9a12).
Report is 1 commits behind head on master.

Files Patch % Lines
handlers/network.go 0.00% 17 Missing ⚠️
handlers/apiserver/rest-server.gen.go 20.00% 8 Missing ⚠️
handlers/preflight.go 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #202      +/-   ##
==========================================
- Coverage   23.07%   22.88%   -0.19%     
==========================================
  Files          14       15       +1     
  Lines        2804     2836      +32     
==========================================
+ Hits          647      649       +2     
- Misses       2049     2079      +30     
  Partials      108      108              

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

@roman-khimov roman-khimov merged commit f48958c into master Apr 25, 2024
10 of 12 checks passed
@roman-khimov roman-khimov deleted the 198-network-info branch April 25, 2024 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide access to network settings
3 participants