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
The feeburn feature was introduced in v3.0.0 #422
This involves the transaction fees sent with the wasmTypes.MsgExecuteContract will be burnt instead of being sent to stakers. More details here ADR-007-fee-burning
While the authtypes.FeeCollectorName was given burn permissions in app.go, so it would have the necessary permissions when the chain is started fresh from v3.0.0 onwards, the upgrade handler for this release missed providing this permission to the account.
This caused the following error on every contract exec as the burn was not possible.
Discussed in https://github.com/orgs/archway-network/discussions/6
The feeburn feature was introduced in v3.0.0 #422
This involves the transaction fees sent with the
wasmTypes.MsgExecuteContract
will be burnt instead of being sent to stakers. More details here ADR-007-fee-burningWhile the
authtypes.FeeCollectorName
was given burn permissions in app.go, so it would have the necessary permissions when the chain is started fresh from v3.0.0 onwards, the upgrade handler for this release missed providing this permission to the account.This caused the following error on every contract exec as the burn was not possible.
The text was updated successfully, but these errors were encountered: