jito-foundation / stakenet

Jito StakeNet
https://www.jito.network/stakenet/
Apache License 2.0
50 stars 19 forks source link

Feature: Log updates of the ValidatorHistoryAccount on diffs #3

Open buffalu opened 9 months ago

buffalu commented 9 months ago

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.

witwiki commented 9 months ago

Hey @buffalu, Can I attempt this issue?

buffalu commented 9 months ago

Hey @buffalu, Can I attempt this issue?

yes please! assigned

buffalu commented 9 months ago

please stop by discord in #stakenet channel if you have questions or need help

bcerecer commented 5 months ago

Hi @buffalu, can I implement this?

witwiki commented 5 months ago

hey @buffalu, please unassign me from this issue so @bcerecer can implement it.