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 block hash mismatch error on subgraph #116

Merged
merged 6 commits into from
May 16, 2023
Merged

Conversation

ilovers
Copy link
Contributor

@ilovers ilovers commented May 9, 2023

  • Targeted PR against correct branch (see CONTRIBUTING.md)

  • Linked to github-issue with discussion and accepted design OR link to spec that describes this work.

  • Wrote tests

  • Updated relevant documentation (docs/)

  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md

  • Reviewed Files changed in the github PR explorer


For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge PR #XYZ: [title]" (coding standards)

@codecov-commenter
Copy link

codecov-commenter commented May 9, 2023

Codecov Report

Merging #116 (29274d7) into dev (bb168c5) will increase coverage by 0.01%.
The diff coverage is 0.00%.

❗ Current head 29274d7 differs from pull request most recent head 5ea945a. Consider uploading reports for the commit 5ea945a to get more accurate results

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##              dev     #116      +/-   ##
==========================================
+ Coverage   34.16%   34.17%   +0.01%     
==========================================
  Files         423      423              
  Lines       44266    44252      -14     
==========================================
+ Hits        15122    15125       +3     
+ Misses      28043    28027      -16     
+ Partials     1101     1100       -1     
Impacted Files Coverage Δ
app/rpc/backend/backend.go 0.00% <0.00%> (ø)
app/rpc/namespaces/eth/api.go 0.00% <ø> (ø)
x/evm/keeper/abci.go 54.41% <0.00%> (ø)
x/evm/watcher/watcher.go 46.05% <0.00%> (-0.13%) ⬇️

... and 2 files with indirect coverage changes

@KamiD KamiD merged commit 1143a8f into dev May 16, 2023
giskook pushed a commit that referenced this pull request May 23, 2023
* fix block hash mismatch error on subgraph

* fix block hash in logs

* fix get block by hash

* change block hash

* fix ut

---------

Co-authored-by: KamiD <44460798+KamiD@users.noreply.github.com>
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.

4 participants