linera-io/linera-protocol

Create examples of Custom{Map,Collection}View for ordered integers (and use them)

Offen

#5.604 geöffnet am 05.03.2026

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (2.354 Forks)batch import
good first issue

Repository-Metriken

Stars
 (32.149 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 2T 22h) (111 gemergte PRs in 30 T)

Beschreibung

We use integers as keys in many places (procotol and examples) but usually without a custom key serialization. As a result, graphql queries show keys ordered by little-endian bytes.

See AskPrice and BidPrice in the matching engine example.

Contributor Guide