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

SDK with ERC-4337 contracts and alto #46

Merged
merged 3 commits into from
Jul 23, 2024
Merged

SDK with ERC-4337 contracts and alto #46

merged 3 commits into from
Jul 23, 2024

Conversation

tuler
Copy link
Member

@tuler tuler commented Jul 19, 2024

  • update anvil to the latest nightly with a fix of dumpState
  • bump devnet to include ERC-4337 anvil state
  • Adds alto, a javascript bundler by pimlico to the SDK

To test:

pnpm i
pnpm run build
docker run cartesi/sdk:devel anvil --version
anvil 0.2.0 (e903484 2024-07-19T00:38:57.930267239Z)

docker run -e ANVIL_IP_ADDR=0.0.0.0 -p 8545:8545 cartesi/sdk:devel devnet
cast code 0xaac5D4240AF87249B3f71BC8E4A2cae074A3E419

docker run cartesi/sdk:devel alto --help

Copy link

changeset-bot bot commented Jul 19, 2024

🦋 Changeset detected

Latest commit: 2f6cf0c

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

This PR includes changesets to release 1 package
Name Type
@cartesi/sdk Minor

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 19, 2024

Just noticed I didn't lock the alto version I'm installing. I'll check their release policy

@tuler
Copy link
Member Author

tuler commented Jul 19, 2024

Just noticed I didn't lock the alto version I'm installing. I'll check their release policy

Alto version locked

Copy link
Contributor

@endersonmaia endersonmaia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just curious about the node version.

packages/sdk/Dockerfile Show resolved Hide resolved
@tuler tuler merged commit da69f2e into main Jul 23, 2024
2 checks passed
@tuler tuler deleted the feature/sdk-aa branch July 23, 2024 13:33
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