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

indexer-common: network pauses exit message #472

Merged
merged 2 commits into from
Feb 10, 2023
Merged

Conversation

hopeyen
Copy link
Contributor

@hopeyen hopeyen commented Aug 29, 2022

Early exit message on contract calls to the network

Resolve #207

@hopeyen hopeyen changed the title indexer-common: network create indexer-common: network pauses exit message Aug 29, 2022
@hopeyen hopeyen requested a review from fordN August 29, 2022 20:55
Copy link
Contributor

@tilacog tilacog left a comment

Choose a reason for hiding this comment

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

Tested the indexer-agent locally and it works as expected.

Similar errors are still around some contract calls, like this call to stableCoin.decimals():

const decimals = await stableCoin.decimals()

But I believe it can be worked in future PRs.

@hopeyen hopeyen force-pushed the hope/pauses-exit-message branch from 8c80615 to c211bf9 Compare February 10, 2023 18:07
@hopeyen hopeyen merged commit 89bb480 into main Feb 10, 2023
@hopeyen hopeyen deleted the hope/pauses-exit-message branch February 10, 2023 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🚗 Merged
Development

Successfully merging this pull request may close these issues.

indexer-agent always exits with fatal error: CALL_EXCEPTION for method: paused()
3 participants