jito-foundation / stakenet

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

Correctly set mev_earned to default value #32

Closed ebatsell closed 3 months ago

ebatsell commented 3 months ago

When CopyTipDistribution account is called before a merkle root is uploaded for an epoch, mev_earned is set to 0, when it should be set to default. This affects keeper bots which check for default values before executing.

This PR fixes that issue and adds a test for correctness.