changed a year ago
Published Linked with GitHub

What's the best way to extract extrinsics of a past parachain block from the relay chain's state?

For example, I have this information about the block of my parachain.

enter image description here

Is there a way for me to extract the information that was included in that block? From what I understand, the answer is no because its just a receipt from the PoV function.

How much blockspace is being consumed in each parachainInclusion.CandidateIncluded ?

  • Is the same size every time?
  • How much blockspace does a single core actually provide? And how much of it is consumed?

Every time this paraId - 42424242 - uses a core, it will always consume it's blockspace. We want it such that all the block is consumed by some

Select a repo