Open Stebalien opened 3 years ago
Currently, this loads the pre-commit HAMT once per expiring pre-commit to compute deposit to burn. We then batch delete.
Instead, we should load the pre-commit HAMT once and do a batch delete in one "operation" to save us a bunch of IPLD load operations.
Currently, this loads the pre-commit HAMT once per expiring pre-commit to compute deposit to burn. We then batch delete.
Instead, we should load the pre-commit HAMT once and do a batch delete in one "operation" to save us a bunch of IPLD load operations.