Refactor CalculateGas
to use proto-generated service client
#7726
Labels
Type: Code Hygiene
General cleanup and restructuring of code to provide clarity, flexibility, and modularity.
Summary of Refactor
Use the generated tx service client instead of hardcoding the gRPC route
ref: #7688 (comment)
Version
82f15f3
Description
Currently, the calculate gas makes a Tendermint query with a hardcoded gRPC route to the simulate service. This works, but we should prefer to use the generated client.
Proposed Refactor
For Admin Use
The text was updated successfully, but these errors were encountered: