AztecProtocol / aztec-packages

Apache License 2.0
198 stars 223 forks source link

feat: introduce `OVERHEAD_PER_TX` #9827

Closed LHerskind closed 4 hours ago

LHerskind commented 5 hours ago

We need the OVERHEAD_MANA_PER_TX to be introduced in the fee computation to cover the cost of "base verification" for the sequencers etc. Similar to $G_{\text{transaction}}$ in ethereum (the 21000 gas in every transaction)

LHerskind commented 4 hours ago

There seems to already exists a tx_overhead which addresses this.