Staterecovery - udpate besu package (#586)

* staterecovery: udpate to Besu 25.1-delivery43

* staterecovery: udpate besu package

* staterecovery: remove vertx from Uberjar (not necessary anymore)

* staterecovery: reuse release plugin

* staterecovery: rename
This commit is contained in:
Pedro Novais
2025-01-21 15:52:56 +00:00
committed by GitHub
parent 543aedd23f
commit e1ac681a5f
10 changed files with 11 additions and 76 deletions

View File

@@ -32,8 +32,6 @@ clean-environment:
make clean-local-folders
docker network prune -f
docker volume rm linea-local-dev linea-logs || true # ignore failure if volumes do not exist already
# Commented out because it's quite time consuming to download the plugin, but it's useful to remember about it
#rm -rf tmp/linea-besu-sequencer/plugins/
start-l1:
L1_GENESIS_TIME=$(get_future_time) docker compose -f docker/compose.yml -f docker/compose-local-dev.overrides.yml --profile l1 up -d