0xMiden / 0xMiden/protocol

Implement demand-based base fee changes

未關閉
#1,686 0 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視
fees kernels
主要語言
Rust
星號
132
分支
167
平均合併
1 天 23 小時
30 天內合併 PR
110

描述

The initial fee implementation has static base fees, for simplicity.

We should implement EIP-1559-style demand-based changes. Here we have to do some research on the concrete mathematical model to use. The mechanism in EIP-1559 may be a bit too sensitive and a better approach suggested to us was a momentum-based approach where the base fee increases in a larger step only if there are 3-4 blocks in a row that are above target utilization.

One option is also to start with the same model from EIP-1559 with some appropriate parameter changes (e.g. due to different block times in Miden vs Ethereum) and leave these advanced optimizations for later.

Broken out of https://github.com/0xMiden/miden-base/issues/1673.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。