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

Fix get block (backport #781) #791

Closed
wants to merge 1 commit into from

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Nov 26, 2021

This is an automatic backport of pull request #781 done by Mergify.
Cherry-pick of bfe059e has failed:

On branch mergify/bp/release/v0.7.x/pr-781
Your branch is up to date with 'origin/release/v0.7.x'.

You are currently cherry-picking commit bfe059e.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   CHANGELOG.md
	both modified:   rpc/ethereum/backend/backend.go

no changes added to commit (use "git add" and/or "git commit -a")

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

(cherry picked from commit bfe059e)

# Conflicts:
#	CHANGELOG.md
#	rpc/ethereum/backend/backend.go
@codecov
Copy link

codecov bot commented Nov 26, 2021

Codecov Report

Merging #791 (bfe059e) into release/v0.7.x (39c49c6) will increase coverage by 0.43%.
The diff coverage is 36.25%.

❗ Current head bfe059e differs from pull request most recent head 13aad6b. Consider uploading reports for the commit 13aad6b to get more accurate results
Impacted file tree graph

@@                Coverage Diff                 @@
##           release/v0.7.x     #791      +/-   ##
==================================================
+ Coverage           56.87%   57.30%   +0.43%     
==================================================
  Files                  64       71       +7     
  Lines                5352     6041     +689     
==================================================
+ Hits                 3044     3462     +418     
- Misses               2153     2377     +224     
- Partials              155      202      +47     
Impacted Files Coverage Δ
app/export.go 13.38% <0.00%> (-0.10%) ⬇️
app/test_helpers.go 0.00% <0.00%> (ø)
client/keys.go 0.00% <0.00%> (ø)
client/testnet.go 0.00% <0.00%> (ø)
rpc/ethereum/pubsub/pubsub.go 78.48% <ø> (+78.48%) ⬆️
rpc/ethereum/types/addrlock.go 0.00% <ø> (ø)
rpc/ethereum/types/block.go 50.46% <ø> (+1.37%) ⬆️
rpc/ethereum/types/query_client.go 0.00% <ø> (ø)
rpc/ethereum/types/utils.go 0.00% <0.00%> (ø)
x/evm/client/cli/query.go 0.00% <ø> (ø)
... and 66 more

@lgtm-com
Copy link

lgtm-com bot commented Nov 26, 2021

This pull request introduces 5 alerts when merging 13aad6b into d5775ee - view on LGTM.com

new alerts:

  • 4 for Unreachable statement
  • 1 for Useless assignment to local variable

@fedekunze fedekunze closed this Dec 7, 2021
@mergify mergify bot deleted the mergify/bp/release/v0.7.x/pr-781 branch December 7, 2021 16:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants