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

Duplicated transactions in transactions array on eth_getBlockByNumber #2853

Closed
natanasow opened this issue Aug 20, 2024 · 0 comments · Fixed by #2854
Closed

Duplicated transactions in transactions array on eth_getBlockByNumber #2853

natanasow opened this issue Aug 20, 2024 · 0 comments · Fixed by #2854
Assignees
Labels
bug Something isn't working
Milestone

Comments

@natanasow
Copy link
Collaborator

Description

There are multiple duplicated transactions in transactions array on eth_getBlockByNumber

Steps to reproduce

Example body:

{
    "jsonrpc": "2.0",
    "method": "eth_getBlockByNumber",
    "params": [
        "0x7B9CDB",
        false
    ],
    "id": 1
}

Additional context

image

Hedera network

testnet

Version

0.54.2

Operating system

None

@natanasow natanasow added the bug Something isn't working label Aug 20, 2024
@natanasow natanasow self-assigned this Aug 20, 2024
@natanasow natanasow added this to the 0.55.0 milestone Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
1 participant