Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Gas optimizations on blob submission and TokenBridge

Choose a tag to compare

@thedarkjester thedarkjester released this 24 May 15:27
· 4 commits to main since this release
b17e7c7

Change Log

The commit contains the following:

  • Major gas optimizations for blob submission
  • Some gas optimizations in finalization
  • Gas optimizations in the TokenBridge

External Breaking Changes

  • LineaRollup's DataSubmitted is replaced with DataSubmittedV2 - (using shnarf vs. dataHash)
  • TokenBridge's BridgingInitiated is replaced with BridgingInitiatedV2 - (indexes recipient vs. amount)
  • TokenBridge's BridgingFinalized is replaced with BridgingFinalizedV2 - (indexes recipient vs. amount)

Auditing

Additionally, the code included in the following commit has been audited by OpenZepplin and Cyfrin.