Skip to content

Commit

Permalink
chore: upate documenation from cosmos-sdk/docs (#150)
Browse files Browse the repository at this point in the history
* chore: Sync docs from cosmos-sdk/docs

* Update 01-module-manager.md

---------

Co-authored-by: tac0turtle <[email protected]>
Co-authored-by: samricotta <[email protected]>
Co-authored-by: samricotta <[email protected]>
  • Loading branch information
4 people authored Jun 13, 2024
1 parent 32f4575 commit 19371bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/build/architecture/adr-073-indexer.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Now that the [collections](./adr-062-collections-state-layer.md) and [orm](./adr
In considering the design of built-in support, in discussions we have considered the needs of UI application developers, node operators and application and module developers. The following user stories have been identified as _ideal_ features, with the understanding that the SDK can likely only provide a subset of these features, but should aim for the best balance.

When considering the needs of developers building UI applications, the following desirable features have been identified:

* U1: quickly querying the current on-chain state with any sort of filtering, sorting and pagination the client desires with the ability to optimize queries with custom indexes.
* U2: data should be available in client friendly formats, for instance even if addresses are stored as bytes in state, clients should be available to view and query bech32 encoded addresses.
* U3: state that was pruned from on-chain state to save space but is still otherwise valid (such as completed proposals and votes) should be queryable.
Expand Down

0 comments on commit 19371bd

Please sign in to comment.