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
BEEFY has been disabled in #1273 (I was thinking that enable_beefy is enough, but apparently it isn't). I'll disable alerts in #1285, so they also need to be reenabled after BEEFY is fixed
The text was updated successfully, but these errors were encountered:
I think we can change the polkadot service file to use a deny-list of chain-spec-names instead of using an allow-list as it is right now.
That way we can explicitly keep it disabled on Polkadot, Kusama, Westend, while any other chain reusing the polkadot service file can choose for themselves whether to enable BEEFY using the enable_beefy flag.
* Add event with XCM executor outcome, which includes weight fee
* Show weight used in processed messages
* remove added event
* named events
* message_id for message_hash
* Update pallets/xcmp-queue/src/lib.rs
Co-authored-by: joe petrowski <[email protected]>
BEEFY has been disabled in #1273 (I was thinking that
enable_beefy
is enough, but apparently it isn't). I'll disable alerts in #1285, so they also need to be reenabled after BEEFY is fixedThe text was updated successfully, but these errors were encountered: