Skip to content

Commit 7c59503

Browse files
committed
chore: update to erigon 3.4.0
1 parent 8307952 commit 7c59503

6 files changed

Lines changed: 24 additions & 24 deletions

configs/coins/ethereum.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"package_revision": "satoshilabs-1",
2525
"system_user": "ethereum",
2626
"version": "3.3.10",
27-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.3.10/erigon_v3.3.10_linux_amd64.tar.gz",
27+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.4.0/erigon_v3.4.0_linux_amd64.tar.gz",
2828
"verification_type": "sha256",
29-
"verification_source": "b717a6fce275d02e517eb473fc5d4385a7b0cd1d9e9ed144e4ef712799a474b7",
29+
"verification_source": "48e2622e2252f8babee90e39786f9b97023af455e63d482cfe66ed36db61f2db",
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 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 {{.Env.RPCBindHost}} --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.3.10/erigon_v3.3.10_linux_arm64.tar.gz",
44-
"verification_source": "d85460c6e4c287235939d77051cb3abf3606b21498e71b29b2d8f61f87dddf5b"
43+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.4.0/erigon_v3.4.0_linux_arm64.tar.gz",
44+
"verification_source": "1bed57f1319892578e7d3b0e01f42e797864f6567fca1050378f286d1bd1ad3d"
4545
}
4646
}
4747
},

configs/coins/ethereum_archive.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"package_revision": "satoshilabs-1",
2626
"system_user": "ethereum",
2727
"version": "3.3.10",
28-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.3.10/erigon_v3.3.10_linux_amd64.tar.gz",
28+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.4.0/erigon_v3.4.0_linux_amd64.tar.gz",
2929
"verification_type": "sha256",
30-
"verification_source": "b717a6fce275d02e517eb473fc5d4385a7b0cd1d9e9ed144e4ef712799a474b7",
30+
"verification_source": "48e2622e2252f8babee90e39786f9b97023af455e63d482cfe66ed36db61f2db",
3131
"extract_command": "tar -C backend --strip-components=1 -xf",
3232
"exclude_files": [],
3333
"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 {{.Env.RPCBindHost}} --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}}'",
@@ -41,8 +41,8 @@
4141
"client_config_file": "",
4242
"platforms": {
4343
"arm64": {
44-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.3.10/erigon_v3.3.10_linux_arm64.tar.gz",
45-
"verification_source": "d85460c6e4c287235939d77051cb3abf3606b21498e71b29b2d8f61f87dddf5b"
44+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.4.0/erigon_v3.4.0_linux_arm64.tar.gz",
45+
"verification_source": "1bed57f1319892578e7d3b0e01f42e797864f6567fca1050378f286d1bd1ad3d"
4646
}
4747
}
4848
},

configs/coins/ethereum_testnet_hoodi.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"package_revision": "satoshilabs-1",
2525
"system_user": "ethereum",
2626
"version": "3.3.3",
27-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.3.3/erigon_v3.3.3_linux_amd64.tar.gz",
27+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.4.0/erigon_v3.4.0_linux_amd64.tar.gz",
2828
"verification_type": "sha256",
29-
"verification_source": "f72e38acbd4581f8e652f11923c0b72d67a53ce1770894a2bdb881d64722b097",
29+
"verification_source": "48e2622e2252f8babee90e39786f9b97023af455e63d482cfe66ed36db61f2db",
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 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 {{.Env.RPCBindHost}} --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.3.3/erigon_v3.3.3_linux_arm64.tar.gz",
44-
"verification_source": "00fd630731eb95fd4c70bb921c6335b4a1c1a92ab60032c8bbc40a9497eae1b9"
43+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.4.0/erigon_v3.4.0_linux_arm64.tar.gz",
44+
"verification_source": "1bed57f1319892578e7d3b0e01f42e797864f6567fca1050378f286d1bd1ad3d"
4545
}
4646
}
4747
},

configs/coins/ethereum_testnet_hoodi_archive.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"package_revision": "satoshilabs-1",
2727
"system_user": "ethereum",
2828
"version": "3.3.3",
29-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.3.3/erigon_v3.3.3_linux_amd64.tar.gz",
29+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.4.0/erigon_v3.4.0_linux_amd64.tar.gz",
3030
"verification_type": "sha256",
31-
"verification_source": "f72e38acbd4581f8e652f11923c0b72d67a53ce1770894a2bdb881d64722b097",
31+
"verification_source": "48e2622e2252f8babee90e39786f9b97023af455e63d482cfe66ed36db61f2db",
3232
"extract_command": "tar -C backend --strip-components=1 -xf",
3333
"exclude_files": [],
3434
"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 {{.Env.RPCBindHost}} --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}}'",
@@ -42,8 +42,8 @@
4242
"client_config_file": "",
4343
"platforms": {
4444
"arm64": {
45-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.3.3/erigon_v3.3.3_linux_arm64.tar.gz",
46-
"verification_source": "00fd630731eb95fd4c70bb921c6335b4a1c1a92ab60032c8bbc40a9497eae1b9"
45+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.4.0/erigon_v3.4.0_linux_arm64.tar.gz",
46+
"verification_source": "1bed57f1319892578e7d3b0e01f42e797864f6567fca1050378f286d1bd1ad3d"
4747
}
4848
}
4949
},

configs/coins/ethereum_testnet_sepolia.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"package_revision": "satoshilabs-1",
2525
"system_user": "ethereum",
2626
"version": "3.3.10",
27-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.3.10/erigon_v3.3.10_linux_amd64.tar.gz",
27+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.4.0/erigon_v3.4.0_linux_amd64.tar.gz",
2828
"verification_type": "sha256",
29-
"verification_source": "b717a6fce275d02e517eb473fc5d4385a7b0cd1d9e9ed144e4ef712799a474b7",
29+
"verification_source": "48e2622e2252f8babee90e39786f9b97023af455e63d482cfe66ed36db61f2db",
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 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 {{.Env.RPCBindHost}} --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.3.10/erigon_v3.3.10_linux_arm64.tar.gz",
44-
"verification_source": "d85460c6e4c287235939d77051cb3abf3606b21498e71b29b2d8f61f87dddf5b"
43+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.4.0/erigon_v3.4.0_linux_arm64.tar.gz",
44+
"verification_source": "1bed57f1319892578e7d3b0e01f42e797864f6567fca1050378f286d1bd1ad3d"
4545
}
4646
}
4747
},

configs/coins/ethereum_testnet_sepolia_archive.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"package_revision": "satoshilabs-1",
2727
"system_user": "ethereum",
2828
"version": "3.3.10",
29-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.3.10/erigon_v3.3.10_linux_amd64.tar.gz",
29+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.4.0/erigon_v3.4.0_linux_amd64.tar.gz",
3030
"verification_type": "sha256",
31-
"verification_source": "b717a6fce275d02e517eb473fc5d4385a7b0cd1d9e9ed144e4ef712799a474b7",
31+
"verification_source": "48e2622e2252f8babee90e39786f9b97023af455e63d482cfe66ed36db61f2db",
3232
"extract_command": "tar -C backend --strip-components=1 -xf",
3333
"exclude_files": [],
3434
"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 {{.Env.RPCBindHost}} --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}}'",
@@ -42,8 +42,8 @@
4242
"client_config_file": "",
4343
"platforms": {
4444
"arm64": {
45-
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.3.10/erigon_v3.3.10_linux_arm64.tar.gz",
46-
"verification_source": "d85460c6e4c287235939d77051cb3abf3606b21498e71b29b2d8f61f87dddf5b"
45+
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.4.0/erigon_v3.4.0_linux_arm64.tar.gz",
46+
"verification_source": "1bed57f1319892578e7d3b0e01f42e797864f6567fca1050378f286d1bd1ad3d"
4747
}
4848
}
4949
},

0 commit comments

Comments
 (0)