Skip to content

v0.5.3

Latest

Choose a tag to compare

@FletcherMan FletcherMan released this 27 Mar 05:07
a20bbfa

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