Skip to content

Don't automatically run BundleStage::handle_tip_programs until the first bundle is received #1209

Description

@buffalu

Problem

master and v3.1 have a change in behavior where the tip programs are automatically cranked instead of waiting for the first bundle that touches the tip account.

The benefit of this: helps mitigate not having tip cranking in banking stage code.

The downside of this: if BAM and the block engine have different block builder accounts, you end up with thrashing, even if the block engine isn't connected.

Proposed Solution

I think it'd be best to revert back to the previous behavior where you need to wait for the first bundle to process a tip account

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions