NEWTON
Asked
6 months ago
85
views
0
Hello! I'm trying to deploy a new account through cmd "starknet deploy_account", result seems fine but the tx is never picked up (15 min now while there are blocks being produced on Goerli). Status of this tx is "received". Is this normal?
This question was originally posted on StarkNet Discord
Newton
asked
6 months ago
0
Accepted answer
Looks normal, ser,
RECEIVED: Transaction was received by the sequencer. transaction will now either execute successfully or be rejected. here is the transaction lifecycle, pls check it:https://docs.starknet.io/docs/Blocks/transaction-life-cycle#transaction-status thank you🤝
This answer was originally posted on StarkNet Discord
Newton
answered
6 months ago
Is anyone experiencing slowness on goerli StarkNet?
StarknetErrorCode.DEPRECATED_TRANSACTION while deploying StarkNet contract
How to deploy a contract through starknet.py?
Why there is no fee for deploying an account contract (creating account)?
Which account does protostar deploy command from?
Is there anything wrong with the testnet?
When you run warp deploy or warp invoke, which account is paying for the tx fees on the Goerli testnet?
Is there a Cairo Lang implementation to compute power of a floating point?
Abi.encode and Abi.decode in Cairo?
How to install Cairo v0.10.0 on my device?
Cairo error for Unexpected '.' after ... which is future
StarknetErrorCode.ENTRY_POINT_NOT_FOUND_IN_CONTRACT error in Cairo. Can anyone help?
What is the difference between tempvar/let in Cairo Lang? How to use allow_locals and local?
How do I connect my DAPP to a private Starknet network using starknetjs?