Bump explorer and explorer-api to latest v1.0.0-alpha tags#172
Merged
endersonmaia merged 2 commits intoprerelease/v2-alphafrom Apr 29, 2025
Merged
Bump explorer and explorer-api to latest v1.0.0-alpha tags#172endersonmaia merged 2 commits intoprerelease/v2-alphafrom
endersonmaia merged 2 commits intoprerelease/v2-alphafrom
Conversation
🦋 Changeset detectedLatest commit: e42fe5b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
Coverage Report for ./apps/cli
File CoverageNo changed files found. |
b999336 to
24ad87e
Compare
6164375 to
d97fb58
Compare
ca2f8c1 to
32d582f
Compare
d97fb58 to
75c0c5b
Compare
75c0c5b to
63f9b8c
Compare
17a6274 to
45f6031
Compare
brunomenezes
approved these changes
Apr 28, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request introduces updates to the Cartesi CLI and its associated Docker Compose configurations to align with newer versions of the explorer and explorer API. The changes improve environment variable management and update service images to use pre-release versions from GitHub Container Registry.
Updates to dependencies:
.changeset/gold-weeks-add.md: Bumpedexplorer-apito versionv1.0.0-alpha.3and marked the change as a minor update for@cartesi/cli..changeset/lazy-walls-shop.md: Bumpedexplorerto versionv1.0.0-alpha.2and marked the change as a minor update for@cartesi/cli.Docker Compose configuration improvements:
apps/cli/src/compose/rollups/docker-compose-explorer.yaml:x-explorer_db_envfor database environment variables, simplifying the configuration.explorer_api,squid_processor, andexplorerservice images to use pre-release versions from the GitHub Container Registry (ghcr.io). [1] [2]squid_processorservice configuration to useCHAIN_IDSandRPC_URL_13370instead of hardcoded values, improving flexibility.