Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

client run a transaction again with each eth_get RPC request #5034

@winsvega

Description

@winsvega

Here is the issue.
A transaction impoted with a block and executed.
�[35m2018-05-25 18:13:37�[0m �[34meth�[0m rpc {"jsonrpc":"2.0","method":"debug_accountRangeAt","params":["1", 1000, "0", 1000],"id":5}
transaction executed again

A returned is list of accounts.
for each account from that list
{

�[35m2018-05-25 18:13:37�[0m �[34meth�[0m rpc {"jsonrpc":"2.0","method":"eth_getBalance","params":["a94f5374fce5edbc8e2a8697c15331677e6ebf0b", "1"],"id":6}

a transaction is executed again

�[35m2018-05-25 18:13:37�[0m �[34meth�[0m rpc {"jsonrpc":"2.0","method":"eth_getCode","params":["a94f5374fce5edbc8e2a8697c15331677e6ebf0b", "1"],"id":7}

a transaction is executed again

�[35m2018-05-25 18:13:37�[0m �[34meth�[0m rpc {"jsonrpc":"2.0","method":"eth_getTransactionCount","params":["a94f5374fce5edbc8e2a8697c15331677e6ebf0b", "1"],"id":8}

a transaction is executed again

�[35m2018-05-25 18:13:37�[0m �[34meth�[0m rpc {"jsonrpc":"2.0","method":"debug_storageRangeAt","params":["1", 1000, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b", "0", 1000],"id":9}

a transaction is executed again

}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions