hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
265 stars 119 forks source link

Investigate and fix externalization issue with legacy Ethereum transactions #13983

Open lukelee-sl opened 1 week ago

lukelee-sl commented 1 week ago

Problem

For legacy transactions, when passed the correct v value, it appears that the externalized record incorrectly contains 0 or 1 instead of the passed in value.

Solution

Investigate and possibly fix externalization issue

Alternatives

No response