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

extract transaction-error crate #2295

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

kevinheavey
Copy link

Problem

solana_sdk::signer and solana_sdk::transaction would be great to have outside the SDK. For that to happen, solana_sdk::transaction::error needs to move to its own crate, otherwise we get a circular dependency.

Summary of Changes

  • move error.rs to its own crate
  • update usage of TransctionError in solana-sdk

@kevinheavey kevinheavey force-pushed the transaction-error-crate branch 4 times, most recently from 8379e54 to ec6b7ab Compare September 11, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In review
Development

Successfully merging this pull request may close these issues.

1 participant