Skip to content

wallet-proxy 0.29.1

Latest
Compare
Choose a tag to compare
@abizjak abizjak released this 01 Nov 09:56
· 25 commits to main since this release
13d691f

Changes

  • Improve reconnect handling. If the request to the node times out or fails due to resource exhaustion then the connection to the node is longer reset. If the query fails due to timeout the wallet-proxy will now return status code 503 where it previously returned 502.

  • Add an optional success field to the transactionStatus response if querying the cost of a contract update. It indicates whether contract execution succeeded.