Skip to content

Open-source test to verify if a given RPC is consistent on the eth_getLogs method or not.

Notifications You must be signed in to change notification settings

MobulaFi/evm-rpc-consistency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Is eth_getLogs consistent?

Spoiler: no, it's not.

Methodology

  • We ping the head of the chain with eth_getLogs every new block for 100 blocks.
  • We then ask in a single eth_getLogs call for the logs of the last 100 blocks.
  • We compare the two results.

About

Open-source test to verify if a given RPC is consistent on the eth_getLogs method or not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published