Skip to content

Commit

Permalink
Merge branch 'main' into feat/magi
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham authored Mar 27, 2024
2 parents b96f1d0 + 8c512f9 commit 8a24c53
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nice-node",
"version": "4.9.0-alpha",
"version": "5.0.0-alpha",
"description": "Run a node at home, the easy way.",
"homepage": "https://nicenode.xyz",
"productName": "NiceNode",
Expand Down
4 changes: 2 additions & 2 deletions release/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nice-node",
"version": "4.9.0-alpha",
"version": "5.0.0-alpha",
"description": "Run a node, just press start",
"productName": "NiceNode",
"main": "./dist/main/main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/common/NodeSpecs/besu/besu-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"execution": {
"executionTypes": ["docker"],
"defaultExecutionType": "docker",
"imageName": "hyperledger/besu",
"imageName": "docker.io/hyperledger/besu",
"defaultImageTag": "latest",
"input": {
"defaultConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/common/NodeSpecs/erigon/erigon-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"execution": {
"executionTypes": ["docker"],
"defaultExecutionType": "docker",
"imageName": "thorax/erigon:latest"
"imageName": "docker.io/thorax/erigon:latest"
},
"category": "L1/ExecutionClient",
"rpcTranslation": "eth-l1",
Expand Down
2 changes: 1 addition & 1 deletion src/common/NodeSpecs/geth/geth-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"forcedRawNodeInput": "--authrpc.addr 0.0.0.0 --authrpc.jwtsecret /root/.ethereum/jwtsecret --ipcdisable"
}
},
"imageName": "ethereum/client-go",
"imageName": "docker.io/ethereum/client-go",
"defaultImageTag": "stable",
"binaryDownload": {
"type": "static",
Expand Down
2 changes: 1 addition & 1 deletion src/common/NodeSpecs/hubble/hubble-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"forcedRawNodeInput": "node --no-warnings build/cli.js start --ip 0.0.0.0 "
}
},
"imageName": "farcasterxyz/hubble",
"imageName": "docker.io/farcasterxyz/hubble",
"defaultImageTag": "latest"

},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"architectures": {
"docker": ["amd64", "arm64"]
},
"imageName": "itzg/minecraft-server",
"imageName": "docker.io/itzg/minecraft-server",
"defaultImageTag": "latest"
},
"category": "gaming/minecraft-server",
Expand Down
2 changes: 1 addition & 1 deletion src/common/NodeSpecs/lighthouse/lighthouse-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"architectures": {
"docker": ["amd64", "arm64"]
},
"imageName": "sigp/lighthouse",
"imageName": "docker.io/sigp/lighthouse",
"defaultImageTag": "latest-modern",
"binaryDownload": {
"type": "githubReleases",
Expand Down
2 changes: 1 addition & 1 deletion src/common/NodeSpecs/lodestar/lodestar-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"execution": {
"executionTypes": ["docker"],
"defaultExecutionType": "docker",
"imageName": "chainsafe/lodestar",
"imageName": "docker.io/chainsafe/lodestar",
"defaultImageTag": "latest",
"input": {
"defaultConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/common/NodeSpecs/nethermind/nethermind-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"docker": ["amd64", "arm64"],
"binary": ["amd64", "arm64"]
},
"imageName": "nethermind/nethermind",
"imageName": "docker.io/nethermind/nethermind",
"defaultImageTag": "latest",
"binaryDownload": {
"type": "githubReleases",
Expand Down
2 changes: 1 addition & 1 deletion src/common/NodeSpecs/nimbus/nimbus-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"execution": {
"executionTypes": ["docker", "binary"],
"defaultExecutionType": "docker",
"imageName": "statusim/nimbus-eth2",
"imageName": "docker.io/statusim/nimbus-eth2",
"defaultImageTag": "multiarch-latest",
"input": {
"defaultConfig": {
Expand Down
4 changes: 2 additions & 2 deletions src/common/NodeSpecs/nitro/nitro-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"execution": {
"executionTypes": ["docker"],
"defaultExecutionType": "docker",
"imageName": "offchainlabs/nitro-node",
"defaultImageTag": "v2.3.1-26fad6f",
"imageName": "docker.io/offchainlabs/nitro-node",
"defaultImageTag": "v2.3.3-6a1c1a7",
"input": {
"defaultConfig": {
"parentChainRpcUrl": "",
Expand Down
2 changes: 1 addition & 1 deletion src/common/NodeSpecs/op-erigon/op-geth-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"forcedRawNodeInput": "--chain=optimism-mainnet --rollup.disabletxpoolgossip=true --nodiscover --http.addr 0.0.0.0 --authrpc.addr 0.0.0.0 --authrpc.jwtsecret /root/.ethereum/jwtsecret --ipcdisable"
}
},
"imageName": "testinprod/op-erigon:latest"
"imageName": "docker.io/testinprod/op-erigon:latest"
},
"category": "L2/ExecutionClient",
"rpcTranslation": "eth-l2",
Expand Down
2 changes: 1 addition & 1 deletion src/common/NodeSpecs/pathfinder/pathfinder-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"execution": {
"executionTypes": ["docker"],
"defaultExecutionType": "docker",
"imageName": "eqlabs/pathfinder",
"imageName": "docker.io/eqlabs/pathfinder",
"defaultImageTag": "latest",
"input": {
"defaultConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/common/NodeSpecs/teku/teku-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"execution": {
"executionTypes": ["docker"],
"defaultExecutionType": "docker",
"imageName": "consensys/teku",
"imageName": "docker.io/consensys/teku",
"defaultImageTag": "latest",
"input": {
"defaultConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/common/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Ignore references to binary (not currently supported)
"forcedRawNodeInput": "--authrpc.addr 0.0.0.0 --authrpc.jwtsecret /root/.ethereum/jwtsecret --ipcdisable"
}
},
"imageName": "ethereum/client-go:stable",
"imageName": "docker.io/ethereum/client-go:stable",
"binaryDownload": {
"type": "static",
"darwin": {
Expand Down
4 changes: 2 additions & 2 deletions src/main/podman/install/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import installOnWindows from './installOnWindows';
import installOnLinux from './installOnLinux';
import { runCommand } from '../podman';

export const PODMAN_LATEST_VERSION = '4.9.2';
export const PODMAN_MIN_VERSION = '4.5.0';
export const PODMAN_LATEST_VERSION = '5.0.0';
export const PODMAN_MIN_VERSION = '4.6.0';

// eslint-disable-next-line
const installPodman = async (): Promise<any> => {
Expand Down

0 comments on commit 8a24c53

Please sign in to comment.