OriginTrail / ot-node

OriginTrail Decentralized Knowledge Graph network node
https://origintrail.io
Apache License 2.0
208 stars 75 forks source link

v8 testnet inifinite login loop due to gas estimation fail #3304

Open hottogo opened 1 month ago

hottogo commented 1 month ago

Upon creation of a new v8 testnode, when creating a new identity, my node fails to decode estimate of gas so stops the node.

I am using RPC endpoint: https://sepolia.base.org/

Here is a screenshot of the issue:

image

Here is the code:

[2024-10-04 18:45:15] INFO: Creating profile on network: base:84532 [2024-10-04 18:45:15] DEBUG: getIdentityId(operational=0x1217D6C0f71F0CA8c267017ac6632f0E05E4B761) call has been successfully executed; Result: 0; RPC: https://sepolia.base.org. [2024-10-04 18:45:15] WARN: Unable to decode estimate gas error: Error: Gas estimation for createProfile has failed, reason: resolver or addr is not configured for ENS name (argument="name", value="", code=INVALID_ARGUMENT, version=contracts/5.7.0) [2024-10-04 18:45:15] WARN: Unable to create profile. Will retry in 12s. Retries left: 2 on blockchain base:84532. Error: Error: resolver or addr is not configured for ENS name (argument="name", value="", code=INVALID_ARGUMENT, version=contracts/5.7.0) [2024-10-04 18:45:28] WARN: Unable to decode estimate gas error: Error: Gas estimation for createProfile has failed, reason: resolver or addr is not configured for ENS name (argument="name", value="", code=INVALID_ARGUMENT, version=contracts/5.7.0) [2024-10-04 18:45:28] WARN: Unable to create profile. Will retry in 12s. Retries left: 1 on blockchain base:84532. Error: Error: resolver or addr is not configured for ENS name (argument="name", value="", code=INVALID_ARGUMENT, version=contracts/5.7.0) [2024-10-04 18:45:40] WARN: Unable to decode estimate gas error: Error: Gas estimation for createProfile has failed, reason: resolver or addr is not configured for ENS name (argument="name", value="", code=INVALID_ARGUMENT, version=contracts/5.7.0) [2024-10-04 18:45:40] WARN: Unable to create base:84532 blockchain profile. Removing implementation. Error: resolver or addr is not configured for ENS name (argument="name", value="", code=INVALID_ARGUMENT, version=contracts/5.7.0) [2024-10-04 18:45:40] ERROR: Unable to create blockchain profiles. OT-node shutting down... [2024-10-04 18:45:40] INFO: Stopping node...

hottogo commented 1 month ago

Update, it worked after about 18 hours.