File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.6.4] ( https://github.com/pactus-project/pactus/compare/v1.6.3...v1.6.4 ) (2024-12-10)
4+
5+ ### Feat
6+
7+ - ** network** : evaluate propagate policy for gossip messages ([ #1629 ] ( https://github.com/pactus-project/pactus/pull/1629 ) )
8+
9+ ### Fix
10+
11+ - ** deps** : update some dependencies
12+ - move LockOSThread to init
13+ - ** deps** : downgrade go-libp2p to v0.36.5 ([ #1636 ] ( https://github.com/pactus-project/pactus/pull/1636 ) )
14+ - ** consensus** : ensure slow consensus terminates on cp-round > 0 ([ #1634 ] ( https://github.com/pactus-project/pactus/pull/1634 ) )
15+ - ** gtk** : fix missing colon on connection label ([ #1635 ] ( https://github.com/pactus-project/pactus/pull/1635 ) )
16+ - ** gtk** : fix panic on Windows 11 when laoding Pactus logo ([ #1633 ] ( https://github.com/pactus-project/pactus/pull/1633 ) )
17+
318## [ 1.6.3] ( https://github.com/pactus-project/pactus/compare/v1.6.2...v1.6.3 ) (2024-11-30)
419
520### Fix
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ var NodeVersion = Version{
1616 Major : 1 ,
1717 Minor : 6 ,
1818 Patch : 4 ,
19- Meta : "beta " ,
20- Alias : "" ,
19+ Meta : "" ,
20+ Alias : "Mumbai " ,
2121}
2222
2323// Version defines the version of Pactus software.
You can’t perform that action at this time.
0 commit comments