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
Describe the bug
In market keeper, PeekEpochSeigniorage computes seigniorage by subtracting previous issuance from current issuance. When luna is swapped to terra, seignorage should increase however current implementation is reverse.
It should be patched before 12 weeks from the genesis time of columbus-2
To Reproduce
Change prohibition period to zero
Swap luna to sdr.
Peek seigniorage of next epoch.
Context & versions
core-v0.2.x
(if applicable) suggested solution
Change PeekEpochSeigniorage to compute seigniorage by subtracting current issuance from previous issuance.
The text was updated successfully, but these errors were encountered:
Describe the bug
In market keeper, PeekEpochSeigniorage computes seigniorage by subtracting previous issuance from current issuance. When luna is swapped to terra, seignorage should increase however current implementation is reverse.
It should be patched before 12 weeks from the genesis time of columbus-2
To Reproduce
Context & versions
core-v0.2.x
(if applicable) suggested solution
Change PeekEpochSeigniorage to compute seigniorage by subtracting current issuance from previous issuance.
The text was updated successfully, but these errors were encountered: