-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Allow local KV Stores to be defined using local_server.kv_stores
KV Store is the new name for Object Store, which is why this is doing an alias between kv_stores and object_stores Future patches will rename the internal implementation and hostcalls from Object Store to KV Store
- Loading branch information
Jake Champion
committed
Apr 5, 2023
1 parent
4bda4be
commit 1e7432f
Showing
6 changed files
with
124 additions
and
95 deletions.
There are no files selected for viewing
213 changes: 121 additions & 92 deletions
213
cli/tests/integration/object_store.rs → cli/tests/integration/kv_store.rs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.