linera-io/linera-protocol
Create examples of Custom{Map,Collection}View for ordered integers (and use them)
Aberta
#5.604 aberto em 5 de mar. de 2026
good first issue
Métricas do repositório
- Stars
- (32.149 estrelas)
- Métricas de merge de PR
- (Mesclagem média 2d 22h) (111 fundiu PRs em 30d)
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.