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
In https://docs.anoma.net/user-guide/ledger.html or somewhere around there, we should explain that unsynced node can be used to broadcast transactions, but the client won't be able to see transaction result until the node is synced to the height at which the transaction is applied (which usually results in timeout error: Encountered error while broadcasting transaction: Connection timed out).
We have a related issue to improve node logs to make it easier to see sync status in the node anoma/namada#25, until then it's possible to use e.g. curl http://localhost:26657/status to check the sync status via tendermint
The text was updated successfully, but these errors were encountered:
In https://docs.anoma.net/user-guide/ledger.html or somewhere around there, we should explain that unsynced node can be used to broadcast transactions, but the client won't be able to see transaction result until the node is synced to the height at which the transaction is applied (which usually results in timeout error:
Encountered error while broadcasting transaction: Connection timed out
).We have a related issue to improve node logs to make it easier to see sync status in the node anoma/namada#25, until then it's possible to use e.g.
curl http://localhost:26657/status
to check the sync status via tendermintThe text was updated successfully, but these errors were encountered: