You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposals are regularly pruned from the chain to avoid chain bloat. The pruning makes it impossible to properly track the complete history of a given proposal from the chain.
However, the YACI indexer contains the full chain history. We could leverage the full history to index proposals at every lifecycle step. The index could also enhance proposal filtering capabilities, i.e., only list proposals matching a predicate.
Create a page leveraging the YACI proposal indexing capabilities to enable proposal history display.
Proposals are regularly pruned from the chain to avoid chain bloat. The pruning makes it impossible to properly track the complete history of a given proposal from the chain.
However, the YACI indexer contains the full chain history. We could leverage the full history to index proposals at every lifecycle step. The index could also enhance proposal filtering capabilities, i.e., only list proposals matching a predicate.
Create a page leveraging the YACI proposal indexing capabilities to enable proposal history display.
Relates liftedinit/yaci#44
The text was updated successfully, but these errors were encountered: