SHA256
Новый протокол Solana PDA 1.2
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Legacy 1.0 e2e kept only as a historical fixture. PDA 1.2 uses the native compact instruction wire format; see pda-v1-2-codec.mjs and the 1.2 format spec.
|
||||
import * as anchor from "@coral-xyz/anchor";
|
||||
import { Program } from "@coral-xyz/anchor";
|
||||
import {
|
||||
@@ -189,7 +190,7 @@ function extractSigFromEdIx(ixData: Buffer): Buffer {
|
||||
return ixData.subarray(signatureOffset, signatureOffset + 64);
|
||||
}
|
||||
|
||||
describe("shine_users e2e", () => {
|
||||
describe.skip("legacy shine_users PDA 1.0 e2e (reference only)", () => {
|
||||
anchor.setProvider(anchor.AnchorProvider.env());
|
||||
const provider = anchor.getProvider() as anchor.AnchorProvider;
|
||||
const program = anchor.workspace.shine as Program<Shine>;
|
||||
|
||||
Reference in New Issue
Block a user