Skip to content

Releases: Concordium/concordium-wallet-proxy

wallet-proxy 0.29.1

01 Nov 09:56
13d691f
Compare
Choose a tag to compare

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.

wallet-proxy 0.28.0

09 Aug 09:18
80ef058
Compare
Choose a tag to compare

This release adds support for protocol 6. This version of the wallet-proxy requires node version 6.

Other changes

  • Make the CCD drop amount configurable at runtime via the --drop-amount option.

wallet-proxy 0.26.3

18 May 07:22
e8d3bcb
Compare
Choose a tag to compare

This is a bugfix release that corrects the behaviour of CIS2TokenBalance endpoint.

wallet-proxy 0.26.2

26 Apr 21:01
4b0830f
Compare
Choose a tag to compare

The major feature of this release is the change in the way the wallet-proxy connects to the node. It now uses the V2 GRPC interface.

The API of the proxy stays the same otherwise.

Changes

  • The --grpc-authentication-token option has been removed.
  • The wallet proxy now uses the node GRPC API V2 to interact with the node.
    The port specified with the --grpc-port option must therefore now be one
    on which this is served. Since the default port on which the V2 GRPC API is
    served by a node is 20000, the default value of this option has been updated
    to reflect this.

wallet-proxy 0.25.1

09 Jan 19:19
e50ca14
Compare
Choose a tag to compare
  • Fix displaying message in contract updates. Use hex consistently.

wallet-proxy 0.25.0

09 Jan 19:18
Compare
Choose a tag to compare

wallet-proxy 0.23.0

09 Jan 19:21
Compare
Choose a tag to compare
  • Expose "contract name" in the CIS2TokenMetadata response.

wallet-proxy 0.21.0

09 Jan 19:20
0c00e2f
Compare
Choose a tag to compare
  • Add support for CIS2TokenMetadata and CIS2TokenBalance queries.

wallet-proxy 0.20.0

09 Jan 19:20
c6ad619
Compare
Choose a tag to compare
  • Add support for protocol version 5.