github morph-l2/morph v0.5.3

12 hours ago

What's Changed

  • fix: handle MorphTx V0/V1 decoding in DecodeTxsFromBytes (#920)

Bug Fix

  • Fixed a panic (makeslice: len out of range) in DecodeTxsFromBytes when decoding MorphTx V1 transactions
  • MorphTx V1 wire format includes a version byte between the type byte and RLP payload, which was incorrectly treated as an RLP prefix
  • Added proper handling for both MorphTx V0 and V1 formats using Transaction.UnmarshalBinary()
  • Added bounds check in extractInnerTxFullBytes to prevent panic on invalid RLP prefix bytes

Full Changelog: v0.5.2...v0.5.3

What's Changed

Full Changelog: v0.5.2...v0.5.3

Don't miss a new morph release

NewReleases is sending notifications on new releases.