File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.7.1] ( https://github.com/pactus-project/pactus/compare/v1.7.0...v1.7.1 ) (2025-02-09)
4+
5+ ### Fix
6+
7+ - ** state** : check the xeggex account hash on committing new block ([ #1688 ] ( https://github.com/pactus-project/pactus/pull/1688 ) )
8+ - ** state, sandbox** : implement the PIP-38 ([ #1687 ] ( https://github.com/pactus-project/pactus/pull/1687 ) )
9+
310## [ 1.7.0] ( https://github.com/pactus-project/pactus/compare/v1.6.0...v1.7.0 ) (2025-01-23)
411
512### Feat
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ var NodeVersion = Version{
1616 Major : 1 ,
1717 Minor : 7 ,
1818 Patch : 1 ,
19- Meta : "beta " ,
20- Alias : "" ,
19+ Meta : "" ,
20+ Alias : "Seoul " ,
2121}
2222
2323// Version defines the version of Pactus software.
You can’t perform that action at this time.
0 commit comments