You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(eth): Test GetProof (rpc/types/query_client.go) in a similar manner to cosmos-sdk/client/rpc/rpc_test.go using a network after EVM is wired into the app keepers.
Testing this without mocks requires a client.Context with clientCtx.Heightand a valid call for clientCtx.QueryABCI that will return a merkle proof. Thisis trivial with a network but very challening to test otherwise.
test(eth): Test GetProof (rpc/types/query_client.go) in a similar manner to cosmos-sdk/client/rpc/rpc_test.go using a network after EVM is wired into the app keepers.
Testing this without mocks requires a
client.Context
withclientCtx.Height
and a valid call forclientCtx.QueryABCI
that will return a merkle proof. Thisis trivial with a network but very challening to test otherwise.The text was updated successfully, but these errors were encountered: