-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add optional espresso-dev-node to cartesi run
#80
Add optional espresso-dev-node to cartesi run
#80
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
It's possible to start testing with: cartesi-dev run --disable-bundler --disable-explorer --enable-espresso --verbose |
09cd9a7
to
f95e3df
Compare
bfe1fd4
to
28e9fce
Compare
f95e3df
to
c749928
Compare
Coverage Report for ./apps/cli
File Coverage
|
28e9fce
to
9dc6320
Compare
9b870cf
to
1b28127
Compare
With that option you can start a espresso-dev-node integrated into the cartesi development environment.
1b28127
to
5747f64
Compare
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.
is the Postgres upgrade ok really ok?
I'll normalize postgres image versions used on another PR. |
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/cli
package, focusing on adding a new feature and updating dependencies. The most important changes include adding the--enable-espresso
flag to thecartesi run
command, updating Docker Compose configurations to use newer images, and adding support for the Espresso development node.New Feature:
--enable-espresso
flag to enable the Espresso development node in thecartesi run
command (apps/cli/src/commands/run.ts
). [1] [2]Dependency Updates:
cartesi/sdk:0.11.0
instead 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-alpine
in 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-espresso
flag (.changeset/fresh-mangos-wink.md
).