jito-foundation / stakenet

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

feat: add MEV earned per epoch in the ValidatorHistoryAccount #13

Closed 0xprames closed 6 months ago

0xprames commented 6 months ago

I took a stab at #6 , saw it's been open for a few weeks

mainly out of wanting to learn, this is my first experience w/ Anchor, solana programs, instructions etc etc

I'd love a review to see if I thought about the issue correctly, but i'm happy to close it out or collaborate w/ the assignee of #6 to get this in

0xprames commented 6 months ago

Since we're doing more than just setting mev_commission in this instruction, I think we should also rename the instruction to copy_tip_distribution_account

done - UpdateMevComission -> CopyTipDistributionAccount

ebatsell commented 6 months ago

@0xprames looks great, once all tests and checks are passing I'll approve