Releases: jito-foundation/jito-solana
Releases · jito-foundation/jito-solana
Mainnet - v1.13.7
Jito's changes applied on top of v1.13.7.
Pulled in changes from upstream.
- Adds a feature to pre-allocate blockspace for bundles. This enables more reliable bundle submissions.
- Adds a reclaim rent script to the tip-distributor workflows.
- Buffer bundles that would otherwise fail to land in the current block due to cost model errors and retry them later.
Testnet - v1.14.16-jito
Jito's changes applied on top of v1.14.16.
Pulled in changes from upstream.
Testnet - v1.14.15-jito
Includes changes from upstream.
Jito Changes
- Buffer bundles that would otherwise fail to land in the current block due to cost model errors and retry them later.
Testnet - v1.14.13-jito
Upstream Changes:
- Described here.
Additionally includes the following Jito specific changes:
- Points to new jito-programs submodule and invokes updated instruction to initialize tip distribution accounts.
- Removes
tip-distribution-account-payer
cli arg, validator must initialize tip distribution accounts using their identity keypair as the fee payer (#228). - Deprecates
relayer-auth-service-address
andrelayer-address
cli args in favor of a singlerelayer-url
arg. Additionally,block-engine-auth-service-address
andblock-engine-address
deprecated in favor ofblock-engine-url
(#224). - Logs the transaction error responsible for a bundle execution failure (#223).
- Adds claim status address to the merkle root json (#210).
Mainnet - v1.13.6-jito
Upstream Changes:
- Described here.
Additionally includes the following Jito specific changes:
- Points to new jito-programs submodule and invokes updated instruction to initialize tip distribution accounts.
- Removes
tip-distribution-account-payer
cli arg, validator must initialize tip distribution accounts using their identity keypair as the fee payer (#228). - Deprecates
relayer-auth-service-address
andrelayer-address
cli args in favor of a singlerelayer-url
arg. Additionally,block-engine-auth-service-address
andblock-engine-address
deprecated in favor ofblock-engine-url
(#224). - Logs the transaction error responsible for a bundle execution failure (#223).
- Adds claim status address to the merkle root json (#210).
v1.14.10-jito
This release contains Jito's MEV changes on top of Solana Labs' V1.14.10 release
Jito V1.13.5
jito patch
only reroute if relayer connected (#123)
feat: add client tls config (#121)
remove extra val (#129)
fix clippy (#130)
copy all binaries to docker-output (#131)
Ledger tool halts at slot passed to create-snapshot (#118)
update program submodule (#133)
quick fix for tips and clearing old bundles (#135)
update submodule to new program (#136)
Improve stake-meta-generator usability (#134)
pinning submodule head (#140)
Use BundleAccountLocker when handling tip txs (#147)
Add metrics for relayer + block engine proxy (#149)
Build claim-mev in docker (#141)
Rework bundle receiving and add metrics (#152) (#154)
update submodule + dev files (#158)
Deterministically find tip amounts, add meta to stake info, and cleanup pubkey/strings in MEV tips (#159)
update jito-programs submodule (#160)
Separate MEV tip related workflow (#161)
Add block builder fee protos (#162)
fix jito programs (#163)
update submodule so autosnapshot exits out of ledger tool early (#164)
Pipe through block builder fee (#167)
use current config block builder
backport 177 and update programs (#178)
add accountsdb conn submod (#170) (#179)
new submodules (#180) (#182)
Fixed broken links to repositories (#184) (#185)
Changed from ssh to https transfer for clone
Co-authored-by: Tomas Eminger <[email protected]>
Seg/v1.13 backport (#191)
rm dangling geyser references (#194)
fix syntax err (#196)
Seg/v1.13 backport (#198)