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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
With the introduction of an embedded database system, the data access layer interface needs to be updated to support queries using the embedded database system's APIs.
Acceptance Criteria
Update storage related types in lisk-chain
Update data_access->storage to get EmbeddedDB instance
Update data_access->storage public interfaces to use EmbeddedDB interface
Update unit tests according to EmbeddedDB interface
Add integration tests for data_access layer
Use json encoder
Remove prepare and validate to simplify transaction interface
Additional Information
Database keys should be as below, and height key should be big endian encoded number
Description
With the introduction of an
embedded
database system, the data access layer interface needs to be updated to support queries using the embedded database system's APIs.Acceptance Criteria
storage
relatedtypes
inlisk-chain
data_access->storage
to getEmbeddedDB
instancedata_access->storage
public interfaces to useEmbeddedDB
interfaceEmbeddedDB
interfacedata_access
layerjson
encoderprepare
andvalidate
to simplify transaction interfaceAdditional Information
Related issues: #5238
The text was updated successfully, but these errors were encountered: