@@ -4,8 +4,13 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https://
4
4
5
5
## [ Unreleased]
6
6
7
- ## [ 2025.2-hu] (2025-01-28 )
7
+ ## [ 2025.2-hu] (2025-02-04 )
8
8
9
+ - Feature/remove double spending bloomfilter ([ #5417 ] )
10
+ - HU - Downgrade harmless log message from info to debug ([ #5405 ] )
11
+ - lower default ticket verification quorum to 0.7 ([ #5404 ] )
12
+ - Downgrade harmless log message from info to debug ([ #5403 ] )
13
+ - Redirect from mixnode page to nodes page ([ #5397 ] )
9
14
- chore : update version of chain watcher and validator rewarder ([ #5394 ] )
10
15
- bugfix: correctly handle ingore epoch roles flag ([ #5390 ] )
11
16
- bugfix: terminate mixnet socket listener on shutdown ([ #5389 ] )
@@ -40,6 +45,11 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https://
40
45
- NS API: add mixnet scraper ([ #5200 ] )
41
46
- build(deps): bump criterion from 0.4.0 to 0.5.1 ([ #4911 ] )
42
47
48
+ [ #5417 ] : https://github.com/nymtech/nym/pull/5417
49
+ [ #5405 ] : https://github.com/nymtech/nym/pull/5405
50
+ [ #5404 ] : https://github.com/nymtech/nym/pull/5404
51
+ [ #5403 ] : https://github.com/nymtech/nym/pull/5403
52
+ [ #5397 ] : https://github.com/nymtech/nym/pull/5397
43
53
[ #5394 ] : https://github.com/nymtech/nym/pull/5394
44
54
[ #5390 ] : https://github.com/nymtech/nym/pull/5390
45
55
[ #5389 ] : https://github.com/nymtech/nym/pull/5389
0 commit comments