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

feat: SVM priority fee oracles and transaction submitters, more consistent tx submission #4959

Merged
merged 42 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
ed035c3
everything innit
tkporter Dec 6, 2024
b527bb8
fee level parser
tkporter Dec 6, 2024
0e8e2c9
yeeter skeeter
tkporter Dec 6, 2024
2c5a227
Merge branch 'main' of github.com:abacus-network/abacus-monorepo into…
tkporter Dec 6, 2024
106472f
only sign when needed
tkporter Dec 6, 2024
55c0b9f
nit
tkporter Dec 6, 2024
8deaf03
update schema, nit
tkporter Dec 6, 2024
d01cbf3
some tweaks
tkporter Dec 6, 2024
cb5b893
Merge branch 'main' of github.com:abacus-network/abacus-monorepo into…
tkporter Dec 6, 2024
7b7856c
external secrinnit
tkporter Dec 6, 2024
c68b314
oops
tkporter Dec 6, 2024
8e6427c
config stuff
tkporter Dec 6, 2024
e556629
drivebys
tkporter Dec 7, 2024
b12bb5c
cmon
tkporter Dec 7, 2024
2c881f7
test the anti-jito hunch
tkporter Dec 10, 2024
43733b5
pretty
tkporter Dec 10, 2024
3be422c
Merge branch 'main' of github.com:abacus-network/abacus-monorepo into…
tkporter Dec 10, 2024
9df2c05
nit
tkporter Dec 10, 2024
fd48da8
micro lamports, oopsie
tkporter Dec 10, 2024
172da22
better
tkporter Dec 10, 2024
2a021dc
update image
tkporter Dec 10, 2024
ba3efa1
try with jito again
tkporter Dec 11, 2024
e0d8da2
add tx submitter
tkporter Dec 11, 2024
0b61be6
probably better config parsing
tkporter Dec 11, 2024
74afde8
update agent config
tkporter Dec 11, 2024
80971fe
Merge branch 'main' of github.com:abacus-network/abacus-monorepo into…
tkporter Dec 11, 2024
dc1d953
Merge branch 'main' of github.com:abacus-network/abacus-monorepo into…
tkporter Dec 12, 2024
2365692
Move to recommended, reshuffle some stuff
tkporter Dec 12, 2024
4124a15
some cleanup
tkporter Dec 12, 2024
20221b3
Merge branch 'main' of github.com:abacus-network/abacus-monorepo into…
tkporter Dec 13, 2024
1fe1914
Estimate message delivery success on SVM
tkporter Dec 13, 2024
26e1ed8
prettier
tkporter Dec 13, 2024
669c85f
documenting
tkporter Dec 13, 2024
b98678c
move some fns into the RPC client
tkporter Dec 13, 2024
356c107
final touches
tkporter Dec 13, 2024
570c52b
add recommended
tkporter Dec 13, 2024
3a62b2d
Merge branch 'main' into trevor/helius-priority-fee-oracle
daniel-savu Dec 23, 2024
0835ada
Merge branch 'main' of github.com:abacus-network/abacus-monorepo into…
tkporter Dec 23, 2024
ad9d127
docs(changeset): Added new Sealevel tx submission and priority fee or…
tkporter Dec 23, 2024
effae4f
chore: log simulation result at `error` level if it failed (#5069)
daniel-savu Dec 23, 2024
b69dee8
PR comments
tkporter Dec 23, 2024
e8d89c4
Merge branch 'trevor/helius-priority-fee-oracle' of github.com:abacus…
tkporter Dec 23, 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
2 changes: 1 addition & 1 deletion .changeset/long-llamas-fly.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@hyperlane-xyz/cli": patch
'@hyperlane-xyz/cli': patch
---

Suppress help on CLI failures
tkporter marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 2 additions & 0 deletions rust/main/chains/hyperlane-sealevel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ mod log_meta_composer;
mod mailbox;
mod merkle_tree_hook;
mod multisig_ism;
mod priority_fee;
mod provider;
mod rpc;
mod trait_builder;
mod tx_submitter;
mod utils;
mod validator_announce;
Loading
Loading