What's Changed
- fix: handle MorphTx V0/V1 decoding in DecodeTxsFromBytes (#920)
Bug Fix
- Fixed a panic (
makeslice: len out of range) inDecodeTxsFromByteswhen 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
extractInnerTxFullBytesto prevent panic on invalid RLP prefix bytes
Full Changelog: v0.5.2...v0.5.3
What's Changed
- fix: handle MorphTx V0/V1 decoding in DecodeTxsFromBytes (#920) by @FletcherMan in #921
Full Changelog: v0.5.2...v0.5.3