-
Notifications
You must be signed in to change notification settings - Fork 79
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
Refactor settings and services in BackEnd KV server #623
Conversation
Codecov Report
@@ Coverage Diff @@
## master #623 +/- ##
==========================================
+ Coverage 82.07% 82.12% +0.04%
==========================================
Files 174 173 -1
Lines 14399 14438 +39
==========================================
+ Hits 11818 11857 +39
Misses 2581 2581
Continue to review full report at Codecov.
|
Temporarily avoid removing Sentry client RPCs
Improve NetVersion implementation Refactor BackEnd and KV services Add MDBX chaindata environment in BackEnd Improve KvVersion implementation Update unit tests
5f8aa6c
to
5fa6335
Compare
Add constant for Sentry address delimiter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR introduces small but relevant improvements in BackEnd KV standalone server, namely:
backend_kv_server
are compliant withsilkworm
nodeetherbase
setting is added tosilkworm::NodeSettings
Version
RPC implementatationTODOLIST:
rpc::ServerConfig
asrpc::ServerSettings
struct with public fields like other settings