We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3410d commit 13e633eCopy full SHA for 13e633e
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## [1.21.3](../../compare/1.21.2...1.21.3) - 2026-03-17
9
+
10
+### Fixed
11
12
+- Missing trusted name matching with EIP-712 empty calldata
13
14
## [1.21.2](../../compare/1.21.1...1.21.2) - 2026-03-03
15
16
### Added
Makefile
@@ -37,7 +37,7 @@ include ./makefile_conf/chain/$(CHAIN).mk
37
38
APPVERSION_M = 1
39
APPVERSION_N = 21
40
-APPVERSION_P = 2
+APPVERSION_P = 3
41
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
42
43
# Application source files
0 commit comments