Skip to content

feat: configure batch size in vanilla stake script #842

Merged
shaspitz merged 3 commits intomainfrom
config-batch-size
Oct 22, 2025
Merged

feat: configure batch size in vanilla stake script #842
shaspitz merged 3 commits intomainfrom
config-batch-size

Conversation

@shaspitz
Copy link
Copy Markdown
Contributor

Makes batch size configurable for the vanilla staking script

@shaspitz shaspitz requested a review from owen-eth October 22, 2025 18:20
Comment thread tools/vanilla-stake/main.go Outdated
return fmt.Errorf("batch size must be greater than 0")
}
if batchSize > 250 {
return fmt.Errorf("batch size must be less than 150")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nit: error message says 150 still

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Thanks it's fixed now

@shaspitz shaspitz merged commit d84ed90 into main Oct 22, 2025
3 of 4 checks passed
@shaspitz shaspitz deleted the config-batch-size branch October 22, 2025 22:22
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