Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(pending): getting pending block from FGW #402

Open
1 task done
Tracked by #413
wangfeiping opened this issue Nov 29, 2024 · 0 comments
Open
1 task done
Tracked by #413

bug(pending): getting pending block from FGW #402

wangfeiping opened this issue Nov 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@wangfeiping
Copy link

wangfeiping commented Nov 29, 2024

Is there an existing issue?

  • I have searched the existing issues

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
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] ⚠️ 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" })) })
[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

@jbcaron jbcaron added the bug Something isn't working label Dec 2, 2024
@jbcaron jbcaron added this to Madara Dec 2, 2024
@Trantorian1 Trantorian1 changed the title Got err log: Error: Getting pending block from FGW bug(pending): getting pending block from FGW Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants