Go to file
Kirill Fomichev 5eb1fdf4ec
Add mango patches to jito / v1.17.15, hash c1040b012
2024-04-15 16:55:54 +02:00
.buildkite v1.17: ci: add the ability to use GCS backend for sccache (backport of #33967) (#33984) 2023-11-11 23:03:13 +08:00
.github Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
account-decoder v1.17: spl: Bump token-2022 to v1 (backport of #34412) (#34572) 2023-12-21 22:16:43 -05:00
accounts-bench Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
accounts-cluster-bench Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
accounts-db Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
anchor@4f52f41cbe Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
banking-bench Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
banks-client v1.17: Initialize fork graph in program cache during bank_forks creation (backport of #33810) (#33817) 2023-10-23 18:28:40 +00:00
banks-interface banks-client: Add `get_fee_for_message` (#31703) 2023-05-18 23:31:02 +02:00
banks-server Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
bench-streamer v1.17: BankingStage Forwarding Filter (backport of #685) (#696) 2024-04-12 07:31:35 +08:00
bench-tps v1.17: Throttle unstaked quic streams for a given connection (backport of #34562) (#34574) 2023-12-21 20:51:36 -08:00
bloom Fix - Upcoming `arithmetic_side_effects` lints (#33000) 2023-08-29 20:58:53 +02:00
bucket_map Code clean up (#33417) 2023-09-26 22:35:25 +00:00
bundle Backports #595: correctly initialize account overrides (#599) 2024-04-15 08:44:28 -05:00
cd
ci Update release URLs for jito-solana (#589) 2024-04-15 08:44:28 -05:00
clap-utils replaces assert!(matches!(...)) with assert_matches!(...) (#33068) 2023-08-30 13:48:27 -04:00
clap-v3-utils [clap-v3-utils] Deprecate input validators and add parsers to replace them (#33276) 2023-09-28 07:03:41 -07:00
cli v1.17: CLI remove unwrap_or_default() on rpc calls (backport of #33782) (#34051) 2023-11-14 09:46:09 -06:00
cli-config chore: workspace inheritance (#29893) 2023-02-23 22:01:54 +08:00
cli-output Add csv output option to stake and vote account rewards (#32360) 2023-09-21 19:23:37 +02:00
client Async connection creation in connection cache (#33302) 2023-09-25 18:17:47 -07:00
client-test v1.17: Use program cache fork graph in extract() (backport of #33806) (#33862) 2023-10-25 16:03:39 +00:00
connection-cache Simplify code and use match to harden logic (#33409) 2023-09-27 09:35:19 -07:00
core Add mango patches to jito / v1.17.15, hash c1040b012 2024-04-15 16:55:54 +02:00
cost-model Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
dev Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
docs Update release URLs for jito-solana (#589) 2024-04-15 08:44:28 -05:00
dos Increase loaded accounts data size when padding program is used (#33219) 2023-09-13 11:20:40 +02:00
download-utils Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
entry Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
faucet preliminaries for bumping nightly to 2023-08-25 (#33047) 2023-08-29 23:05:35 +00:00
frozen-abi v1.17: Enable frozen_abi on banking trace file (backport of #33501) (#33578) 2023-10-17 13:48:04 +09:00
genesis sdk: put AccountSharedData::set_data() behind feature="dev-context-only-utils" (#33086) 2023-09-01 21:02:14 +07:00
genesis-utils Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
geyser-plugin-interface Add mango patches to jito / v1.17.15, hash c1040b012 2024-04-15 16:55:54 +02:00
geyser-plugin-manager Add mango patches to jito / v1.17.15, hash c1040b012 2024-04-15 16:55:54 +02:00
gossip Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
install Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
jito-programs@4a23d81bd6 Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
jito-protos Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
keygen [clap-v3-utils] Deprecate input validators and add parsers to replace them (#33276) 2023-09-28 07:03:41 -07:00
ledger Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
ledger-tool Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
local-cluster Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
log-analyzer Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
logger chore: workspace inheritance (#29893) 2023-02-23 22:01:54 +08:00
measure Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
memory-management Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
merkle-root-bench Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
merkle-tree Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
metrics Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
multinode-demo Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
net Mark *.sh files with `#!` as executable (#33303) 2023-09-28 10:32:44 +08:00
net-shaper Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
net-utils Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
notifier chore: workspace inheritance (#29893) 2023-02-23 22:01:54 +08:00
perf Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
poh Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
poh-bench Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
program-runtime Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
program-test Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
programs Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
pubsub-client Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
quic-client v1.17: Throttle unstaked quic streams for a given connection (backport of #34562) (#34574) 2023-12-21 20:51:36 -08:00
rayon-threadlimit chore: workspace inheritance (#29893) 2023-02-23 22:01:54 +08:00
rbpf-cli rbpf-cli: fix deprecation notice (#31743) 2023-05-22 04:47:05 -05:00
remote-wallet Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
rpc Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
rpc-client Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
rpc-client-api Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
rpc-client-nonce-utils chore: workspace inheritance (#29893) 2023-02-23 22:01:54 +08:00
rpc-test Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
runtime Add mango patches to jito / v1.17.15, hash c1040b012 2024-04-15 16:55:54 +02:00
runtime-plugin Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
scripts Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
sdk Add mango patches to jito / v1.17.15, hash c1040b012 2024-04-15 16:55:54 +02:00
send-transaction-service Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
stake-accounts Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
storage-bigtable v1.17: Bigtable: update google proto files and allow configuration of max_message_size (backport of #34740) (#34741) 2024-01-11 05:25:19 +00:00
storage-proto Feature - better error codes for tx lamport check (#33343) 2023-09-22 23:58:05 +00:00
streamer Add mango patches to jito / v1.17.15, hash c1040b012 2024-04-15 16:55:54 +02:00
system-test Update queried metric to determine tps in system tests (#31531) 2023-05-08 10:37:23 -05:00
test-validator Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
thin-client Async connection creation in connection cache (#33302) 2023-09-25 18:17:47 -07:00
tip-distributor Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
tokens v1.17: tokens: fix url clap arg name (backport of #34371) (#34375) 2023-12-08 17:00:40 -07:00
tpu-client Async connection creation in connection cache (#33302) 2023-09-25 18:17:47 -07:00
transaction-dos Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
transaction-status Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
turbine Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
udp-client Async connection creation in connection cache (#33302) 2023-09-25 18:17:47 -07:00
upload-perf chore: workspace inheritance (#29893) 2023-02-23 22:01:54 +08:00
validator Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
version Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
vote Cleanup cargo deps in vote crate (#33407) 2023-09-26 08:26:51 -07:00
watchtower Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
web3.js Add link to new web3.js repo (#30096) 2023-02-27 10:23:54 -06:00
zk-keygen [zk-token-sdk] Make `ElGamalKeypair` fields private (#32190) 2023-06-22 10:28:13 +09:00
zk-token-sdk v1.17: [zk-token-sdk] Fix range proof transcript seed typo (backport of #34468) (#34470) 2023-12-14 15:55:38 -08:00
.clippy.toml
.codecov.yml Add .codecov.yml with checks disabled (#30666) 2023-03-10 20:11:22 +09:00
.dockerignore Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
.gitignore Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
.gitmodules Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
.mergify.yml Add Mergify rules for v1.16 backport (#31875) 2023-05-30 15:07:05 -05:00
.travis.yml
CHANGELOG.md v1.17: changelog: Adds --use-snapshot-archives-at-startup to v1.17.0 (backport of #34401) (#34438) 2023-12-13 10:50:41 -05:00
CONTRIBUTING.md docs(contributing): fix syntax highlighting (#32928) 2023-09-06 07:29:48 -05:00
Cargo.lock Backports #595: correctly initialize account overrides (#599) 2024-04-15 08:44:28 -05:00
Cargo.toml Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
LICENSE Correct LICENSE to conform with https://apache.org/licenses/LICENSE-2.0 (#31860) 2023-05-31 03:06:42 +00:00
README.md Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
RELEASE.md Update release URLs for jito-solana (#589) 2024-04-15 08:44:28 -05:00
bootstrap Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
cargo
cargo-build-bpf
cargo-build-sbf
cargo-test-bpf
cargo-test-sbf
deploy_programs Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
f Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
fetch-perf-libs.sh
fetch-spl.sh Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
nextest.toml ci: move solana-cargo-build-sbf to nextest (#33257) 2023-09-15 14:24:43 +00:00
run.sh Mark *.sh files with `#!` as executable (#33303) 2023-09-28 10:32:44 +08:00
rust-toolchain.toml v1.17: Upgrades Rust to 1.73.0 (backport of #33546) (#33563) 2023-10-06 15:10:21 -04:00
rustfmt.toml Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
s Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
start Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
start_multi Backport Jito Patch (#408) 2024-04-15 08:44:26 -05:00
test-abi.sh
vercel.json

README.md

Solana

Build status

About

This repository contains Jito's fork of the Solana validator.

We recommend checking out our Gitbook for more detailed instructions on building and running Jito-Solana.