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

fix: bug in evm-indexer #77

Merged
merged 8 commits into from
Oct 1, 2024

Conversation

evgeniy-scherbina
Copy link

@evgeniy-scherbina evgeniy-scherbina commented Sep 28, 2024

when kava in state-sync mode, it returns zero as latest_block_height, which leads to undesired behavior, more
details here: #79 to prevent this we wait until state-sync will finish

@evgeniy-scherbina evgeniy-scherbina force-pushed the yevhenii/evm-indexer-v26 branch 2 times, most recently from dccfd5a to 8a92825 Compare September 28, 2024 01:36
@evgeniy-scherbina evgeniy-scherbina marked this pull request as ready for review September 28, 2024 01:40
server/indexer_service.go Outdated Show resolved Hide resolved
server/indexer_service_test.go Outdated Show resolved Hide resolved
server/indexer_service.go Outdated Show resolved Hide resolved
@evgeniy-scherbina evgeniy-scherbina changed the title fix: fix bug in evm-indexer fix: bug in evm-indexer Sep 30, 2024
server/indexer_service.go Outdated Show resolved Hide resolved
@evgeniy-scherbina evgeniy-scherbina merged commit 6aa9e61 into kava/release/v0.26.x Oct 1, 2024
15 checks passed
evgeniy-scherbina added a commit that referenced this pull request Oct 2, 2024
* fix: fix bug in evm-indexer

* fix: change documentation link

* docs: improve names for tests

* chore: update cenkalti/backoff library

* refactor: use exponential-back-off instead of constant-back-off

* refactor: use constants for back-off configuration

* fix: linter

* chore: increase status client timeout
evgeniy-scherbina added a commit that referenced this pull request Oct 2, 2024
* fix: bug in evm-indexer (#77)

* fix: fix bug in evm-indexer

* fix: change documentation link

* docs: improve names for tests

* chore: update cenkalti/backoff library

* refactor: use exponential-back-off instead of constant-back-off

* refactor: use constants for back-off configuration

* fix: linter

* chore: increase status client timeout

* style: fix linter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants