Skip to content

Commit c8a4811

Browse files
committed
Update README and Cargo.toml
1 parent 56e40b2 commit c8a4811

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ QMDB can perform in-memory Merklelization with minimal DRAM usage, and offers ef
1111

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

14+
*QMDB is ongoing research. Designed for high performance and practical use, some features are still evolving. We invite feedback and contributions from the community.*
15+
1416
## Use Cases
1517

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

141-
QMDB is a product of [LayerZero Labs](https://layerzero.network).
143+
QMDB is a product of [LayerZero Labs](https://layerzero.network) Research.
142144

143145
<!-- markdownlint-disable MD033 -->
144146
<p align="center">

qmdb/Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[package]
22
name = "qmdb"
3-
version = "0.1.0"
4-
edition = "2021"
3+
version = "0.2.0"
4+
edition = "2025"
5+
description = "A high-performance verifiable key-value store, designed to optimize blockchain state storage."
6+
repository = "https://github.com/LayerZero-Labs/qmdb"
7+
authors = ["LayerZero Labs Research"]
8+
license = "MIT OR Apache-2.0"
9+
510

611
[[example]]
712
name = "v1_fuzz"

0 commit comments

Comments
 (0)