-
Notifications
You must be signed in to change notification settings - Fork 75
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: tx sign --sign-with-lab #1604
Merged
Merged
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
bf88e36
feat: `tx sign` and new traits for signing
willemneal df58864
refactor(tx): test
willemneal 58630c3
Merge remote-tracking branch 'origin/main' into feat/tx_sign
willemneal a0cc592
fix: simplify sign_with
willemneal 329d81e
Fix typo
elizabethengelman 442a6bf
Start to add sign with lab functionality
elizabethengelman d06b66c
Open Lab on sign_with_lab
elizabethengelman 00f8ba8
Properly encode the url query string
elizabethengelman a4c5c45
Actually use the tx env passed in
elizabethengelman c8c7bce
Add lab_url arg
elizabethengelman 75580eb
Handle unwraps
elizabethengelman daab977
Refactor/cleanup
elizabethengelman 9fead2e
Small fix to default lab url
elizabethengelman 52101d0
Update generated docs
elizabethengelman 8959025
Update default sign with lab url
elizabethengelman c66425d
Address PR feedback
elizabethengelman c705666
Apply suggestions from code review
willemneal 5379176
Cleanup
elizabethengelman d23986c
Merge branch 'feat/tx_sign' into feat/sign_with_lab
elizabethengelman 00aaedc
fix: address PR review
willemneal 8745dc5
Merge remote-tracking branch 'origin/main' into feat/tx_sign
willemneal ada184f
Merge remote-tracking branch 'origin/main' into feat/tx_sign
willemneal 00d989a
fix: remove unneeded arg
willemneal 0a378c5
Merge branch 'feat/tx_sign' into feat/sign_with_lab
elizabethengelman bc6d3bc
Cleanup after merge
elizabethengelman c36f788
rename Transaction trait to SignTx and collapse traits
leighmcculloch 1470057
rename account to key
leighmcculloch 70837be
update docs
leighmcculloch bf7f88d
flatten layer of one liner
leighmcculloch c2a7cc2
undo move transaction_hash, remove trait
leighmcculloch df299e8
undo change
leighmcculloch 9beed05
rename Stellar error to Signer
leighmcculloch d3e22cc
move StellarSigner and eliminate trait
leighmcculloch ded7eba
handle instead of panic on error
leighmcculloch 015435b
move types into signer and replace existing signing logic
leighmcculloch baf7036
address clippy
leighmcculloch f3fbff7
lab.stellar.org
leighmcculloch d56fa09
clippy
leighmcculloch d79933f
Merge remote-tracking branch 'origin/feat/tx_sign' into feat/sign_wit…
willemneal 9edbfb6
fix: hard code lab url and use printer for output
willemneal 25102a0
remove unnecessary trim
leighmcculloch 02245e7
fix e2e test run and tweak
leighmcculloch 376c464
remove deadcode
leighmcculloch 1db4b5a
remove sign with lab
leighmcculloch d2300cb
Merge branch 'feat/tx_sign' into feat/sign_with_lab
leighmcculloch 4322f6e
Merge branch 'main' into feat/sign_with_lab
leighmcculloch faa9b5b
fix
leighmcculloch b8e44a3
fix: use globeln for printing url
willemneal 0b51621
Merge branch 'main' into feat/sign_with_lab
willemneal 94f0526
fix: test
willemneal 5b0c841
feat: add a new SignerKind::Lab to centralize signing logic
willemneal d5cbd38
reorder fn params in same order as related fns
leighmcculloch a6a61aa
remove unnecessary pub, clone, and qualifier
leighmcculloch ad2152c
space
leighmcculloch 4a3aed8
ref xdr mod
leighmcculloch a86af7e
clippy warning
leighmcculloch 2bb71f7
Merge branch 'main' into feat/sign_with_lab
leighmcculloch acc019d
Pass print instead of quiet
leighmcculloch 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 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 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 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 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 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 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 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 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 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.
In the future it'd be good to add a TODO with a task number in the code