0xMiden / 0xMiden/protocol

Implement demand-based base fee changes

Abierto
#1,686 0 comentarios 1 reacción 0 asignados Ver en GitHub
fees kernels
Lenguaje dominante
Rust
Estrellas
132
Forks
167
Merge medio
1 d 23 h
PR fusionados (30 d)
110

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.