Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faster Autosnapshot (without spamming) #393

Closed
wants to merge 44 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
f3e8840
Jito Patch
buffalu Aug 25, 2022
d047771
Use cluster info functions for tpu (#345) (#347)
buffalu Aug 24, 2023
9ccd81f
Use git rev-parse for git sha
buffalu Sep 5, 2023
8928640
Remove blacklisted tx from message_hash_to_transaction (Backport #374…
buffalu Sep 13, 2023
2b855d0
Updates scripts for easy local setup. (#383)
segfaultdoc Sep 25, 2023
371c9ae
add files
esemeniuc Oct 5, 2023
249d804
tweak
esemeniuc Oct 5, 2023
fdd45cb
revert
esemeniuc Oct 5, 2023
0ddcecf
fix
esemeniuc Oct 5, 2023
f73f637
fix
esemeniuc Oct 5, 2023
c72e6e1
fix balance fetch
esemeniuc Oct 5, 2023
c148d74
fix batch
esemeniuc Oct 5, 2023
09d2752
tweak
esemeniuc Oct 5, 2023
ed8fa36
no compute
esemeniuc Oct 5, 2023
d076056
no compute
esemeniuc Oct 5, 2023
78db7e1
fix
esemeniuc Oct 5, 2023
7db58ea
log
esemeniuc Oct 5, 2023
56c4cec
log
esemeniuc Oct 5, 2023
3ae60dc
log
esemeniuc Oct 5, 2023
a7626ac
tune
esemeniuc Oct 5, 2023
4c8a329
rand
esemeniuc Oct 5, 2023
ca3cde4
skip error
esemeniuc Oct 5, 2023
4ed9fb4
tidy
esemeniuc Oct 5, 2023
7030138
tidy
esemeniuc Oct 5, 2023
d6078b2
tweak
esemeniuc Oct 5, 2023
f2826e1
update
esemeniuc Oct 5, 2023
fd6cdc3
fix matcher
esemeniuc Oct 5, 2023
c212a57
tidy
esemeniuc Oct 5, 2023
cbb1fe7
refactor
esemeniuc Oct 6, 2023
a255bb7
better exit
esemeniuc Oct 6, 2023
817f81b
fix
esemeniuc Oct 6, 2023
4a20cc9
fix
esemeniuc Oct 6, 2023
09b5ff9
update readme
esemeniuc Oct 6, 2023
20445d0
update
esemeniuc Oct 7, 2023
9c91f34
better
esemeniuc Oct 7, 2023
d19335f
retry
esemeniuc Oct 7, 2023
b7daf0a
retry
esemeniuc Oct 7, 2023
fbbde4f
tweak
esemeniuc Oct 7, 2023
f301503
tweak
esemeniuc Oct 7, 2023
34eb2f7
tweak
esemeniuc Oct 7, 2023
730b650
test
esemeniuc Oct 7, 2023
f2eb463
tweak
esemeniuc Oct 7, 2023
693bee8
tweak
esemeniuc Oct 10, 2023
af0e11c
fix
esemeniuc Oct 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.dockerignore
.git/
.github/
.gitignore
.idea/
README.md
Dockerfile
f
target/
4 changes: 4 additions & 0 deletions .github/workflows/client-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'

- run: cargo install [email protected]

Expand All @@ -54,6 +56,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'

- name: Setup Rust
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/crate-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'recursive'

- name: Get commit range (push)
if: ${{ github.event_name == 'push' }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'recursive'

- name: Get commit range (push)
if: ${{ github.event_name == 'push' }}
Expand Down Expand Up @@ -77,6 +78,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: 'recursive'

- name: Setup Node
uses: actions/setup-node@v3
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/downstream-project-spl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'

- shell: bash
run: |
Expand Down Expand Up @@ -84,6 +86,8 @@ jobs:
]
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'

- shell: bash
run: |
Expand Down Expand Up @@ -135,6 +139,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'

- shell: bash
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/increment-cargo-version-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
submodules: 'recursive'

# This script confirms two assumptions:
# 1) Tag should be branch.<patch_version>
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
ref: master
fetch-depth: 0
submodules: 'recursive'

- name: Setup Rust
shell: bash
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/solana-release.tar.bz2
/solana-metrics/
/solana-metrics.tar.bz2
/target/
**/target/
/test-ledger/

**/*.rs.bk
Expand All @@ -27,7 +27,11 @@ log-*/
# fetch-spl.sh artifacts
/spl-genesis-args.sh
/spl_*.so
/jito_*.so

.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