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
For economic stress test and other test deployments, we must enable directly specify the price, and have it propagated through.
Design
Clone ManualPriceAuthority and move the setPrice operation onto the creator facet rather than the priceAuthority. Note that ManualPriceAuthority` is made to simplify unit tests. Most code is reused from elsewhere, so I don't think it's worth trying to make a single notifier that covers both use cases.
The text was updated successfully, but these errors were encountered:
Problem to Solve
For economic stress test and other test deployments, we must enable directly specify the price, and have it propagated through.
Design
Clone
ManualPriceAuthority
and move thesetPrice
operation onto the creator facet rather than the priceAuthority. Note that ManualPriceAuthority` is made to simplify unit tests. Most code is reused from elsewhere, so I don't think it's worth trying to make a single notifier that covers both use cases.The text was updated successfully, but these errors were encountered: