Consensys / linea-besu

Linea implementation based on Besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
65 stars 57 forks source link

feat: Expose set finalized and safe block in plugin api BlockchainService #43

Closed usmansaleem closed 3 months ago

usmansaleem commented 3 months ago

Expose set finalized and set safe block methods in Blockchain service in the plugin api.

fab-10 commented 3 months ago

Since the same PR is ready on upstream Besu, there is no need to redo it here, so please do not merge. You usually make a PR here only when you are not yet sure if it makes sense on upstream Besu, or it is a PoC that needs to be refined.

usmansaleem commented 3 months ago

Closing due to https://github.com/hyperledger/besu/pull/7382