You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Modified function: add new only_if_empty optional parameter.
150
156
defset_storage(
@@ -242,6 +248,16 @@ If an account has code, this is chunked and inserted in the VKT in one go. An al
242
248
243
249
We decided to not do this to reduce the algorithm complexity. Considering the current maximum code size, the worst case scenario for a block could overflow the `CONVERSION_STRIDE` limit by 24k/31~=793 units.
244
250
251
+
### Deletion of [EIP-7610](./eip-7610.md) accounts
252
+
253
+
EIP-7610 mentions the existence of 28 accounts that have:
254
+
255
+
* a nonce of 0,
256
+
* no code
257
+
* a non-empty storage tree
258
+
259
+
These storage slots are to be ommitted from the conversion process, as they can not be accessed.
260
+
245
261
### Expected time for the conversion to finish
246
262
247
263
TODO: We have an estimation, but it might be worth recalculating it closer to the proposed fork having a more up to date state size estimate.
0 commit comments