Skip to content

Conversation

efbig
Copy link
Collaborator

@efbig efbig commented Sep 26, 2025

📝 Summary

Create a standalone rebalancer service for moving funds around BuilderNet accounts. After #738 rbuilder would correctly be able to process rebalancing transactions from builder EOA without adding the value to the coinbase profit (as long as rebalancing targets are allowlisted).

✅ I have completed the following steps:

  • Run make lint
  • Run make test
  • Added tests (if applicable)

@efbig efbig marked this pull request as ready for review October 2, 2025 19:37
@efbig efbig requested review from dvush and ZanCorDX as code owners October 2, 2025 19:37
}

fn tracked_accounts(&self) -> &AddressSet {
self.tracked_accounts.get_or_init(|| {
Copy link
Contributor

Choose a reason for hiding this comment

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

why do you use once cell here?

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