feat(serverv2): integrate gRPC (backport #21038) (#21132)

Co-authored-by: testinginprod <98415576+testinginprod@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot]
2024-07-31 23:21:30 +02:00
committed by GitHub
co-authored by testinginprod Julien Robert
parent 3135f41a6d
commit 0ca08e1ee1
11 changed files with 189 additions and 152 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ func (s *CometBFTServer[T]) Init(appI serverv2.AppI[T], v *viper.Viper, logger l
appI.GetAppManager(),
s.serverOptions.Mempool,
indexEvents,
appI.GetGRPCQueryDecoders(),
appI.GetGPRCMethodsToMessageMap(),
appI.GetStore().(types.Store),
s.config,
s.initTxCodec,