Skip to content

Commit f3eca69

Browse files
authored
ci: commit the mb program (#60)
1 parent c463f09 commit f3eca69

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

program/fuzz/program-mb-3-17-2025.so

166 KB
Binary file not shown.

scripts/ci/conformance.mjs

+1-7
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,9 @@ import { getProgramId, getProgramSharedObjectPath, workingDirectory } from '../u
88

99
const programId = getProgramId('program');
1010
const programBinaryPath = getProgramSharedObjectPath('program');
11-
const baseBinaryDirPath = path.join(workingDirectory, 'target', 'dump-solana');
12-
const baseBinaryPath = path.join(baseBinaryDirPath, 'base.so');
11+
const baseBinaryPath = path.join(workingDirectory, 'program', 'fuzz', 'program-mb-3-17-2025.so');
1312
const molluskFixturesPath = path.join(workingDirectory, 'program', 'fuzz', 'blob');
1413

15-
// Clone the program from mainnet-beta.
16-
// TODO: Switch to clone from mainnet-beta once feature is activated.
17-
await $`mkdir -p ${baseBinaryDirPath}`;
18-
await $`solana program dump -ud ${programId} ${baseBinaryPath}`;
19-
2014
// Test this program against the cloned program for conformance with Mollusk.
2115
let output = await $`mollusk run-test \
2216
--proto firedancer \

0 commit comments

Comments
 (0)