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
Is your feature request related to a problem? Please describe.
For indexing purposes and for blockahin explorers like Dune, it would be nice to log the state of a ValidatorHistoryAccount on every update.
Describe the solution you'd like
Any update that causes a change in a ValidatorHistoryAccount for a given epoch is logged. This logs can use emit! or even better, emit_cpi!, which doesn't suffer from log truncation inside RPCs.
Additional context
Ensure that any logs are compatible with most block explorers and Dune!
Note
Please comment below in the issue to claim this task.
The text was updated successfully, but these errors were encountered:
buffalu
changed the title
Add log (using emit! or emit_cpi!) which logs the state of a validator history account for every update
Log updates of the ValidatorHistoryAccount on every update
Dec 19, 2023
buffalu
changed the title
Log updates of the ValidatorHistoryAccount on every update
Log updates of the ValidatorHistoryAccount on diffs
Dec 19, 2023
buffalu
changed the title
Log updates of the ValidatorHistoryAccount on diffs
Feature: Log updates of the ValidatorHistoryAccount on diffs
Dec 19, 2023
Is your feature request related to a problem? Please describe.
For indexing purposes and for blockahin explorers like Dune, it would be nice to log the state of a ValidatorHistoryAccount on every update.
Describe the solution you'd like
Any update that causes a change in a ValidatorHistoryAccount for a given epoch is logged. This logs can use emit! or even better, emit_cpi!, which doesn't suffer from log truncation inside RPCs.
Additional context
Ensure that any logs are compatible with most block explorers and Dune!
Note
Please comment below in the issue to claim this task.
The text was updated successfully, but these errors were encountered: