Skip to content

Estimate the cost of a transaction, as if it was created after verkle tree integration

Notifications You must be signed in to change notification settings

eth-infinitism/verkle-gas-estimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verkle Gas Estimator

Attempt to estimate the gas cost of a transaction, as if it was executed after verkle tree integration.

Verkle trees gas cost are different. Specifically, accessing CODE is no longer a constant value, but depend on the size of the accessed contract

TODO: This script is WIP. Currently, doesn't do actual gas estimation, only counts "Verkle-slots" (31-bytes of code)

About

Estimate the cost of a transaction, as if it was created after verkle tree integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages