File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.3.0] - 2025-06-09
6
+
7
+ ### 🚀 Features
8
+
9
+ - Setup version schedule for next protocol release (#514 )
10
+ - Support Basenames (#515 )
11
+ - Support pro users (#516 )
12
+ - Update protocol version in block header and validate it (#521 )
13
+
14
+ ### 🐛 Bug Fixes
15
+
16
+ - Fix flaky test due to timestamp conflict (#517 )
17
+ - Handle fname transfers across shards (#522 )
18
+ - Increase throttling of the event pruning job (#525 )
19
+
20
+ ### ⚡ Performance
21
+
22
+ - Fix perf test script (#507 )
23
+
24
+ ### ⚙️ Miscellaneous Tasks
25
+
26
+ - Make tier registry contract address configurable for testing (#524 )
27
+ - Add chain as a tag to onchain events logs (#526 )
28
+
5
29
## [ 0.2.22] - 2025-05-29
6
30
7
31
### 🐛 Bug Fixes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " snapchain"
3
- version = " 0.2.22 "
3
+ version = " 0.3.0 "
4
4
edition = " 2021"
5
5
default-run = " snapchain"
6
6
You can’t perform that action at this time.
0 commit comments