linera-io/linera-protocol

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

Open

#5604 aperta il 5 mar 2026

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (2354 fork)batch import
good first issue

Metriche repository

Star
 (32.149 star)
Metriche merge PR
 (Merge medio 2g 22h) (111 PR mergiate in 30 g)

Descrizione

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.

Guida contributor