laconicd-deprecated/server
yihuang 65740193f9
imp(rpc,server): concurrent gRPC queries (#1352)
* Problem: grpc query is not run concurrently

Solution:
- Initiate the GRPCClient introduced in [sdk 0.46](https://github.com/cosmos/cosmos-sdk/pull/11234).

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update server/start.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* wrap error

* Update server/start.go

* more complete copy

* fix grpc crash

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-09-20 15:00:36 +02:00
..
config deps: Update cosmos-sdk to v0.46.1 (#1300) 2022-08-25 08:06:45 +02:00
flags chore: Gofumpt (#1298) 2022-08-26 10:30:55 +00:00
indexer_cmd.go deps: Update cosmos-sdk to v0.46.1 (#1300) 2022-08-25 08:06:45 +02:00
indexer_service.go feat!: Store eth tx index separately (#1121) 2022-08-11 22:49:05 +02:00
json_rpc.go chore: Gofumpt (#1298) 2022-08-26 10:30:55 +00:00
start.go imp(rpc,server): concurrent gRPC queries (#1352) 2022-09-20 15:00:36 +02:00
util.go test: add integration test for the rollback cmd (#1311) 2022-09-01 16:22:25 +02:00