XRPLF / rippled

Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger protocol in C++
https://xrpl.org
ISC License
4.53k stars 1.47k forks source link

protobuf dependencies are missing on the clean machine #5156

Closed vlntb closed 3 weeks ago

vlntb commented 1 month ago

Context of Change

This was discovered while configuring a clean Ubuntu machine to run rippled. Two dependencies to support protobuf types are missing: libprotobuf-dev protobuf-compiler. The update is only relevant for manually configuring the C++ development environment.

Type of Change

API Impact

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.1%. Comparing base (63209c2) to head (3e51bbe). Report is 4 commits behind head on develop.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/XRPLF/rippled/pull/5156/graphs/tree.svg?width=650&height=150&src=pr&token=i2RPGI5xGF&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=XRPLF)](https://app.codecov.io/gh/XRPLF/rippled/pull/5156?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=XRPLF) ```diff @@ Coverage Diff @@ ## develop #5156 +/- ## ========================================= - Coverage 76.1% 76.1% -0.0% ========================================= Files 762 762 Lines 61469 61469 Branches 8121 8122 +1 ========================================= - Hits 46807 46803 -4 - Misses 14662 14666 +4 ``` [see 5 files with indirect coverage changes](https://app.codecov.io/gh/XRPLF/rippled/pull/5156/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=XRPLF) [![Impacted file tree graph](https://app.codecov.io/gh/XRPLF/rippled/pull/5156/graphs/tree.svg?width=650&height=150&src=pr&token=i2RPGI5xGF&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=XRPLF)](https://app.codecov.io/gh/XRPLF/rippled/pull/5156?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=XRPLF)