-
Notifications
You must be signed in to change notification settings - Fork 37
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
[gwyneth] Add rbuilder to Dockerfile of EL #39
Conversation
@Brechtpd some TLDR for you. This PR basically does nothing else just trying to incorporate the rbuilder into the workflow. We have an rbuilder repo under taiko's organization. During every EL image creation (and then manage and run it by kurtosis with
Currently, you can run the builder by: It seems to be working (to some extent) because at least it detects somehow every blocks. Still not great because if i send txn to the L2 rpc, with : Obviously we want to stop this "create new L2 block per every L2 send_rewTransaction to our node"? but currently here we are. To go further on the rbuilder path, why it does not prints out my debug message ( |
You can use blockscout is deployed for L1 and L2. And you can verify contracts now, after deployment. L1 deployment and verification (in 1 command): For L2 obviously how the |
No description provided.