Releases: Concordium/concordium-wallet-proxy
wallet-proxy 0.29.1
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
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
This is a bugfix release that corrects the behaviour of CIS2TokenBalance endpoint.
wallet-proxy 0.26.2
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
- Fix displaying
message
in contract updates. Use hex consistently.
wallet-proxy 0.25.0
- Add
GET /v0/termsAndConditionsVersion
endpoint and the corresponding configuration options--tc-version
, and--tc-url
which default to 1.0.0 and https://developer.concordium.software/en/mainnet/net/resources/terms-and-conditions-bw.html if not set.
wallet-proxy 0.23.0
- Expose "contract name" in the CIS2TokenMetadata response.
wallet-proxy 0.21.0
- Add support for CIS2TokenMetadata and CIS2TokenBalance queries.
wallet-proxy 0.20.0
- Add support for protocol version 5.