Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

fix pruned node integration test #1223

Merged
merged 1 commit into from
Aug 3, 2022
Merged

Conversation

yihuang
Copy link
Contributor

@yihuang yihuang commented Aug 3, 2022

Description

closes: #1222

Integration tests to be added in: #1212


For contributor use:

  • 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.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@codecov
Copy link

codecov bot commented Aug 3, 2022

Codecov Report

Merging #1223 (76cde5e) into main (642da0c) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1223      +/-   ##
==========================================
- Coverage   57.22%   57.19%   -0.04%     
==========================================
  Files          94       94              
  Lines        8398     8399       +1     
==========================================
- Hits         4806     4804       -2     
- Misses       3349     3351       +2     
- Partials      243      244       +1     
Impacted Files Coverage Δ
rpc/backend/evm_backend.go 24.19% <100.00%> (-0.32%) ⬇️

@fedekunze fedekunze merged commit 8d3a2b1 into evmos:main Aug 3, 2022
@yihuang yihuang deleted the fix-pruned-api branch August 3, 2022 07:57
fedekunze pushed a commit that referenced this pull request Aug 3, 2022
devon-chain pushed a commit to FunctionX/ethermint that referenced this pull request Nov 17, 2022
@danburck danburck mentioned this pull request Nov 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

json-rpc test fail on pruned node
2 participants