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
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.16.0](../../compare/1.15.0...1.16.0) - 2025-xx-xx
## [1.17.0](../../compare/1.16.0...1.17.0) - 2025-xx-xx

## [1.16.0](../../compare/1.15.0...1.16.0) - 2025-04-28

### Added

- (network) Berachain
- Transaction check
- Support for proxy contract clear-signing
- New clear-signing formatter for token ticker (without an amount)

### Changed

- The calldata is now compressed in RAM, enabling the support of even larger transactions
- Fixed values of trusted names key IDs
- Improved error handling with plugins
- Moved button to see contract info to the first key-value pair (Flex/Stax)

## [1.15.0](../../compare/1.14.0...1.15.0) - 2025-01-30

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ endif
include ./makefile_conf/chain/$(CHAIN).mk

APPVERSION_M = 1
APPVERSION_N = 16
APPVERSION_N = 17
APPVERSION_P = 0
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev

Expand Down
Loading