trufflesuite / ganache

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
2.61k stars 676 forks source link

The block has already done most of the work serializing the tx , we should reuse it, if possible #4341

Open davidmurdoch opened 1 year ago

davidmurdoch commented 1 year ago

When saving a tx to the db we re-serialize the transaction, even though the block has already done this.