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
Any command that adds transactions to the mempool will now have to wait for the block to be included in the chain, this is why you're experiencing a delay for the response (they do a broadcast_commit, so it's blocking)
I will look into how we can optimize this UX, so will keep the issue open
Description
#969
a11a07f
This setting introduced significant 1 - 2 seconds delay in response to gnokey maketx addpkg and gnokey maketx call
It's parent commit does not have issue. gnokey got instant responses
72a5732
Tested locally with single instant and started gno.land instance with fresh state
The text was updated successfully, but these errors were encountered: