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
The indexer fetches the proposal from the previous block upon processing EventProposalPruned. The executor result of the proposal may be different then what is provided in the response given this was the proposal state one block prior to being pruned. If a proposal is successfully executed, the executor result should be updated before the proposal is stored in the database, but how we determine this is not clear and may require updates the group module.
Proposal successfully executed and pruned from state:
Similar to #43, one solution would be updating the event to include the final state of the executor result (which we would also need to double check if its updated prior to being pruned in the same block). This would only solve future events and historical events would still not include the executor result.
Summary
The indexer fetches the proposal from the previous block upon processing
EventProposalPruned
. The executor result of the proposal may be different then what is provided in the response given this was the proposal state one block prior to being pruned. If a proposal is successfully executed, the executor result should be updated before the proposal is stored in the database, but how we determine this is not clear and may require updates the group module.Proposal successfully executed and pruned from state:
Link: https://github.com/regen-network/indexer/actions/runs/6099145918/job/16550608226#step:8:92
The text was updated successfully, but these errors were encountered: