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
steven-sheehy
changed the title
Add ContractStorageDatabaseReadableKVState for reading contract slot values
Implement ContractStorageDatabaseReadableKVStateOct 11, 2024
Problem
We need to add a new type of database accessor to read contract storage, so that we have specific ReadableKVState instance for this type of data.
Solution
Add ContractStorageDatabaseReadableKVState class that reads contract storage related data and converts slotValue to SlotValue PBJ type.
Add unit tests to cover all cases including historical reads and correct mapping for all fields.
Alternatives
No response
The text was updated successfully, but these errors were encountered: