oasisprotocol / oasisprotocol/oasis-core
Make an async variant of the Rust MKVS interface
Open
Nobody has claimed this yet.
c:storage
p:2
- Dominant language
- Go
- Stars
- 369
- Forks
- 151
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 6
Description
Currently the Rust MKVS interface is sync as it was made to be mostly used within the runtime. But the interface can also be used externally to read storage (e.g., on the gateway) so it should also support async operation.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Rust MKVS interface and reviewing how it is used externally for storage reads, including on the gateway. The work is complete when the interface supports async operation in addition to its current synchronous operation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100