Skip to content

refactor(extractors/solana): replace panics with errors#1956

Open
sistemd wants to merge 1 commit intomainfrom
sistemd/solana-less-panics
Open

refactor(extractors/solana): replace panics with errors#1956
sistemd wants to merge 1 commit intomainfrom
sistemd/solana-less-panics

Conversation

@sistemd
Copy link
Contributor

@sistemd sistemd commented Mar 11, 2026

No description provided.

tx_index: u32,
message: rpc_client::UiRawMessage,
) -> Self {
) -> anyhow::Result<Self> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we avoid using anyhow in the production code and follow the project error reporting guidelines?

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