movementlabsxyz / movement

The Movement Network is a Move-based L2 on Ethereum.
Apache License 2.0
82 stars 65 forks source link

fix(mempool): pre-allocate capacity for the db key #892

Open mzabaluev opened 1 day ago

mzabaluev commented 1 day ago

Fixes #881

Summary

The amount allocated was not enough, wasting a re-allocation.

Testing

Existing tests should pass.

mzabaluev commented 12 hours ago

The failing check is #866.