Skip to content

[BUG]: eth_getBlock or get_blocks cant retrieve block num 0xd98583  #2

@ciesse79

Description

@ciesse79

Description of the bug

I'm trying to retrieve the block 0xd98583 (14255491) but both eth_getBlock or get_blocks with count 1 get the results:

Error in bind_rows():
! Can't combine ..1$to and ..28$to .
Run rlang::last_error() to see where the error occurred.

Steps To Reproduce

library(ether)
set_rpc_address("https://mainnet.infura.io/v3/")
eth_getBlock(number = "0xd98583")

or

get_blocks(start = "0xd98583", count = 1)

Additional Information

macOS 12.0.1
RStudio 2022.02 b443
R ver 4.1.1

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions