-
Notifications
You must be signed in to change notification settings - Fork 4
feat: add client method to sign a transaction #113
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
lpahlavi
merged 22 commits into
main
from
lpahlavi/XC-317-client-method-to-sign-transaction
May 22, 2025
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
500f760
XC-317: Add client method to sign a transaction
lpahlavi 814df47
XC-317: Fix doctest
lpahlavi 879db3b
XC-317: Fix basic_solana Candid and doctest
lpahlavi 8d2d6d0
XC-317: Remove TODO
lpahlavi b848a0a
XC-317: Fix Candid interface
lpahlavi a273b6d
XC-317: Response already parsed as tuple
lpahlavi 5dca201
XC-317: Unnecessary tuple in docs
lpahlavi 8abbf47
XC-317: Add method to fetch EdDSA public key
lpahlavi 81f536b
XC-317: Clippy
lpahlavi f52b417
XC-317: Clippy
lpahlavi fc895e4
XC-317: Revert aggressive refactoring
lpahlavi ad6a892
XC-317: Revert aggressive refactoring from IntelliJ
lpahlavi e1d5f2d
XC-317: Remove Ed25519 and Derivation path from sol_rpc_types crate
lpahlavi d9d3403
XC-317: Revert aggressive refactoring from IntelliJ
lpahlavi f533b56
XC-317: Add threshold_sig feature flag
lpahlavi 68a0a51
XC-317: Remove sol_rpc_types::signature module
lpahlavi 1aa5552
XC-317: Rename feature flag and basic_solana::Ed25519KeyId
lpahlavi f619cf4
Merge branch 'main' into lpahlavi/XC-317-client-method-to-sign-transa…
lpahlavi db463f9
XC-317: Various renamings from review feedback
lpahlavi e823351
XC-317: Change schnorr_public_key call to update
lpahlavi cf00eb9
XC-317: Don't use RpcResult for Ed25519 module methods
lpahlavi 5940dec
XC-317: Format
lpahlavi 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
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.
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.
why is this change needed?