Skip to content

Commit

Permalink
jito patch
Browse files Browse the repository at this point in the history
only reroute if relayer connected (jito-foundation#123)
feat: add client tls config (jito-foundation#121)
remove extra val (jito-foundation#129)
fix clippy (jito-foundation#130)
copy all binaries to docker-output (jito-foundation#131)
Ledger tool halts at slot passed to create-snapshot (jito-foundation#118)
update program submodule (jito-foundation#133)
quick fix for tips and clearing old bundles (jito-foundation#135)
update submodule to new program (jito-foundation#136)
Improve stake-meta-generator usability (jito-foundation#134)
pinning submodule head (jito-foundation#140)
Use BundleAccountLocker when handling tip txs (jito-foundation#147)
Add metrics for relayer + block engine proxy (jito-foundation#149)
Build claim-mev in docker (jito-foundation#141)
Rework bundle receiving and add metrics (jito-foundation#152) (jito-foundation#154)
update submodule + dev files (jito-foundation#158)
Deterministically find tip amounts, add meta to stake info, and cleanup pubkey/strings in MEV tips (jito-foundation#159)
update jito-programs submodule (jito-foundation#160)
Separate MEV tip related workflow (jito-foundation#161)
Add block builder fee protos (jito-foundation#162)
fix jito programs (jito-foundation#163)
update submodule so autosnapshot exits out of ledger tool early (jito-foundation#164)
Pipe through block builder fee (jito-foundation#167)
pull in new snapshot code (jito-foundation#171)
block builder bug (jito-foundation#172)
update submodule
add accountsdb conn submod (jito-foundation#170)
new submodules (jito-foundation#180) (jito-foundation#181)
Fixed broken links to repositories (jito-foundation#184) (jito-foundation#186)
Changed from ssh to https transfer for clone Co-authored-by: Tomas Eminger <[email protected]>
Seg/update submods (jito-foundation#187) (jito-foundation#189)
* Seg/update submods (jito-foundation#187)
* fix tests (jito-foundation#190)
* rm geyser submod (jito-foundation#192)
* rm dangling geyser references
* fix syntax err
* use deterministic req ids in batch calls
Seg/v1.14 backport (jito-foundation#202)
* update submod
* added arg --rpc-max-request-payload-size to validator (#26377)
* added ability to pass --rpc-max-request-payload-size to validator
* fixed lint errors
* more lint fix
* patch
Co-authored-by: ultd <ultd>
Co-authored-by: Justin Starry <[email protected]>

Co-authored-by: Ahmad <[email protected]>
Co-authored-by: Justin Starry <[email protected]>

use efficient data structures when calling batch_simulate_bundles (jito-foundation#206) (jito-foundation#207)

add config to simulate on top of working bank (jito-foundation#213)

rm frozen bank check

simulate_bundle rpc bugfixes (jito-foundation#214) (jito-foundation#215)

rm frozen bank check in simulate_bundle rpc method

bump versions, rm dead code, and build

[JIT-519] Store ClaimStatus address in merkle-root-json (jito-foundation#210)

* add files

* switch to include bump

update autosnapshot (jito-foundation#222)

Print TX error in Bundles (jito-foundation#223)

add new args to support single relayer and block-engine endpoints (jito-foundation#224)

point to new jito-programs submod and invoke updated init tda instruction (jito-foundation#228)

update lockfiles, address clippy

fix validator start scripts (jito-foundation#232)

update lockfile

Backport jito-foundation#247 on v1.14 (jito-foundation#249)

rebase issues

use updated anchor submodule

Backport jito-foundation#225 on v1.14 (jito-foundation#256)

* buffer bundles that exceed cost model

Seg/v1.14 (jito-foundation#259)

* bump jito-programs submod

* update Cargo lock

clear qos failed bundles buffer if not leader soon (jito-foundation#260)

Backport jito-foundation#240 on 1.14 (jito-foundation#261)

Add missing rustfmt install for rust-version toolchain (jito-foundation#263)

fix shellcheck and cargo lock

update jito-programs submodule

fix simulate_bundle client and better error handling (jito-foundation#267) (jito-foundation#269)

backport Dockerfile (jito-foundation#276)

Backport jito-foundation#238 onto v1.14 (jito-foundation#264)

* Preallocate Bundle Cost (jito-foundation#238)

update Cargo lock

fix lockfile

update jito-programs submod

add reclaim rent workflow (jito-foundation#283)

downgrade clap

fix clippy errs

bump to 1.14.18

Fix CVE-2023-26964 (jito-foundation#296)

Backport jito-foundation#299 onto  v1.14 (jito-foundation#300)

Backport jito-foundation#290 to v1.14 (jito-foundation#302)

Backport jito-foundation#304 onto v1.14 (jito-foundation#307)

Jl/backport 306 v1.14 (jito-foundation#308)

Backport jito-foundation#309 (jito-foundation#312)

Co-authored-by: segfaultdoctor <[email protected]>
  • Loading branch information
2 people authored and username committed Jun 3, 2023
1 parent 3f381dd commit f39f615
Show file tree
Hide file tree
Showing 131 changed files with 12,970 additions and 567 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target/
41 changes: 0 additions & 41 deletions .github/dependabot.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/client-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ jobs:
platform: android
os: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
ssh-key: ${{ secrets.DEPLOYER_SSH_KEY }}
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/solana-release.tar.bz2
/solana-metrics/
/solana-metrics.tar.bz2
/target/
**/target/
/test-ledger/

**/*.rs.bk
Expand All @@ -30,3 +30,6 @@ log-*/
.DS_Store
# scripts that may be generated by cargo *-bpf commands
**/cargo-*-bpf-child-script-*.sh

.env
docker-output/
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "anchor"]
path = anchor
url = https://github.com/jito-foundation/anchor.git
[submodule "jito-programs"]
path = jito-programs
url = https://github.com/jito-foundation/jito-programs.git
[submodule "jito-protos/protos"]
path = jito-protos/protos
url = https://github.com/jito-labs/mev-protos.git
Loading

0 comments on commit f39f615

Please sign in to comment.