We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d9311 commit 65ca42dCopy full SHA for 65ca42d
1 file changed
p2p/CHANGELOG.md
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.0.0.51] - 2023-05-19
11
+
12
+- Refactored `rainTreeRouter` logging methods
13
+- Renamed `rainTreeRouter#HandleNetworkData()` to `#handleRainTreeMsg()`
14
+- Renamed `p2pModule#handleNetworkData()` to `#handleAppData()`
15
+- Added -tags=test to all test make targets
16
+- Fixed mockdns usage in `TestP2PModule_Insecure_Error` test
17
+- Moved message handling from p2p module to router
18
19
## [0.0.0.50] - 2023-05-08
20
21
- Removed unused `Transport` interface
0 commit comments