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
I have created a new substrate blockchain using the frontier node template. https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Falice.ekratos.cat#/explorer
Everything works, but in the Polkadot portal, the recent blocks only show the block number and hash, but do not show the block author (like I see in all other networks). Why?
The text was updated successfully, but these errors were encountered:
Hmm, I see you already use the frontier-template as the runtime name for your chain(although I don't recommend doing this), so polkadot-apps has treated your chain as ethereum chain . That's weird.
My question is why I don't see the block author in the recent blocks table. Are you sure you are answering this?
In stackexchange someone answered that this is related to the authorship-pallet that is missing: https://substrate.stackexchange.com/questions/11470/show-block-author/
This makes more sense to me, but I still don't know how to add this pallet to Frontier.
I have created a new substrate blockchain using the frontier node template.
https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Falice.ekratos.cat#/explorer
Everything works, but in the Polkadot portal, the recent blocks only show the block number and hash, but do not show the block author (like I see in all other networks). Why?
The text was updated successfully, but these errors were encountered: