linera-io/linera-protocol
在 GitHub 查看Create examples of Custom{Map,Collection}View for ordered integers (and use them)
Open
#5,604 创建于 2026年3月5日
good first issue
描述
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.