Skip to content

Commit cba50bf

Browse files
f7bmartinboehm
authored andcommitted
eth (+testnets) 3.0.17 -> 3.1.0
1 parent 2569d6f commit cba50bf

8 files changed

+42
-42
lines changed

configs/coins/ethereum.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"package_name": "backend-ethereum",
2323
"package_revision": "satoshilabs-1",
2424
"system_user": "ethereum",
25-
"version": "3.0.17",
26-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.0.17/erigon_v3.0.17_linux_amd64.tar.gz",
25+
"version": "3.1.0",
26+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_amd64.tar.gz",
2727
"verification_type": "sha256",
28-
"verification_source": "e1951d4fd5da38b092ffdbecbee35a6c456a736b6e4135b7d43764780f7b40ce",
28+
"verification_source": "45a9c4594b754750c4e3631b0c86b9da5b61f91b0241d824a9eed61aed040154",
2929
"extract_command": "tar -C backend --strip-components=1 -xf",
3030
"exclude_files": [],
3131
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain mainnet --snap.keepblocks --db.size.limit 15TB --db.pagesize 16KB --prune.mode full --externalcl --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/erigon --port {{.Ports.BackendP2P}} --ws --ws.port {{.Ports.BackendRPC}} --http --http.port {{.Ports.BackendRPC}} --http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} --private.api.addr \"\" --torrent.port {{.Ports.BackendHttp}} --log.dir.path {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --log.dir.prefix {{.Coin.Alias}}'",
@@ -39,8 +39,8 @@
3939
"client_config_file": "",
4040
"platforms": {
4141
"arm64": {
42-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.0.17/erigon_v3.0.17_linux_arm64.tar.gz",
43-
"verification_source": "2607722abd7936df21b4ef9e42c4a13e883b525d272d63581a36df4fab117d64"
42+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_arm64.tar.gz",
43+
"verification_source": "a613c211888784e5fb3ed1376cd47984d08980b6d7eb6c590af628592ca87311"
4444
}
4545
}
4646
},

configs/coins/ethereum_archive.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"package_name": "backend-ethereum-archive",
2323
"package_revision": "satoshilabs-1",
2424
"system_user": "ethereum",
25-
"version": "3.0.17",
26-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.0.17/erigon_v3.0.17_linux_amd64.tar.gz",
25+
"version": "3.1.0",
26+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_amd64.tar.gz",
2727
"verification_type": "sha256",
28-
"verification_source": "e1951d4fd5da38b092ffdbecbee35a6c456a736b6e4135b7d43764780f7b40ce",
28+
"verification_source": "45a9c4594b754750c4e3631b0c86b9da5b61f91b0241d824a9eed61aed040154",
2929
"extract_command": "tar -C backend --strip-components=1 -xf",
3030
"exclude_files": [],
3131
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain mainnet --snap.keepblocks --db.size.limit 15TB --db.pagesize 16KB --prune.mode archive --externalcl --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/erigon --port {{.Ports.BackendP2P}} --ws --ws.port {{.Ports.BackendRPC}} --http --http.port {{.Ports.BackendRPC}} --http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} --private.api.addr \"\" --torrent.port {{.Ports.BackendHttp}} --log.dir.path {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --log.dir.prefix {{.Coin.Alias}}'",
@@ -39,8 +39,8 @@
3939
"client_config_file": "",
4040
"platforms": {
4141
"arm64": {
42-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.0.17/erigon_v3.0.17_linux_arm64.tar.gz",
43-
"verification_source": "2607722abd7936df21b4ef9e42c4a13e883b525d272d63581a36df4fab117d64"
42+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_arm64.tar.gz",
43+
"verification_source": "a613c211888784e5fb3ed1376cd47984d08980b6d7eb6c590af628592ca87311"
4444
}
4545
}
4646
},

configs/coins/ethereum_testnet_holesky.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"package_name": "backend-ethereum-testnet-holesky",
2323
"package_revision": "satoshilabs-1",
2424
"system_user": "ethereum",
25-
"version": "3.0.17",
26-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.0.17/erigon_v3.0.17_linux_amd64.tar.gz",
25+
"version": "3.1.0",
26+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_amd64.tar.gz",
2727
"verification_type": "sha256",
28-
"verification_source": "e1951d4fd5da38b092ffdbecbee35a6c456a736b6e4135b7d43764780f7b40ce",
28+
"verification_source": "45a9c4594b754750c4e3631b0c86b9da5b61f91b0241d824a9eed61aed040154",
2929
"extract_command": "tar -C backend --strip-components=1 -xf",
3030
"exclude_files": [],
3131
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain holesky --snap.keepblocks --db.size.limit 15TB --db.pagesize 16KB --prune.mode full --externalcl --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/erigon --port {{.Ports.BackendP2P}} --ws --ws.port {{.Ports.BackendRPC}} --http --http.port {{.Ports.BackendRPC}} --http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} --private.api.addr \"\" --torrent.port {{.Ports.BackendHttp}} --log.dir.path {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --log.dir.prefix {{.Coin.Alias}}'",
@@ -39,8 +39,8 @@
3939
"client_config_file": "",
4040
"platforms": {
4141
"arm64": {
42-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.0.17/erigon_v3.0.17_linux_arm64.tar.gz",
43-
"verification_source": "2607722abd7936df21b4ef9e42c4a13e883b525d272d63581a36df4fab117d64"
42+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_arm64.tar.gz",
43+
"verification_source": "a613c211888784e5fb3ed1376cd47984d08980b6d7eb6c590af628592ca87311"
4444
}
4545
}
4646
},

configs/coins/ethereum_testnet_holesky_archive.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"package_name": "backend-ethereum-testnet-holesky-archive",
2424
"package_revision": "satoshilabs-1",
2525
"system_user": "ethereum",
26-
"version": "3.0.17",
27-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.0.17/erigon_v3.0.17_linux_amd64.tar.gz",
26+
"version": "3.1.0",
27+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_amd64.tar.gz",
2828
"verification_type": "sha256",
29-
"verification_source": "e1951d4fd5da38b092ffdbecbee35a6c456a736b6e4135b7d43764780f7b40ce",
29+
"verification_source": "45a9c4594b754750c4e3631b0c86b9da5b61f91b0241d824a9eed61aed040154",
3030
"extract_command": "tar -C backend --strip-components=1 -xf",
3131
"exclude_files": [],
3232
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain holesky --snap.keepblocks --db.size.limit 15TB --db.pagesize 16KB --prune.mode archive --externalcl --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/erigon --port {{.Ports.BackendP2P}} --ws --ws.port {{.Ports.BackendRPC}} --http --http.port {{.Ports.BackendRPC}} --http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} --private.api.addr \"\" --torrent.port {{.Ports.BackendHttp}} --log.dir.path {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --log.dir.prefix {{.Coin.Alias}}'",
@@ -40,8 +40,8 @@
4040
"client_config_file": "",
4141
"platforms": {
4242
"arm64": {
43-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.0.17/erigon_v3.0.17_linux_arm64.tar.gz",
44-
"verification_source": "2607722abd7936df21b4ef9e42c4a13e883b525d272d63581a36df4fab117d64"
43+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_arm64.tar.gz",
44+
"verification_source": "a613c211888784e5fb3ed1376cd47984d08980b6d7eb6c590af628592ca87311"
4545
}
4646
}
4747
},

configs/coins/ethereum_testnet_hoodi.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"package_name": "backend-ethereum-testnet-hoodi",
2323
"package_revision": "satoshilabs-1",
2424
"system_user": "ethereum",
25-
"version": "3.0.17",
26-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.0.17/erigon_v3.0.17_linux_amd64.tar.gz",
25+
"version": "3.1.0",
26+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_amd64.tar.gz",
2727
"verification_type": "sha256",
28-
"verification_source": "e1951d4fd5da38b092ffdbecbee35a6c456a736b6e4135b7d43764780f7b40ce",
28+
"verification_source": "45a9c4594b754750c4e3631b0c86b9da5b61f91b0241d824a9eed61aed040154",
2929
"extract_command": "tar -C backend --strip-components=1 -xf",
3030
"exclude_files": [],
3131
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain hoodi --snap.keepblocks --db.size.limit 15TB --db.pagesize 16KB --prune.mode full --externalcl --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/erigon --port {{.Ports.BackendP2P}} --ws --ws.port {{.Ports.BackendRPC}} --http --http.port {{.Ports.BackendRPC}} --http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} --private.api.addr \"\" --torrent.port {{.Ports.BackendHttp}} --log.dir.path {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --log.dir.prefix {{.Coin.Alias}}'",
@@ -39,8 +39,8 @@
3939
"client_config_file": "",
4040
"platforms": {
4141
"arm64": {
42-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.0.17/erigon_v3.0.17_linux_arm64.tar.gz",
43-
"verification_source": "2607722abd7936df21b4ef9e42c4a13e883b525d272d63581a36df4fab117d64"
42+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_arm64.tar.gz",
43+
"verification_source": "a613c211888784e5fb3ed1376cd47984d08980b6d7eb6c590af628592ca87311"
4444
}
4545
}
4646
},
@@ -68,4 +68,4 @@
6868
"package_maintainer": "IT",
6969
"package_maintainer_email": "[email protected]"
7070
}
71-
}
71+
}

configs/coins/ethereum_testnet_hoodi_archive.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"package_name": "backend-ethereum-testnet-hoodi-archive",
2424
"package_revision": "satoshilabs-1",
2525
"system_user": "ethereum",
26-
"version": "3.0.17",
27-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.0.17/erigon_v3.0.17_linux_amd64.tar.gz",
26+
"version": "3.1.0",
27+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_amd64.tar.gz",
2828
"verification_type": "sha256",
29-
"verification_source": "e1951d4fd5da38b092ffdbecbee35a6c456a736b6e4135b7d43764780f7b40ce",
29+
"verification_source": "45a9c4594b754750c4e3631b0c86b9da5b61f91b0241d824a9eed61aed040154",
3030
"extract_command": "tar -C backend --strip-components=1 -xf",
3131
"exclude_files": [],
3232
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain hoodi --snap.keepblocks --db.size.limit 15TB --db.pagesize 16KB --prune.mode archive --externalcl --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/erigon --port {{.Ports.BackendP2P}} --ws --ws.port {{.Ports.BackendRPC}} --http --http.port {{.Ports.BackendRPC}} --http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} --private.api.addr \"\" --torrent.port {{.Ports.BackendHttp}} --log.dir.path {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --log.dir.prefix {{.Coin.Alias}}'",
@@ -40,8 +40,8 @@
4040
"client_config_file": "",
4141
"platforms": {
4242
"arm64": {
43-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.0.17/erigon_v3.0.17_linux_arm64.tar.gz",
44-
"verification_source": "2607722abd7936df21b4ef9e42c4a13e883b525d272d63581a36df4fab117d64"
43+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_arm64.tar.gz",
44+
"verification_source": "a613c211888784e5fb3ed1376cd47984d08980b6d7eb6c590af628592ca87311"
4545
}
4646
}
4747
},
@@ -74,4 +74,4 @@
7474
"package_maintainer": "IT",
7575
"package_maintainer_email": "[email protected]"
7676
}
77-
}
77+
}

configs/coins/ethereum_testnet_sepolia.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"package_name": "backend-ethereum-testnet-sepolia",
2323
"package_revision": "satoshilabs-1",
2424
"system_user": "ethereum",
25-
"version": "3.0.17",
26-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.0.17/erigon_v3.0.17_linux_amd64.tar.gz",
25+
"version": "3.1.0",
26+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_amd64.tar.gz",
2727
"verification_type": "sha256",
28-
"verification_source": "e1951d4fd5da38b092ffdbecbee35a6c456a736b6e4135b7d43764780f7b40ce",
28+
"verification_source": "45a9c4594b754750c4e3631b0c86b9da5b61f91b0241d824a9eed61aed040154",
2929
"extract_command": "tar -C backend --strip-components=1 -xf",
3030
"exclude_files": [],
3131
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain sepolia --snap.keepblocks --db.size.limit 15TB --db.pagesize 16KB --prune.mode full --externalcl --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/erigon --port {{.Ports.BackendP2P}} --ws --ws.port {{.Ports.BackendRPC}} --http --http.port {{.Ports.BackendRPC}} --http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} --private.api.addr \"\" --torrent.port {{.Ports.BackendHttp}} --log.dir.path {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --log.dir.prefix {{.Coin.Alias}}'",
@@ -39,8 +39,8 @@
3939
"client_config_file": "",
4040
"platforms": {
4141
"arm64": {
42-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.0.17/erigon_v3.0.17_linux_arm64.tar.gz",
43-
"verification_source": "2607722abd7936df21b4ef9e42c4a13e883b525d272d63581a36df4fab117d64"
42+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_arm64.tar.gz",
43+
"verification_source": "a613c211888784e5fb3ed1376cd47984d08980b6d7eb6c590af628592ca87311"
4444
}
4545
}
4646
},

configs/coins/ethereum_testnet_sepolia_archive.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"package_name": "backend-ethereum-testnet-sepolia-archive",
2424
"package_revision": "satoshilabs-1",
2525
"system_user": "ethereum",
26-
"version": "3.0.17",
27-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.0.17/erigon_v3.0.17_linux_amd64.tar.gz",
26+
"version": "3.1.0",
27+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_amd64.tar.gz",
2828
"verification_type": "sha256",
29-
"verification_source": "e1951d4fd5da38b092ffdbecbee35a6c456a736b6e4135b7d43764780f7b40ce",
29+
"verification_source": "45a9c4594b754750c4e3631b0c86b9da5b61f91b0241d824a9eed61aed040154",
3030
"extract_command": "tar -C backend --strip-components=1 -xf",
3131
"exclude_files": [],
3232
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain sepolia --snap.keepblocks --db.size.limit 15TB --db.pagesize 16KB --prune.mode archive --externalcl --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/erigon --port {{.Ports.BackendP2P}} --ws --ws.port {{.Ports.BackendRPC}} --http --http.port {{.Ports.BackendRPC}} --http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} --private.api.addr \"\" --torrent.port {{.Ports.BackendHttp}} --log.dir.path {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --log.dir.prefix {{.Coin.Alias}}'",
@@ -40,8 +40,8 @@
4040
"client_config_file": "",
4141
"platforms": {
4242
"arm64": {
43-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.0.17/erigon_v3.0.17_linux_arm64.tar.gz",
44-
"verification_source": "2607722abd7936df21b4ef9e42c4a13e883b525d272d63581a36df4fab117d64"
43+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_arm64.tar.gz",
44+
"verification_source": "a613c211888784e5fb3ed1376cd47984d08980b6d7eb6c590af628592ca87311"
4545
}
4646
}
4747
},

0 commit comments

Comments
 (0)