LiskArchive / lisk-sdk

🔩 Lisk software development kit
https://lisk.com
Apache License 2.0
2.72k stars 456 forks source link

Expose PrefixedStateReadWriter from sdk #8372

Closed priojeetpriyom closed 11 months ago

priojeetpriyom commented 1 year ago

Description

While writing unit test coverage for LegacyModule, we discovered PrefixedStateReadWriter class is needed to initialise stateStore but is not exposed from lisk-sdk.

Motivation

The PrefixedStateReadWriter class is required to write unit test in lisk-core.

Additional Information

lisk-core code ref

lisk-sdk PrefixedStateReadWriter

shuse2 commented 11 months ago

Closing this issue for no activity