mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
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:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user