* Transaction cost calculator implementation and a comparative test.
* Refactored gas pricing config to make it cleaner
* Added DTO objects for easier instantination
* Better type for VariableFeesCalculator configs
* [3236] Add test for records cleanup on finalization
* Fix build
* Add vertx extension
* fix test
* Add test for startup db cleanup
* Update test db name
* Review comments
* Add cleanup comment
* Review comment about encapsulation
* Move RecordsCleanupFinalizationHandler to persistence/aggregation package
* Cleanup
* Jones' comment about subtracting 1 when cleaning blobs and aggregations
* feat: added FinalizedTagUpdater plugin implementation and workflow
* feat: implemented finalized block update logic and updated docker image and java package tags
* feat: set finalized-tag-updater version back to 0.0.1 and update coordinator config toml for traces-api-version-v2 as v0.3.0-rc2
* feat: moved jreleases.yml into sub folder
* feat: added JRELEASER_USER_HOME pointing to the sub folder
* feat: updated main.yml for filtering finalized-tag-updater changes
* feat: updated main.yml for filtering finalized-tag-updater changes
* feat: updated github-release.yml for jreleaser arguments
* feat: updated github-release.yml for jreleaser arguments with git root search
* feat: removed unused pipeline file and updated filter change file list and updated traces-api image
* feat: updated e2e test for more reliable way to check the result
* feat: updated asset tag with finalized-tag-updater prefix
* feat: changes for PR review
* feat: updated docker compose file for linea-sequencer plugin update
* feat: added e2e tests for finalized-tag-updater in github pipeline
* feat: updated e2e tests for finalized-tag-updater
* feat: added env var in e2e test pipeline for finalized-tag-updater test
* feat: used finalized-tag-updater in the default local stack and updated the plugin to better handle errors
* feat: updated sequencer run command
* feat: fixed coordinator unit tests
* feat: changed the finalized tag update e2e test for no finalization on L1 case
* feat: updated error handling in FinalizationUpdatePoller and updated linea-tracer plugin version