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
Replace all Store.sizeOfState() implementations by getting a ReadableEntityIdStore and returning its e.g. numAccounts() or numBytecodes() getter as appropriate.
Mark KVState.size() as deprecated and ensure there are no remaining non-test usages of this API.
The text was updated successfully, but these errors were encountered:
Neeharika-Sompalli
changed the title
Replace all Store.sizeOfState() implementations by getting a ReadableEntityIdStore and returning its e.g. numAccounts() or numBytecodes() getter as appropriate.
Replace all Store.sizeOfState()Jan 17, 2025
Store.sizeOfState()
implementations by getting aReadableEntityIdStore
and returning its e.g.numAccounts()
ornumBytecodes()
getter as appropriate.KVState.size()
as deprecated and ensure there are no remaining non-test usages of this API.The text was updated successfully, but these errors were encountered: