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

X-chain - Dynamic Fees #2708

Open
4 tasks done
abi87 opened this issue Feb 6, 2024 · 1 comment · Fixed by #2597, #2699, #2747 or #2762 · May be fixed by #2705
Open
4 tasks done

X-chain - Dynamic Fees #2708

abi87 opened this issue Feb 6, 2024 · 1 comment · Fixed by #2597, #2699, #2747 or #2762 · May be fixed by #2705
Assignees
Labels
enhancement New feature or request

Comments

@abi87
Copy link
Contributor

abi87 commented Feb 6, 2024

Goals:

  • Meter txs with a multidimensional scheme
  • Update unit fees dynamically with a linear scheme
  • Introduce possibility of priority fee (and sort mempool to prioritize txs paying higher fees
  • introduce exponential update of unit fees
@abi87
Copy link
Contributor Author

abi87 commented Apr 12, 2024

stateDiagram-v2
master --> X_chain_fee_calculator
X_chain_fee_calculator --> X_chain_meter_txs

master -->  X_chain_consolidate_tx_creation
X_chain_consolidate_tx_creation --> X_chain_meter_txs

X_chain_meter_txs -->X_chain_update_unit_fees

X_chain_update_unit_fees -->X_chain_priority_fees

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment