linera-io/linera-protocol

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

Open

#5,604 创建于 2026年3月5日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Rust (2,354 fork)batch import
good first issue

仓库指标

Star
 (32,149 star)
PR 合并指标
 (平均合并 2天 22小时) (30 天内合并 111 个 PR)

描述

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.

贡献者指南