Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: aggregator bump fee if transaction was not included #1286
feat: aggregator bump fee if transaction was not included #1286
Changes from 143 commits
ba9112a
42b4ed3
896b98c
dceaa0a
61a64df
6873cbe
b5bf04e
8bfd336
9cb6780
2627659
90c4290
10597b0
dbc7d60
cc9b765
bf7dad5
72db766
ecaf600
4c2f00d
9e53e56
27c8cc6
5fa0a28
2ec553b
34a80cc
99aa094
b614916
527489b
5abc31e
6f85dda
96f2ace
3469101
001eeab
04375dd
7d8660b
529fbe4
30a053d
071172b
21b5e2a
8e10a7e
b1453b2
6670953
776dc25
959694b
c875e4b
9eef24f
053d1fb
24a96ff
eecf2a4
d51a16c
e1fa684
25b93b1
4df06bf
21ca36b
347f155
330c49b
f0e58cf
8550675
e5de508
b40f5a0
2b25d45
696781b
3258209
b1bc71f
7c4c9ad
3614696
bcf5456
b1b5769
b706fbf
280e6c4
3d3d243
251cd39
aa39199
4648327
2b67707
9fa785c
2392c20
2d5cc86
035f19a
97fac6a
2bf4a48
801f9ed
ca2da62
7aff569
64705f3
0b338d7
88a2215
2191bfc
6ead6ed
b8bf783
2e67ccb
3c437ec
718c343
920e8e4
ccc386b
71a074d
385bba3
f2d7d81
25cbbd8
d657099
a6c9541
3fde22c
332ae57
d92f391
318526f
ce8dcd0
8d116c7
bbe16b2
320821a
9767536
d1c17e1
84055b5
bc63ef9
57090da
103eace
7edc6bb
eaf405b
525001c
7bfca75
4eb7ba8
d2f8d2d
550c9c2
b30d1ce
0345248
67f59dd
18f77bb
509f6ef
daa8f40
6051a57
5adf099
94aec13
ba7e75d
03398a1
5c02e1d
8080f5e
c2acff6
bb89e05
0c47ec2
45a0c4d
823ccf1
2a17a15
d12706b
0bef69f
7847bc2
c515681
475125d
0c46f52
5b1219a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe for a separate PR, but we need to add some numbers to graph the retry logic. See:
aligned_layer/batcher/aligned-batcher/src/lib.rs
Line 1422 in b03a625
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add comments explaining how we are using this function. We are using different bump percentages depending on which price that we are bumping.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.