You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#9718. Implements the oracles relying directly on the
`fake_exponential` e,g., the proving cost and fee asset cost.
Using the data generated from
AztecProtocol/engineering-designs#38 and checks
that the solidity implementation matches the values from the python.
The `MinimalFeeModel` showcase the storage needed and computations, the
same logic logic will end up living closer to the rollup contract in
what #9804
Fixes#9718. Implements the oracles relying directly on the
`fake_exponential` e,g., the proving cost and fee asset cost.
Using the data generated from
AztecProtocol/engineering-designs#38 and checks
that the solidity implementation matches the values from the python.
The `MinimalFeeModel` showcase the storage needed and computations, the
same logic logic will end up living closer to the rollup contract in
what #9804
As specified by the design document, we should implement a few "multiplier" oracles:
Both of these should be build with the mechanism of that doc.
The text was updated successfully, but these errors were encountered: