-
Notifications
You must be signed in to change notification settings - Fork 33
feat(registry-cli): add download, create-alias, upgrade commands #176
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
Merged
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
302c8c4
feat(registry-cli): add fetch and upgrade commands
willemneal 9d0c3dc
fix: default deploy's function to __constructor
willemneal da268ad
fix: clippy
willemneal f09c48b
Update mod.rs
willemneal 983e40b
fix: deploy and fetch
willemneal 5c84db0
fix: don't use default cli features for registry-cli
willemneal a0f7d5a
fix: initial test
willemneal af22231
feat!: rename install -> create-alias, fetch -> download
willemneal 3bca981
chore: fmt
willemneal ae1f07f
Merge remote-tracking branch 'origin/main' into feat/registry_fetch_a…
willemneal 2a6229f
fix: tests
willemneal 9a612bb
chore: fmt
willemneal bf3985a
fix: tests and improve upgrade errors
willemneal 1058749
fix: clippy after upgrading rustc
willemneal f7e3c61
feat: updating soroban_sdk
willemneal 9ae1194
Merge remote-tracking branch 'origin/main' into feat/registry_fetch_a…
willemneal 3a8a7b0
fix: registry CD
willemneal 2eb1a88
feat: add publish test and add gitignore; fix internal name in contract
willemneal 55c07a7
fix: clippy
willemneal 984b1a0
fix: fmt
willemneal e739b4f
fix: clippy
willemneal d5df168
fix: update github links
willemneal d6ff851
feat: try isolating tests
willemneal 34f0761
chore: compile first
willemneal 2f747fc
chore: try building with package directly and add verbose
willemneal b608edd
fix: remove space
willemneal 90226ba
fix: don't expect key location
willemneal f12dae6
fix: fmt
willemneal fd5b1ff
fix: set config home in tests to local dir
willemneal 45c2256
chore: try to consolidate the config
willemneal 74d748a
Merge remote-tracking branch 'origin/main' into feat/registry_fetch_a…
willemneal b65bfbd
fix: integration tests
willemneal e634ff7
fix: fmt
willemneal 007b550
fix: localhost
willemneal f0c4015
Merge remote-tracking branch 'origin/main' into feat/registry_fetch_a…
willemneal 63a0fae
fix: clippy
willemneal 29cf1ea
fix: ensure caches are saved to speed up testing
willemneal 507b774
fix: ignore watch test for now
willemneal 5eac88b
feat: allow overwriting the STELLAR_RPC_URL
willemneal 41ef26d
Upgrade dependencies for building
pselle ada9e9d
fix: move to a local `.config` to follow convention
willemneal d50e655
fix: ensure that all commands use same config dir
willemneal e03ac1e
fix: fmt
willemneal eaecc38
fix: use same rpc
willemneal 1b4b3f0
fix: rpc error and actually parse config dir
willemneal 76071c0
fix: remove extra line
willemneal 24ecf87
fix: build registry cli and run its test first
willemneal b658cac
fix: ensure stellar cli is in sync
willemneal 3e2a944
fix: use empty test env and generate Alice manually
willemneal dfafdd3
chore: use xl runner to speed up testing
willemneal 9a286c3
fix: fmt
willemneal a6622a4
chore: try ubuntu large
willemneal 911d96b
fix: revert to normal so we don't need to wait in queue
willemneal d4c469c
fix: consolidate the wasms & ensure correct contract err when publishing
willemneal 00e439c
fix: randomize wasms for registry tests
willemneal d58be1d
fix: also randomize registry itself
willemneal e19da8a
Fix clippy warning
pselle 8be5d9c
fix: use fund cmd directly
willemneal 976fb89
fix: ensure that the config dir is correct
willemneal a0eb91f
chore(stellar-scaffold-cli): release v0.0.13
stellar-scaffold[bot] d68c6cb
fix: fmt
willemneal 09b2ff5
fix: also ensure build command
willemneal 46cc516
Merge remote-tracking branch 'origin/release-plz-2025-10-03T03-49-33Z…
willemneal 14989b2
fix: clippy
willemneal 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| [[profile.default.overrides]] | ||
| filter = 'package(stellar-scaffold-cli) | package(stellar-registry-cli)' | ||
| filter = 'package(stellar-scaffold-cli) | package(stellar-registry-cli) | package(registry)' | ||
| slow-timeout = { period = "90s", terminate-after = 4 } | ||
| retry = 3 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,4 +2,5 @@ target/ | |
| .soroban/ | ||
| .env | ||
| test_snapshots/ | ||
| .stellar/ | ||
| .stellar/ | ||
| .vscode/ | ||
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.
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 case you don't know about this action, I like to use
stellar/actions/rust-cache. I sort of delegate using this and sure that I am compatible.