Skip to content

RPC: mark grpc as deprecated#6725

Merged
mergify[bot] merged 5 commits intomasterfrom
marko/6718
Jul 15, 2021
Merged

RPC: mark grpc as deprecated#6725
mergify[bot] merged 5 commits intomasterfrom
marko/6718

Conversation

@tac0turtle
Copy link
Contributor

Description

Mark gRPC as deprecated in the RPC layer.

closes #6718

@codecov
Copy link

codecov bot commented Jul 15, 2021

Codecov Report

Merging #6725 (7cc30e2) into master (6dd0cf9) will decrease coverage by 0.05%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #6725      +/-   ##
==========================================
- Coverage   60.90%   60.85%   -0.06%     
==========================================
  Files         297      297              
  Lines       28238    28238              
==========================================
- Hits        17198    17183      -15     
- Misses       9303     9321      +18     
+ Partials     1737     1734       -3     
Impacted Files Coverage Δ
config/config.go 70.42% <ø> (ø)
config/toml.go 59.09% <ø> (ø)
rpc/grpc/api.go 87.50% <ø> (ø)
rpc/grpc/client_server.go 75.00% <ø> (ø)
internal/consensus/reactor.go 64.93% <0.00%> (-3.37%) ⬇️
internal/p2p/switch.go 61.81% <0.00%> (-1.82%) ⬇️
internal/p2p/transport_memory.go 84.21% <0.00%> (-1.32%) ⬇️
internal/consensus/wal.go 59.00% <0.00%> (-1.25%) ⬇️
internal/p2p/transport_mconn.go 81.28% <0.00%> (-0.99%) ⬇️
internal/consensus/peer_state.go 78.94% <0.00%> (-0.88%) ⬇️
... and 12 more

@tac0turtle tac0turtle marked this pull request as ready for review July 15, 2021 09:38
@tac0turtle tac0turtle self-assigned this Jul 15, 2021
@tac0turtle tac0turtle added C:rpc Component: JSON RPC, gRPC S:automerge Automatically merge PR when requirements pass labels Jul 15, 2021
@mergify mergify bot merged commit 4f88520 into master Jul 15, 2021
@mergify mergify bot deleted the marko/6718 branch July 15, 2021 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C:rpc Component: JSON RPC, gRPC S:automerge Automatically merge PR when requirements pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

grpc: deprecate grpc in the rpc layer

2 participants