Skip to content

Commit 869e5cb

Browse files
v0.27-alpha: peer counts, startup fix, route visualization polish
Features: - Dual peer count badge (B:N L:N) on Lightning Pay screen - Shows bitcoind P2P and Lightning peer counts independently - Positioned below fold opposite Balance label Bug Fixes: - Burst sync not starting on cold boot (setRpc/setMode order) - Route visualization showing failed path instead of succeeded - Route data missing on fast payments (placeholder satisfied check) - Receive screen: keyboard dismiss + auto-scroll on invoice/receive Documentation: - RELIABILITY.md: comprehensive reliability settings reference - BIP-110 README corrections Tests: - 12 new tests for startup order and critical network holds - Total: 53 tests across 7 suites
1 parent aa24313 commit 869e5cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ android {
3131
applicationId = "com.pocketnode"
3232
minSdk = 28
3333
targetSdk = 34
34-
versionCode = 25
35-
versionName = "0.26-alpha"
34+
versionCode = 26
35+
versionName = "0.27-alpha"
3636

3737
// Only include ARM64 native libs (bitcoind + libbwt_jni)
3838
ndk {

0 commit comments

Comments
 (0)