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
Currently, the sequencer app tests for correct block fees on every fee-including action other than Ics20Withdrawal. This is because the action's check_and_execute requires having the IBC channel and ports set, but Penumbra does make the 'channel' module public and its StateWriteExt trait is not publicy re-exported (it is now reexported, should be able to implement after #1389).
Currently, the sequencer app tests for correct block fees on every fee-including action other than
Ics20Withdrawal
. This is because the action'scheck_and_execute
requires having the IBC channel and ports set, but Penumbra does make the 'channel' module publicand its(it is now reexported, should be able to implement after #1389).StateWriteExt
trait is not publicy re-exportedastria/crates/astria-sequencer/src/app/tests_block_fees.rs
Line 335 in fbc99f0
┆Issue Number: ENG-732
The text was updated successfully, but these errors were encountered: