Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dan/engine): adds single state storage interface #4368

Merged
merged 12 commits into from Aug 4, 2022

Conversation

sdbondi
Copy link
Member

@sdbondi sdbondi commented Aug 1, 2022

Description

Adds simple state storage interface for component state that occurs after execution of a WASM contract

Motivation and Context

Introduces a simple state storage API for atomic databases and implements it for RwLock, Sqlite and LMDB.
Each database was implemented to ensure that the trait provides a good abstraction over the atomic read-write capabilities of each database.

How Has This Been Tested?

Unit test for each implementation

Simple state storage for component state that occurs after execution of a WASM contract
stringhandler
stringhandler previously approved these changes Aug 3, 2022
* development:
  fix: wallet database encryption does not bind to field keys tari-project#4137 (tari-project#4340)
  fix: use SafePassword struct instead of String for passwords (tari-project#4320)
  feat(dan): template macro handles component state (tari-project#4380)
  fix(dht)!: add message padding for message decryption, to reduce message length leaks (fixes tari-project#4140) (tari-project#4362)
  fix(wallet): update seed words for output manager tests (tari-project#4379)
@stringhandler stringhandler merged commit 954efea into tari-project:development Aug 4, 2022
@sdbondi sdbondi deleted the dan-layer-state-store branch August 5, 2022 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants