-
Notifications
You must be signed in to change notification settings - Fork 12
Add optional espresso-dev-node to cartesi run
#80
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
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
tuler
left a comment
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/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).