Skip to content

Handle already submitted validator attestations#54

Merged
rickyrombo merged 6 commits intomainfrom
mjp-rewards-6
Apr 28, 2025
Merged

Handle already submitted validator attestations#54
rickyrombo merged 6 commits intomainfrom
mjp-rewards-6

Conversation

@rickyrombo
Copy link
Copy Markdown
Contributor

  • Adds support for decoding of attestations account
  • Adds owner wallets to node list
  • Fetches existing attestations, selects validators with new owners

Comment thread api/v1_claim_rewards.go
Comment thread config/nodes.go
Comment thread rendezvous/rendezvous.go
GlobalHasher = NewRendezvousHasher(config.Cfg.Nodes)
hosts := make([]string, len(config.Cfg.Nodes))
for i, node := range config.Cfg.Nodes {
if !node.IsStorageDisabled {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah nice!

@rickyrombo rickyrombo merged commit c6bfb4b into main Apr 28, 2025
2 checks passed
@rickyrombo rickyrombo deleted the mjp-rewards-6 branch April 28, 2025 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants