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,17 @@ 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.16.1] ( ../../compare/1.16.0...1.16.1-lns ) - 2026-03-30
9+
10+ ### Fixed
11+
12+ - RLP elements parsing
13+
14+ ### Removed
15+
16+ - 44'/1' derivation path
17+ - 45' derivation path from clones
18+
819## [ 1.16.0] ( ../../compare/1.15.0...1.16.0 ) - 2025-04-28
920
1021### Added
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ include ./makefile_conf/chain/$(CHAIN).mk
3737
3838APPVERSION_M = 1
3939APPVERSION_N = 16
40- APPVERSION_P = 0
40+ APPVERSION_P = 1
4141APPVERSION = $(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P )
4242
4343# Application source files
You can’t perform that action at this time.
0 commit comments