-
Notifications
You must be signed in to change notification settings - Fork 1.7k
refactor: Pathfinding 2.0 using Dijkstra's Algorithm #7392
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
Closed
+5,932
−2,204
Closed
Changes from 23 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
a2bdd34
resolve other pathing unittest outside pathtest, and fix formatting
shortthefomo 37ebcd7
drop Pathfinder::initPathTable() no longer used and fix all clang-tid…
shortthefomo a87f061
pathfinding: eager PayGraph build at OB-ready and oversample Yen's k-…
shortthefomo 87b1815
Merge branch 'develop' of github-shortthefomo:shortthefomo/rippled in…
shortthefomo cbab8ab
pathfinding: drop per-asset context_ carry-over so each tick reflects…
shortthefomo 26e5b35
ci: fix unused-private-field, deprecated atomic shared_ptr, and inclu…
shortthefomo 2c899e3
ci: fall back to atomic shared_ptr free functions wrapped with deprec…
shortthefomo 68e4b83
fix cspell issues.
shortthefomo b744231
right pre-commit run and i dont need to step through each issue.
shortthefomo effcdb7
Merge branch 'develop' into pathfinding-2
shortthefomo 097478e
fix contradiction to definition in example config
shortthefomo e3099f4
Merge develop into pathfinding-2
shortthefomo a9b1a28
test: add unit tests for OrderBookDB and PayGraph to improve coverage
shortthefomo 58b84a5
test: add unit tests for GraphPathfinder to improve coverage
shortthefomo 1913f40
test: add 12 PathRequest unit tests for parseJson, isValid, and state…
shortthefomo 66e5e37
test: add unit tests for PathRequestManager to improve coverage
shortthefomo ca75bb6
Add Pathfinding 2.0 gap coverage tests and fix pathSearch config rena…
shortthefomo f339c69
Fix integer overflow in qualityToFixed by using 128-bit arithmetic
shortthefomo d0c7653
Merge develop into pathfinding-2 branch
shortthefomo c83e9c6
fix, Top-of-book weights would ignore liquidity depth and exchange ra…
shortthefomo 0aed926
Merge develop into pathfinding-2
shortthefomo 7de601a
Skip Flow exceptions when the AMM are invariant marked
shortthefomo 5493e04
clang format
shortthefomo d77c492
target only path find for the Flow Exception skip so we dont touch co…
shortthefomo 0a48d49
add the missing changes attempt2, target only path find for the Flow …
shortthefomo 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
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
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
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.
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.