Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove accounts-db dependency from SVM crate #3506

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

pgarg66
Copy link

@pgarg66 pgarg66 commented Nov 6, 2024

Problem

SVM has dependency on accounts-db crate. This will cause issues in moving SVM to its own repo.

Summary of Changes

The dep was caused by usage in rpc-server example code. The code was actually ignoring the object created from this dep. Removed the dep and object instantiation.

Fixes #

@pgarg66 pgarg66 requested a review from dmakarov November 6, 2024 20:49
@pgarg66 pgarg66 marked this pull request as ready for review November 6, 2024 22:50
@pgarg66 pgarg66 merged commit 966c3c8 into anza-xyz:master Nov 7, 2024
40 checks passed
@pgarg66 pgarg66 deleted the svm-deps branch November 7, 2024 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants