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

[feature] Add bloxroute #151

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
dec6b92
add bloxroute v1
Lanikean Aug 16, 2024
6f9430c
change url
Lanikean Aug 16, 2024
a688cc6
refactor
Lanikean Aug 19, 2024
03975b1
priority fee -> tip
Lanikean Aug 19, 2024
03c51b5
switch url remote
Lanikean Aug 19, 2024
1ccd987
adjust re-submit logic
Lanikean Aug 20, 2024
f1c6620
err 6 refactor
Lanikean Aug 20, 2024
9f09333
fix build
Lanikean Aug 20, 2024
af4d40e
add more logging
Lanikean Aug 20, 2024
ec74f1a
retry on endpoint fail
Lanikean Aug 21, 2024
a74899b
switch endpoint
Lanikean Aug 21, 2024
a3c4301
add rpc fallback & refactor
Lanikean Aug 21, 2024
ab2696f
rm hanging log
Lanikean Aug 22, 2024
121c143
add more logging
Lanikean Aug 22, 2024
278e534
add more logging
Lanikean Aug 22, 2024
d7689b3
fix attempts logic
Lanikean Aug 22, 2024
0be6343
mv tx outside of loop
Lanikean Aug 22, 2024
5d2f31a
add jito + rpc backup
Lanikean Aug 23, 2024
a0d1f03
Merge branch 'master' into feat/ore-2.3-blxr
Lanikean Aug 23, 2024
e4113cd
refactor endpoint code outer loop
Lanikean Aug 25, 2024
330168f
more logging
Lanikean Aug 25, 2024
896065c
refactor jito & fallback submissions, only update hash/balance on suc…
Lanikean Aug 26, 2024
c787d3b
Merge branch 'master' into feat/ore-2.3-blxr
Lanikean Aug 30, 2024
67dcae1
cleanup
Lanikean Aug 30, 2024
b45cbce
cleanup
Lanikean Aug 30, 2024
21a6ff1
cleanup
Lanikean Aug 30, 2024
367ead3
cleanup
Lanikean Aug 30, 2024
b22cd6f
cleanup
Lanikean Aug 30, 2024
e4145c6
cleanup
Lanikean Aug 30, 2024
2aab858
Merge pull request #1 from bloXroute-Labs/add-blxr
Lanikean Aug 30, 2024
678ca47
add sample command
Lanikean Sep 4, 2024
af27638
Merge pull request #2 from bloXroute-Labs/add-blxr
Lanikean Sep 4, 2024
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
Prev Previous commit
Next Next commit
cleanup
  • Loading branch information
Lanikean committed Aug 30, 2024
commit b22cd6f3254dcf14c8a6ced06a826dce2bbc2659
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ struct Args {
global = true
)]
jito: bool,

#[command(subcommand)]
command: Commands,
}
Expand Down