File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 1.22.0] ( ../../compare/1.21.3...1.22.0 ) - 2026-04-10
9+
10+ ### Added
11+
12+ - Clear-signing gating support
13+
14+ ### Fixed
15+
16+ - EIP-712 message hashing issue
17+ - Blind-signing bypass for single-byte calldata ` 0x00 ` transactions
18+ - Blind-signing bypass with EIP-712 filtering activation
19+
820## [ 1.21.3] ( ../../compare/1.21.2...1.21.3 ) - 2026-03-17
921
1022### Fixed
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ include ./makefile_conf/chain/$(CHAIN).mk
3838APPVERSION_M = 1
3939APPVERSION_N = 22
4040APPVERSION_P = 0
41- APPVERSION = $(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P ) -dev
41+ APPVERSION = $(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P )
4242
4343# Application source files
4444APP_SOURCE_PATH += src
You can’t perform that action at this time.
0 commit comments