Teja2045
Teja2045
closes #1498
https://github.com/vitwit/resolute/blob/5f79032361f9435b90d405d7fba7431cb5b55e8c/server/server.go#L42-L45 The db connection is failing after trying only once. This is creating issue when running docker compose file. Server image depends on db image when running docker compose up,...
async calls like dispatch(getBalances(inputs)), dispatch(getAuthzBalances(inputs)), dispatch(getDelegations(inputs)) are being executed even when they should stopped after some certain actions. example: (when ExitAuthzMode action is done, the pending dispatch(getAuthzBalances(inputs) should be stopped,...
feat: dockerize the application
I want to use ed25519 signature circuit to verify Cosmos SDK consensus signatures, but there is no implementation for the curve in gnark-crypto labrary. It would great if someone can...