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

[Question] The transaction failed to be uploaded to the chain. Unable to update fee market state: block utilization of 30035129 cannot exceed max block utilization of 30000000 #3236

Open
hanzhenlong1314 opened this issue Jul 29, 2024 · 1 comment
Assignees
Labels
general questions status: waiting-on-submitter This issue requires feedback from the submitter.

Comments

@hanzhenlong1314
Copy link

hanzhenlong1314 commented Jul 29, 2024

The transaction failed to be uploaded to the chain. Can you tell me the reason? Unable to update fee market state: block utilization of 30035129 cannot exceed max block utilization of 30000000, https://atomscan.com/transactions/A1BAEB15ECBED9E8C6EB667F8C01112FEA9F110C84E7D298558F6A4F30F57686

How is the handling fee of Cosmos calculated?

 "fee" : {
      "amount" : [ 
        {
          "amount" : "1000",
          "denom" : "uatom"
         }
       ],
      "gas" : "200000"
    },
@hanzhenlong1314 hanzhenlong1314 added the status: waiting-triage This issue/PR has not yet been triaged by the team. label Jul 29, 2024
@MSalopek MSalopek added general questions and removed status: waiting-triage This issue/PR has not yet been triaged by the team. labels Jul 29, 2024
@MSalopek
Copy link
Contributor

MSalopek commented Jul 29, 2024

You can safely re-try the transaction, the hub is using the feemarket module with EIP-1559 semantics - this is it in action.

The transaction failed because the block gas limit is 30 000 000. The block was full so your Tx was not included.

Whenever the block gas counter exceeds 15 000 000 the gas price will increase. You can check the current gas prices via:

gaiad q feemarket gas-price uatom --node "https://cosmos-rpc.polkachu.com:443" -o json

Please let us know if you've managed to perform the operation.

@hanzhenlong1314

@MSalopek MSalopek changed the title The transaction failed to be uploaded to the chain. Can you tell me the reason? Unable to update fee market state: block utilization of 30035129 cannot exceed max block utilization of 30000000, https://atomscan.com/transactions/A1BAEB15ECBED9E8C6EB667F8C01112FEA9F110C84E7D298558F6A4F30F57686 [Question] The transaction failed to be uploaded to the chain. Unable to update fee market state: block utilization of 30035129 cannot exceed max block utilization of 30000000 Jul 29, 2024
@mpoke mpoke added the status: waiting-on-submitter This issue requires feedback from the submitter. label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
general questions status: waiting-on-submitter This issue requires feedback from the submitter.
Projects
Status: 🏗 F3: InProgress
Development

No branches or pull requests

3 participants