-
Notifications
You must be signed in to change notification settings - Fork 4
feat: Add support for getRecentPrioritizationFees
#92
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
gregorydemay
merged 44 commits into
main
from
gdemay/XC-326-get-recent-prioritization-fees
May 14, 2025
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
1cdf810
XC-326: base types
gregorydemay 0790f6d
XC-326: logic for GetRecentPrioritizationFees transform
gregorydemay 0237fcc
XC-326: rename maxNumSlots
gregorydemay 9600f07
XC-326: test normalization
gregorydemay 2a119c6
XC-326: main logic
gregorydemay 48be23a
XC-326: client
gregorydemay 830f102
XC-326: remove chacha20rng dep
gregorydemay 3ba6294
Revert "XC-326: remove chacha20rng dep"
gregorydemay 3f3eb8b
XC-326: remove solana-rpc-client-api dependency because it depends tr…
gregorydemay 58d15d6
XC-326: fix cycles cost
gregorydemay c2ea711
XC-326: failing int test
gregorydemay a7ba847
XC-326: fix int test
gregorydemay a56a5d7
XC-326: trap when too many accounts
gregorydemay fa84e7b
XC-326: fix exact cycles cost
gregorydemay 217393e
XC-326: int test with validator
gregorydemay 10ff267
XC-326: generate transactions with priority fees
gregorydemay 8896dd1
XC-326: fix for non-contiguous range of slots
gregorydemay 5981fe1
Merge branch 'main' into gdemay/XC-326-get-recent-prioritization-fees
gregorydemay ed33063
XC-326: rename max_num_slots for max_length
gregorydemay 6052681
XC-326: add Debug to RequestBuilder
gregorydemay 23d2b92
XC-326: refactor to use json type and add params to client get_recent…
gregorydemay 777ce53
XC-326: Rust doc
gregorydemay 454a9a5
XC-326: docs
gregorydemay 2a7554f
XC-326: TODO doc
gregorydemay fc5534f
XC-326: end-to-end test
gregorydemay b1805c8
XC-326: micro-lamport
gregorydemay e91f8fb
XC-326: remove redundant test since already in Rust docs
gregorydemay 2609a63
XC-326: clean-up
gregorydemay feb169d
XC-326: add doc Candid PrioritizationFee
gregorydemay 3efcf34
XC-326: test should_normalize_json_rpc_error
gregorydemay 1c6a71f
XC-326: variable rename
gregorydemay fc041b0
XC-326: fix indenting
gregorydemay ccd4c64
XC-326: formatting
gregorydemay 792bba2
XC-326: simplify Rust doc test
gregorydemay 203e830
XC-326: typo.
gregorydemay 6348bf8
XC-326: use Slot type in PrioritizationFee.
gregorydemay fa4ecf1
XC-326: serialize_if_ok.
gregorydemay e751e1b
XC-326: clippy.
gregorydemay 4df3475
Merge branch 'main' into gdemay/XC-326-get-recent-prioritization-fees
gregorydemay 5437114
XC-326: updated comment for should_normalize_response_with_non_contig…
gregorydemay b46fa53
XC-326: rename internal transform method and added docs
gregorydemay 9a131f5
XC-326: clippy
gregorydemay 7996070
XC-326: serialize to tuple
gregorydemay 0ad144a
XC-326: use canonicalize_response
gregorydemay 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
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.
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.