-
Notifications
You must be signed in to change notification settings - Fork 8
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
Mock paymaster #53
Mock paymaster #53
Conversation
🦋 Changeset detectedLatest commit: a477ab6 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 |
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.
How can I test.
I executed docker compose up
but don't know what to expect.
If this compose will be part of the cartesi run
, we could remove it from this package when we have it working integrated with the cli.
The docker compose is a test one that runs the two services that the mock-paymaster connects to, the anvil and alto. You can test by running the compose and then executing the I tried to not make any change at all to the original source code. It's only a packaging and versioning addition to the original work. |
I'm getting this:
|
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.
LGTM
Don't forget to squash the fixups.
Proper packaging and versioning of mock paymaster, copied from https://github.com/pimlicolabs/mock-aa-environment/tree/main/mock-verifying-paymaster
The idea is to publish the package as
@cartesi/mock-paymaster
, with a npm bin, and then installing it inside the SDK in another PR.