Skip to content

Commit

Permalink
bump OffchainLabs/nitro to v3.0.0 (#74)
Browse files Browse the repository at this point in the history
* bump OffchainLabs/nitro to v3.0.0

* update docker tag to match release

fixed docker tag  to be v3.0.0-e6f81cb

* add new arg for v 3.0.0 (#75)

* add new arg for v 3.0.0

add new arg for v 3.0.0

* add new flag for machines

---------

Co-authored-by: alexpeterson91 <[email protected]>
Co-authored-by: Voss <[email protected]>
  • Loading branch information
3 people authored Jun 16, 2024
1 parent 806d656 commit a49c737
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

#Function to check if database needs to be initialized
# Function to check if database needs to be initialized
if [ ! -d /home/user/.arbitrum/arb1/nitro/l2chaindata/ancient ]; then
echo "Downloading initial snapshot, this may take a while..."
# Concatenate EXTRA_OPTS with the --init.url flag
Expand Down Expand Up @@ -71,4 +71,5 @@ exec nitro --parent-chain.connection.url="${ETH_API}" \
--ws.port=8548 \
--ws.origins=* \
--ws.addr=0.0.0.0 \
--validation.wasm.allowed-wasm-module-roots="/home/user/nitro-legacy/machines,/home/user/target/machines" \
$EXTRA_OPTS
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "arbitrum-nitro.public.dappnode.eth",
"version": "1.0.12",
"version": "1.0.11",
"description": "Arbitrum Nitro Node",
"type": "service",
"author": "0xAtum",
"contributors": [
"0xAtum (https://github.com/0xAtum)",
"Voss <[email protected]> (https://github.com/alexpeterson91)"
],
"upstreamVersion": "v2.3.4-b4cc111",
"upstreamVersion": "v3.0.0-e6f81cb",
"upstreamRepo": "OffchainLabs/nitro",
"upstreamArg": "UPSTREAM_VERSION",
"categories": ["Developer tools", "Blockchain"],
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: build
args:
UPSTREAM_VERSION: v2.3.4-b4cc111
UPSTREAM_VERSION: v3.0.0-e6f81cb
volumes:
- data:/home/user/.arbitrum
environment:
Expand Down

0 comments on commit a49c737

Please sign in to comment.