ebc47af0bd
* fix: chain-id in grpc query is not initialized without abci event Closes: #1404 Solution: - pass the chain-id from caller. * Update CHANGELOG.md * only override if input is not empty * add comment to chain id * pass chain-id to state transition * Update x/evm/keeper/grpc_query.go * Apply suggestions from code review * fix golang lint * update gomod2nix.toml * fix unit tests * update gomod2nix * api breaking changelog * add unit tests, and fix TraceBlock by the way * Update CHANGELOG.md * test --grpc-only mode in integration tests * remove tmp var * Update tests/integration_tests/test_grpc_only.py * Update x/evm/keeper/grpc_query_test.go Co-authored-by: mmsqe <tqd0800210105@gmail.com> * fix linters * fix nil pointer in tests * fix conflicts * fix conflicts * fixes * fix lint * fix unit test Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> Co-authored-by: mmsqe <tqd0800210105@gmail.com> Co-authored-by: Freddy Caceres <facs95@gmail.com> |
||
---|---|---|
.. | ||
abci_test.go | ||
abci.go | ||
benchmark_test.go | ||
grpc_query_test.go | ||
grpc_query.go | ||
hooks_test.go | ||
hooks.go | ||
integration_test.go | ||
keeper_test.go | ||
keeper.go | ||
migrations_test.go | ||
migrations.go | ||
msg_server_test.go | ||
msg_server.go | ||
params_test.go | ||
params.go | ||
state_transition_benchmark_test.go | ||
state_transition_test.go | ||
state_transition.go | ||
statedb_benchmark_test.go | ||
statedb_test.go | ||
statedb.go | ||
utils_test.go | ||
utils.go |