sei-chain icon indicating copy to clipboard operation
sei-chain copied to clipboard

remove serialize/deserialize for accesslist

Open codchen opened this issue 8 months ago • 1 comments

Describe your changes and provide context

Because accessLists are only used within the lifespan of its transaction, there is no need to serialize/deserialize it as it won't be transmitted over wire nor written to disk. This would improve performance for transactions that make heavy usage of accesslists

Testing performed to validate your change

no behavioral change so existing unit tests should cover

codchen avatar May 26 '24 02:05 codchen