Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

## [unreleased]

## [0.46.0] - 2026-03-10

- Add `GET` endpoint `/v0/blockInfo/{blockHash}` for getting block information for a given block hash.
- Add `GET` endpoint `/v0/blocksAtHeight/{blockHeight}` for getting block hashes at a given absolute block height.

- Add `GET` endpoint `/v0/consensusInfo` for getting the current consensus status from the node, including last finalized block, best block, protocol version, and timing parameters.

## [0.45.0] - 2026-02-23
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: wallet-proxy
version: 0.45.0
version: 0.46.0
github: "Concordium/concordium-wallet-proxy"
author: "Concordium"
maintainer: "developers@concordium.com"
Expand Down
Loading