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

rpc: add support for protobuf-encoded messages #201

Merged
merged 1 commit into from
Oct 29, 2020
Merged

Conversation

tony-iqlusion
Copy link
Member

Adds initial support for the Protobuf-based RPC protocol used by Tendermint v0.34.

@codecov-io
Copy link

Codecov Report

Merging #201 into develop will decrease coverage by 0.81%.
The diff coverage is 4.54%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #201      +/-   ##
===========================================
- Coverage    22.68%   21.86%   -0.82%     
===========================================
  Files           67       67              
  Lines         2597     2694      +97     
===========================================
  Hits           589      589              
- Misses        2008     2105      +97     
Impacted Files Coverage Δ
src/connection/secret_connection.rs 72.67% <ø> (ø)
src/error.rs 13.04% <0.00%> (-1.25%) ⬇️
src/rpc.rs 0.00% <0.00%> (ø)
src/session.rs 0.00% <0.00%> (ø)
src/connection/secret_connection/protocol.rs 48.83% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e737c6a...1b25da3. Read the comment docs.

Adds initial support for the Protobuf-based RPC protocol used by
Tendermint v0.34.
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.

2 participants