-
Notifications
You must be signed in to change notification settings - Fork 100
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
[Build Tx] Add a Soroban Operation - Extend TTL #1226
Closed
+1,721
−184
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
03b5793
wip
jeesunikim 900ec55
wip
1844d96
wip
jeesunikim 3b06cc2
add extend-ttl operation
jeesunikim 027bebc
add missing type
jeesunikim 62cccb6
update createStore
jeesunikim 0bc7705
update createStore
jeesunikim 242d42b
Update 1. Saved Tx 2. Error handling 3. Fetch min resource
jeesunikim 70458fc
update tests
jeesunikim 6761266
update Saved Tx to render correctly
jeesunikim c999cdf
update test
jeesunikim d6f6289
fix 'saved transactions' page route
fa85df3
add test for build tx update
4d63156
add test
f6681b9
add a test for rpc method as default for soroban xdr
d8a9ec5
update to enable optional account param
93bca74
update resource fee
3c28443
separate classic store into its own
jeesunikim 0eaf628
update init state for soroban operation
jeesunikim 9ca51d2
update urlParams test
jeesunikim 571e0a8
work in progress
5474eda
remove unused
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
wip
commit 900ec558e591e5ad121131c8673abff28dbe8219
There are no files selected for viewing
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
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 can't we leave disabled here? There might be cases where we need that.