Skip to content

Commit

Permalink
Update README and Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwlz committed Jan 11, 2025
1 parent 56e40b2 commit c8a4811
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ QMDB can perform in-memory Merklelization with minimal DRAM usage, and offers ef

Read the QMDB paper here: <https://arxiv.org/abs/2501.05262>

*QMDB is ongoing research. Designed for high performance and practical use, some features are still evolving. We invite feedback and contributions from the community.*

## Use Cases

- **Blockchain State Storage**: Ideal for maintaining verifiable state in decentralized systems.
Expand Down Expand Up @@ -138,7 +140,7 @@ Isaac Zhang, Ryan Zarick, Daniel Wong, Thomas Kim, Bryan Pellegrino, Mignon Li,
}
```

QMDB is a product of [LayerZero Labs](https://layerzero.network).
QMDB is a product of [LayerZero Labs](https://layerzero.network) Research.

<!-- markdownlint-disable MD033 -->
<p align="center">
Expand Down
9 changes: 7 additions & 2 deletions qmdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[package]
name = "qmdb"
version = "0.1.0"
edition = "2021"
version = "0.2.0"
edition = "2025"
description = "A high-performance verifiable key-value store, designed to optimize blockchain state storage."
repository = "https://github.com/LayerZero-Labs/qmdb"
authors = ["LayerZero Labs Research"]
license = "MIT OR Apache-2.0"


[[example]]
name = "v1_fuzz"
Expand Down

0 comments on commit c8a4811

Please sign in to comment.