Новый протокол Solana PDA 1.2

This commit is contained in:
AidarKC
2026-09-26 11:01:14 +03:00
parent 6e5b57fd7c
commit c997057a37
47 changed files with 2392 additions and 4480 deletions
+3
View File
@@ -544,6 +544,9 @@ export function render({navigate, chrome}) {
if (operationBusy) return;
const normalizedList = uniqueLogins(nextLogins);
if (normalizedList.length > 1) {
throw new Error('PDA 1.2 поддерживает только один сервер доступа.');
}
setOperationBusy(true);
target.textContent = String(inFlightText || 'Обновляем сервер доступа...');
let signingMaterial = null;