LimeChain / Fruzhin

Java implementation of the Polkadot Host
Apache License 2.0
33 stars 1 forks source link

Execute blocks from block announcement protocol. #573

Closed Zurcusa closed 1 week ago

Zurcusa commented 1 month ago

Currently we only execute blocks up until full sync finishes. Meaning we stop at a specific finalized block and never continue to the tip of the chain. This causes many issues, one of which being inability to validate new transactions. For this to happen Fruzhin needs to be fork aware when executing blocks.