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

feat: improved error handling #2

Merged
merged 2 commits into from
Nov 20, 2023
Merged

Conversation

thlorenz
Copy link
Contributor

Previously if we encountered an invalid IDL, we just crashed and returned nothing, not even the
valid IDLs we found.

Now we return all IDLs we can possible find + failures for the ones where we failed.

Additionally we include a failure now that we couldn't find any txs for a given IDL, but
had to resolve from the IDL acount itself.

As part of this we added a transaction dumping util that is used to diagnose + repro IDL
issues.

@thlorenz thlorenz merged commit 553b19e into master Nov 20, 2023
3 checks passed
@thlorenz thlorenz deleted the thlorenz/custom-upload-flows branch November 20, 2023 11:31
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.

1 participant