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
If the inflation factor gets updated when calling debitFrom to pay for a transaction fee with Celo Dollars, an InflationFactorUpdated event should be emitted.
Current Behavior
Haven't checked 100%, but from what I've seen, events from internal EVM calls are likely to be lost. So first step is to confirm this is actually a problem, but wanted to flag this.
The text was updated successfully, but these errors were encountered:
Tested by adding an event that is emitted every time debitFrom is called. It shows up in the receipts. Looks like events are added to statedb similarly to changes made into storage.
Expected Behavior
If the inflation factor gets updated when calling
debitFrom
to pay for a transaction fee with Celo Dollars, anInflationFactorUpdated
event should be emitted.Current Behavior
Haven't checked 100%, but from what I've seen, events from internal EVM calls are likely to be lost. So first step is to confirm this is actually a problem, but wanted to flag this.
The text was updated successfully, but these errors were encountered: