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

[AIP-34][Unit Gas Price Estimation] #134

Closed
thepomeranian opened this issue May 9, 2023 · 2 comments
Closed

[AIP-34][Unit Gas Price Estimation] #134

thepomeranian opened this issue May 9, 2023 · 2 comments

Comments

@thepomeranian
Copy link
Collaborator

thepomeranian commented May 9, 2023

AIP-34 - Unit Gas Price Estimation

Motivation

Transactions are prioritized at mempool, consensus, and execution based on unit gas price — the price (in APT) that each transaction has committed to pay for each unit of gas. Clients need a way to estimate the unit gas price they should use to get a transaction executed on chain in a reasonable amount of time. This proposal contains a design where Aptos fullnodes provide an API to be used by clients for this purpose.

Link to AIP: https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-34.md

@e99243506bigplay
Copy link

e99243506bigplay commented May 11, 2023

At current state on Aptos Chain, Please provide option to send transaction only on gas unit 100 in Petra Wallet, don't give suggestion gas price Please. it doesn't matter how much gas you pay in this low TPS environment, and will successful to execute those transactions.

@bchocho
Copy link
Contributor

bchocho commented May 12, 2023

Thats correct, in this proposal we will reset to min unit gas price (100) when load is low.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants