Починить native Ed25519 update_user_pda без OOM

This commit is contained in:
AidarKC
2026-06-04 13:47:47 +04:00
parent eeb115584d
commit de9606519a
6 changed files with 72 additions and 43 deletions
+2 -2
View File
@@ -294,7 +294,7 @@ describe("shine_users e2e", () => {
.instruction();
await provider.sendAndConfirm(
new Transaction().add(createLastBlockEdIx, createEdIx, createIx),
new Transaction().add(createEdIx, createLastBlockEdIx, createIx),
[]
);
@@ -388,7 +388,7 @@ describe("shine_users e2e", () => {
.instruction();
await provider.sendAndConfirm(
new Transaction().add(updateLastBlockEdIx, updateEdIx, updateIx),
new Transaction().add(updateEdIx, updateLastBlockEdIx, updateIx),
[]
);