Nibiru Chain: The breakthrough smart contract platform ushering in the next era of money. Nibiru powers an ecosystem of dApps including perps, RWAs, and more.
We are on this one, we also tried the non-archive one
It does seem like they are hanging with no specific error message
We are sending the tx in a standard way, no special params that I know of are supplied
It's a regular transaction to our message gateway contract, all I have is the computed hash, I don't have a standalone script to share no sorry
Nibiru:
Maybe taking a step back, have you completed any successful transactions on the chain?
Via Labs:
Simple transfers or deploying other contracts, for example
There have been some config and transfers from quite a while ago when we initially deployed
Is there anything you can look up in your network with that hash? I don't believe we can do that from the explorer
In general the system then just works, as we have it running on over 250 testnetd and mainnets so that's why I'm a bit lost what to kick on our side
In both cases, the cli command did not receive a response from the node and it seems like the command was stuck. But the node successfully processed the tx.
Problem Evidence 1
Nibiru:
If the txs are hanging, they may be failing silently. Could you share the settings you're using to broadcast the transaction, so we can help debug?
Via Labs:
https://evm-rpc.archive.devnet-3.nibiru.fi Chain ID: 7222
We are on this one, we also tried the non-archive one It does seem like they are hanging with no specific error message We are sending the tx in a standard way, no special params that I know of are supplied
It's a regular transaction to our message gateway contract, all I have is the computed hash, I don't have a standalone script to share no sorry
Nibiru:
Maybe taking a step back, have you completed any successful transactions on the chain?
Via Labs:
Simple transfers or deploying other contracts, for example
There have been some config and transfers from quite a while ago when we initially deployed
Is there anything you can look up in your network with that hash? I don't believe we can do that from the explorer
In general the system then just works, as we have it running on over 250 testnetd and mainnets so that's why I'm a bit lost what to kick on our side
Note on Forge/Foundry
Problem Evidence 2
For example, when interacting with a Solidity contract to execute a tx:
or when deploying a contract via Forge,
In both cases, the cli command did not receive a response from the node and it seems like the command was stuck. But the node successfully processed the tx.
Also,
to retrieve the TX receipt returned the following error:
Haven't verified the root cause though