You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got ERR log:
Error: Getting pending block from FGW
Caused by:
BlockNotFound
I am running two nodes using Madara, one on Sepolia, where the full node sync, contract deployment, and validator start are all functioning properly. However, the other full node on the mainnet keeps shutting down automatically after syncing the latest block.
How can I resolve this issue?
Is there an existing issue?
Description of bug
Got ERR log:
Error: Getting pending block from FGW
Caused by:
BlockNotFound
I am running two nodes using Madara, one on Sepolia, where the full node sync, contract deployment, and validator start are all functioning properly. However, the other full node on the mainnet keeps shutting down automatically after syncing the latest block.
How can I resolve this issue?
Steps to reproduce
start madara
nohup /home/ubuntu/.madara/bin/madara --base-path /home/ubuntu/.madara/data
--full
--network main
--l1-endpoint https://api
>> /home/ubuntu/.madara/logs/madara.log 2>&1 &
Madara Node⚠️ Could not connect to telemetry endpoint 'wss://starknodes.com/submit': Reqwest(reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("starknodes.com")), port: None, path: "/submit", query: None, fragment: None }, source: hyper_util::client::legacy::Error(Connect, ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })) })
Version 0.7.0-6e6986804ba
Support URL: https://github.com/madara-alliance/madara/issues
Node Name: aerodactyl
Role: Full Node
Network: Starknet Mainnet (chain id
SN_MAIN
)Operating system: Linux 22.04 Ubuntu
CPU architecture: x86_64
CPU: Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz
CPU cores: 16
Memory: 31160MB
Kernel: 6.8.0-1019-aws
...
[2024-11-29 18:15:51 WARN mc_telemetry]
[2024-11-29 18:15:51 INFO] 🥳 The sync process has caught up with the tip of the chain
[2024-11-29 18:15:51 INFO] 🔄 Updated L1 head #939311 (0x35dbad...57b231) with state root (0x1be56c...45a81c)
[2024-11-29 18:15:52 INFO] ✨ Imported #941189 (0x30403e...79c266) and updated state root (0x1c13e3...08aaa0)
[2024-11-29 18:15:52 INFO] ✨ Imported #941190 (0x28014b...2ea30a) and updated state root (0x3a96a9...4487aa)
[2024-11-29 18:15:52 INFO] ✨ Imported #941191 (0xcb1fd8...44344f) and updated state root (0x6387d6...93fa9e)
[2024-11-29 18:15:52 INFO] ✨ Imported #941192 (0x78c0c4...caefe7) and updated state root (0x4d6dd6...2348c3)
[2024-11-29 18:15:53 INFO] ✨ Imported #941193 (0x627a7e...99b30a) and updated state root (0x7751f4...4113c1)
[2024-11-29 18:15:53 INFO] ✨ Imported #941194 (0x486b08...5bcf64) and updated state root (0x6b9bc6...51f22b)
[2024-11-29 18:15:53 INFO] ✨ Imported #941195 (0x7fad62...db71fe) and updated state root (0x46a00f...aa4785)
[2024-11-29 18:15:53 INFO] ✨ Imported #941196 (0x71e4ae...5c1247) and updated state root (0x4bf5a2...64bdc1)
[2024-11-29 18:15:53 INFO] ✨ Imported #941197 (0x3faa5d...4e5697) and updated state root (0x6498fa...9eaffc)
Error: Getting pending block from FGW
Caused by:
BlockNotFound
The text was updated successfully, but these errors were encountered: