Requires poetry
- poetry install
- poetry run python seasonality.py 4 32 60
back_to_normalprints how many blocks of a certain size are needed to get back to the initial basefee amount after a prolonged period of congestionexponentialprints an exponential graph of y=1.125^x where x is the number of blokcs since the start of the experimentpathshows that EIP1559 is path independent for same-length paths, but path dependent favoring smaller paths with smaller basefee increasesseasonalityshows the behavior of the basefee when there's a seasonality (e.g. 4h of low demand, 4h of high demand)utilscontains various utilities for calculating fees etc.