We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem: given an indexer handle matches a contract type, but the underlying logic used to parse the contract fail we fail close.
Solution: Instead fail open on missing a DAO Contract address. This means that given a pluggable indexer's handle run fails then we fail open.
The text was updated successfully, but these errors were encountered:
indexer_1 | thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: no dao_address', /app/src/historical_parser.rs:85:69 indexer_1 | stack backtrace: indexer_1 | 0: 0x560c95bf92ad - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b indexer_1 | at /r
Sorry, something went wrong.
I might have fixed this with my latest commit; want to try?
Yep this is closed
No branches or pull requests
Problem:
given an indexer handle matches a contract type, but the underlying logic used to parse the contract fail we fail close.
Solution:
Instead fail open on missing a DAO Contract address. This means that given a pluggable indexer's handle run fails then we fail open.
The text was updated successfully, but these errors were encountered: