Commit graph

2 commits

Author SHA1 Message Date
MariusVanDerWijden
b937cfef3a
core/txpool: fix test 2026-07-02 12:06:25 +02:00
Bosul Mun
21652ef9ef
core/txpool: add blobTxForPool migration in limbo (#35209)
This PR adds blobTxForPool migration support in limbo. Previously, there
was no conversion path from limbo entries containing types.Transaction.
Now that we have the new blobTxForPool type, this PR adds migration
logic between both types. New test code (limbo_test.go) to test this
conversion is added.

---------

Co-authored-by: Felix Lange <fjl@twurst.com>
2026-07-01 11:12:46 +02:00