-
Notifications
You must be signed in to change notification settings - Fork 92
refactor: forester improvements #1723
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
c45b8ab
feat: add retry mechanism to rate-limited requests in Photon indexer
sergeytimoshin 75baade
format
sergeytimoshin 582872a
Reduced initial retry delay to 100ms and capped exponential backoff a…
sergeytimoshin a08fb27
refactor: transaction sending
sergeytimoshin 44e8b2d
refactor status and slot handling
sergeytimoshin f534b1e
format
sergeytimoshin 65ea182
fix: forester do not retry failing tx (#1724)
ananas-block 772cab0
refactor: enhance error handling and return types in tree scheduling …
sergeytimoshin a372996
indexer sync for v1
sergeytimoshin 5852321
update transaction batching configuration for improved performance
sergeytimoshin b02868f
refactor: update light slot calculation and add tests for phase start…
sergeytimoshin 8b01f63
refactor: implement rate-limited request for get_indexer_slot method
sergeytimoshin 73bde7f
refactor: adjust indexer wait logic and enhance error handling in tra…
sergeytimoshin c96f770
refactor: add hash cache into transaction processing
sergeytimoshin 80c602c
format
sergeytimoshin 1214cc1
cleanup
sergeytimoshin 1e4a927
cleanup
sergeytimoshin 2847579
refactor tree processing
sergeytimoshin 721ac17
blockhash
sergeytimoshin 1f07180
Replace `debug` logs with `trace` and remove unused dependencies
sergeytimoshin 7c6ee0e
Increase sleep duration in utils.rs from 400ms to 500ms
sergeytimoshin 9aa4920
Add `#[serial]` attribute to test_transfer_with_transaction_hash
sergeytimoshin 9215f4d
spawn prover within batch_compress_with_batched_tree
sergeytimoshin d2106c7
format
sergeytimoshin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,5 +49,3 @@ rand = { workspace = true } | |
|
|
||
| # HTTP client | ||
| reqwest = { workspace = true } | ||
| log = "0.4.26" | ||
| hex = "0.4.3" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.