fix anchor test with TypeScript#19
Open
AuroraLantean wants to merge 2 commits intoiam-protocol:developfrom
Open
fix anchor test with TypeScript#19AuroraLantean wants to merge 2 commits intoiam-protocol:developfrom
AuroraLantean wants to merge 2 commits intoiam-protocol:developfrom
Conversation
…teral may only specify known properties
zkr99
reviewed
Apr 11, 2026
Member
zkr99
left a comment
There was a problem hiding this comment.
Good progress — the import type and .accountsStrict() changes are solid improvements, please keep those.
For this PR, let's revert the toolchain-level changes to keep the build stable during the hackathon sprint:
"type": "module"in package.json andmodule: "esnext"in tsconfig (the ESM migration pulls in thefileURLToPath/import.meta.urlchanges too — all of that can come out)@types/nodeversion bump#![allow(unexpected_cfgs)]on the Rust files — those warnings come from Anchor's derive macros, not our code, so they're safe to leave as-is
Once that's cleaned up this is good to merge. After that, the next high-value deliverable is the compute budget analysis — measuring actual CU consumed per instruction across all 3 programs. That data feeds directly into the transaction batching work we just shipped.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
resolve TypeScript error when running "anchor test"
resolve compilation warning when running "anchor build"