oasisprotocol / oasisprotocol/oasis-core

Make an async variant of the Rust MKVS interface

Open
#1,695 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.