Add LiteSVM tests for the Realloc anchor program#480
Merged
Perelyn-sama merged 4 commits intosolana-developers:mainfrom Dec 30, 2025
Merged
Conversation
* Update anchor-realloc test descriptions for clarity * Remove unnecessary console logs from anchor-realloc tests * Introduce new LiteSVM test for realloc functionality, validating initialization and updates of message accounts
* Upgrade @solana/web3.js to version 1.98.4 * Add litesvm dependency at version 0.4.0 * Change TypeScript module resolution from commonjs to nodenext in tsconfig.json * Update pnpm-lock.yaml to reflect new dependency versions and resolutions
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.
Adds LiteSVM-based tests for the
reallocexample and removes the deprecated Bankrun setup.Updates dependencies and switches the TypeScript configuration to nodenext for consistency with modern tooling.
CC: @jacobcreech @Perelyn-sama