espresso-sequencer
                                
                                 espresso-sequencer copied to clipboard
                                
                                    espresso-sequencer copied to clipboard
                            
                            
                            
                        I01 validate state history upon initialization
Closes #2072
This PR:
- validates the state history retention period upon contract initialization
This PR does not:
- set a max state history retention period, it will be addressed in #2076
Key places to review:
- initializeStatemethod
How to test this PR:
- forge test --match-test test_revertWhen_InvalidStateHistoryRetentionPeriodOnSetUp
Things tested
- stateHistoryRetentionPeriod less than 1 hour reverts upon contract initialization