You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
All notable changes to bitcoin-tui are documented here.
4
4
5
+
## [0.7.1] - 2026-03-17
6
+
7
+
### Changed
8
+
- RPC client now uses HTTP/1.1 with `Connection: close` to fix empty-response errors against Bitcoin Core
9
+
- Default RPC timeout increased from 10s to 30s to accommodate slow responses during initial startup (mempool load, IBD catch-up)
10
+
- Removed `Start height` field from peer detail overlay — `startingheight` is deprecated in Bitcoin Core v31 and will be removed in v32
11
+
12
+
### Fixed
13
+
- Improved RPC error messages: timeout and connection-closed failures are now reported distinctly instead of both showing as "Empty response from Bitcoin Core"
0 commit comments