Skip to content

jito-foundation/jito-programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9456e5e · Mar 5, 2025
Mar 5, 2025
Jan 7, 2025
Feb 11, 2025
Apr 25, 2023
Jan 7, 2025
Mar 22, 2023
Sep 5, 2024
Apr 25, 2023
Jan 7, 2025
Jan 25, 2022

Repository files navigation

Jito Programs

This repository is home to Jito's on-chain programs that enable MEV collection and MEV sharing with SOL stakers; additionally we may host useful on-chain program reference implementations here.

Gitflow

This repository is declared as a submodule in the jito-solana client. In order for that to work the Solana crates declared in this repo must point to the jito-solana declaring this as a submodule. The Anchor dependencies must also point to the local path where anchor resides as a submodule within jito-solana. This is due to dependency version issues. With that said, jito-solana declares a dependency on the submodule branch found in this repository. This gitflow for this repo is as follows:

  • Create a PR against master
  • Merge PR
  • git cherry-pick your new commits into submodule
  • push submodule