linera-io/linera-protocol

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

Open

#5 604 ouverte le 5 mars 2026

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Rust (32 149 stars) (2 354 forks)batch import
good first issue

Description

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.

Guide contributeur