Add optional espresso-dev-node to cartesi run#80
Merged
endersonmaia merged 2 commits intoprerelease/v2-alphafrom Jan 23, 2025
Merged
Add optional espresso-dev-node to cartesi run#80endersonmaia merged 2 commits intoprerelease/v2-alphafrom
cartesi run#80endersonmaia merged 2 commits intoprerelease/v2-alphafrom
Conversation
🦋 Changeset detectedLatest commit: 5747f64 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 |
418b8da to
23217fd
Compare
Contributor
Author
|
It's possible to start testing with: cartesi-dev run --disable-bundler --disable-explorer --enable-espresso --verbose |
tuler
reviewed
Sep 30, 2024
09cd9a7 to
f95e3df
Compare
bfe1fd4 to
28e9fce
Compare
f95e3df to
c749928
Compare
Contributor
Coverage Report for ./apps/cli
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||
28e9fce to
9dc6320
Compare
9b870cf to
1b28127
Compare
Base automatically changed from
feature/add-espresso-dev-node-to-sdk
to
prerelease/v2-alpha
January 23, 2025 14:07
With that option you can start a espresso-dev-node integrated into the cartesi development environment.
1b28127 to
5747f64
Compare
tuler
approved these changes
Jan 23, 2025
Member
tuler
left a comment
There was a problem hiding this comment.
is the Postgres upgrade ok really ok?
Contributor
Author
|
I'll normalize postgres image versions used on another PR. |
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.
Depends on: #81
A new minor version cartesi/sdk should be released before merging this PR.
This pull request includes several updates to the
@cartesi/clipackage, focusing on adding a new feature and updating dependencies. The most important changes include adding the--enable-espressoflag to thecartesi runcommand, updating Docker Compose configurations to use newer images, and adding support for the Espresso development node.New Feature:
--enable-espressoflag to enable the Espresso development node in thecartesi runcommand (apps/cli/src/commands/run.ts). [1] [2]Dependency Updates:
cartesi/sdk:0.11.0instead ofcartesi/sdk:0.10.0(apps/cli/src/node/docker-compose-anvil.yaml,apps/cli/src/node/docker-compose-bundler.yaml,apps/cli/src/node/docker-compose-paymaster.yaml,packages/mock-verifying-paymaster/docker-compose.yaml). [1] [2] [3] [4] [5] [6]postgres:16-alpinein Docker Compose configurations (apps/cli/src/node/docker-compose-database.yaml,apps/cli/src/node/docker-compose-explorer.yaml). [1] [2]Support for Espresso Development Node:
apps/cli/src/node/docker-compose-espresso.yaml).Documentation:
--enable-espressoflag (.changeset/fresh-mangos-wink.md).