Skip to content
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

Account Abstraction in CLI #59

Merged
merged 6 commits into from
Aug 6, 2024
Merged

Account Abstraction in CLI #59

merged 6 commits into from
Aug 6, 2024

Conversation

tuler
Copy link
Member

@tuler tuler commented Jul 31, 2024

This PR adds some relevant smart contract addresses to the address-book.
It also adds a new docker compose file that adds two additional services, the /bundler and the /paymaster.

@tuler tuler requested a review from endersonmaia July 31, 2024 13:25
Copy link

changeset-bot bot commented Jul 31, 2024

🦋 Changeset detected

Latest commit: 34b251c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@cartesi/cli Minor
@cartesi/mock-verifying-paymaster Patch

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

@tuler
Copy link
Member Author

tuler commented Jul 31, 2024

This creates two additional containers. I think it will be a good idea to have flags in the cartesi run command to enable or disable optional services.
The services we have now are:

  • anvil
  • postgres
  • node
  • bundler
  • paymaster
  • explorer

Some of these are required. But maybe explorer, bundler and paymaster could be optional.

@tuler tuler requested a review from endersonmaia August 6, 2024 01:41
@tuler tuler marked this pull request as ready for review August 6, 2024 01:41
@tuler
Copy link
Member Author

tuler commented Aug 6, 2024

Added disable flags to run

      --disable-bundler       disable bundler service
      --disable-explorer      disable explorer service
      --disable-paymaster     disable paymaster service

@tuler tuler merged commit e37a8fd into main Aug 6, 2024
3 checks passed
@tuler tuler deleted the feature/aa branch August 6, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants