laconicd-deprecated/x/evm
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
..
client/cli chore: Gofumpt (#1298) 2022-08-26 10:30:55 +00:00
keeper imp(rpc,server): concurrent gRPC queries (#1352) 2022-09-20 15:00:36 +02:00
migrations !feat(deps): Upgrade cosmos-sdk to v0.46.0 (#1168) 2022-07-28 15:43:49 +02:00
simulation chore: Gofumpt (#1298) 2022-08-26 10:30:55 +00:00
spec !fix(evm): Fix eth tx hashes in json-rpc responses (#1176) 2022-07-19 15:12:48 +00:00
statedb imp(evm): stateless custom precompiles (#1272) 2022-09-15 13:54:02 +02:00
types tests: improve x/evm/types coverage (#1302) 2022-09-01 07:59:01 -07:00
vm imp(evm): stateless custom precompiles (#1272) 2022-09-15 13:54:02 +02:00
genesis_test.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
genesis.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
handler_test.go chore: Gofumpt (#1298) 2022-08-26 10:30:55 +00:00
handler.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
module.go imp(deps): Geth upgrade v1.10.19 (#1159) 2022-07-08 10:58:04 +00:00