OffchainLabs / go-ethereum

GNU Lesser General Public License v3.0
52 stars 88 forks source link

Fix ArbitrumLegacyTxData decoding #288

Closed PlasmaPower closed 5 months ago

PlasmaPower commented 5 months ago

ArbitrumLegacyTxData is RLP encoded and decoded, but the fallback to LegacyTxData's implementation of encode and decode was causing panics: https://github.com/OffchainLabs/nitro/issues/2131