Closed tnv1 closed 6 months ago
The update to the BlockedAddresses
function in app/app.go
involves deleting the address associated with feeabstypes.ModuleName
, ensuring it is no longer blocked. Additionally, in app/upgrades.go
, the // nolint:gosec
directive has been removed from the SetStoreLoader
call in the RegisterUpgradeHandlers
function of EveApp
.
File | Change Summary |
---|---|
app/app.go |
Added deletion of the feeabstypes.ModuleName address in BlockedAddresses . |
app/upgrades.go |
Removed // nolint:gosec directive from SetStoreLoader call. |
🐇✨ In code's deep warren, a change so neat, A module's address, now obsolete. With careful paws, we tweak and mend, To keep our systems on the mend. Hoppity hop, the code does sing, For every byte, a joyful spring!
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit