ESP32: диагностический checkpoint для update homeserver
This commit is contained in:
parent
7d9db68d80
commit
2bd38d8d78
@ -3229,6 +3229,7 @@ static bool updateHomeserverSessionOnSolana(bool requireExisting, String &messag
|
|||||||
diagDetails += "read_pda_source=rpc\n";
|
diagDetails += "read_pda_source=rpc\n";
|
||||||
}
|
}
|
||||||
saveRegisterDiagCheckpoint(usedCachedPda ? "Homeserver PDA read from cache" : "Homeserver PDA read", diagDetails);
|
saveRegisterDiagCheckpoint(usedCachedPda ? "Homeserver PDA read from cache" : "Homeserver PDA read", diagDetails);
|
||||||
|
saveRegisterDiagCheckpoint("Homeserver PDA snapshot loaded", diagDetails);
|
||||||
|
|
||||||
uint8_t recoverySeed[32] = {};
|
uint8_t recoverySeed[32] = {};
|
||||||
uint8_t recoveryPub[32] = {};
|
uint8_t recoveryPub[32] = {};
|
||||||
@ -3263,6 +3264,7 @@ static bool updateHomeserverSessionOnSolana(bool requireExisting, String &messag
|
|||||||
return failWithDiag("NTP time is not ready");
|
return failWithDiag("NTP time is not ready");
|
||||||
}
|
}
|
||||||
diagDetails += String("updated_at_ms=") + String((unsigned long long)updatedAtMs) + "\n";
|
diagDetails += String("updated_at_ms=") + String((unsigned long long)updatedAtMs) + "\n";
|
||||||
|
saveRegisterDiagCheckpoint("Homeserver update timestamp ready", diagDetails);
|
||||||
|
|
||||||
uint8_t userPda[32] = {};
|
uint8_t userPda[32] = {};
|
||||||
uint8_t economyConfig[32] = {};
|
uint8_t economyConfig[32] = {};
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
client.version=1.2.247
|
client.version=1.2.248
|
||||||
server.version=1.2.232
|
server.version=1.2.233
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user