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 KOL and RUB neo-go parameters support #3093

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

End-rey
Copy link
Contributor

@End-rey End-rey commented Jan 28, 2025

Closes #3087.

Add `fschain.consensus.keep_only_latest_state` and
`fschain.consensus.remove_untraceable_blocks` parameters in config for use in
the local consensus.

Closes #3087.

Signed-off-by: Andrey Butusov <andrey@nspcc.io>
Copy link

codecov bot commented Jan 28, 2025

Codecov Report

Attention: Patch coverage is 18.18182% with 9 lines in your changes missing coverage. Please review.

Project coverage is 22.29%. Comparing base (8b65833) to head (006a7ca).
Report is 10 commits behind head on master.

Files with missing lines Patch % Lines
pkg/innerring/config.go 25.00% 4 Missing and 2 partials ⚠️
pkg/innerring/internal/blockchain/blockchain.go 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3093      +/-   ##
==========================================
- Coverage   22.29%   22.29%   -0.01%     
==========================================
  Files         770      770              
  Lines       58799    58810      +11     
==========================================
+ Hits        13111    13112       +1     
- Misses      44802    44810       +8     
- Partials      886      888       +2     

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

@roman-khimov roman-khimov merged commit 88ceded into master Jan 29, 2025
20 of 22 checks passed
@roman-khimov roman-khimov deleted the 3087-add-rub-kol-neogo-support branch January 29, 2025 08:04
End-rey added a commit that referenced this pull request Mar 3, 2025
Add tests for new options in ir config:
-`fschain.consensus.p2p_notary_request_payload_pool_size`
Refs #3126:
- `fschain.consensus.rpc.max_websocket_clients`
- `fschain.consensus.rpc.session_pool_size`
Refs #3093:
- `fschain.consensus.keep_only_latest_state`
- `fschain.consensus.remove_untraceable_blocks`

Signed-off-by: Andrey Butusov <andrey@nspcc.io>
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.

add RUB RUH neogo support
2 participants