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

Stuck at compiling when deploy contracts using foundry #13718

Closed
wangtsiao opened this issue May 8, 2023 · 1 comment · Fixed by #13740
Closed

Stuck at compiling when deploy contracts using foundry #13718

wangtsiao opened this issue May 8, 2023 · 1 comment · Fixed by #13740

Comments

@wangtsiao
Copy link

Currently, taiko uses forge to deploy contracts, as we can see from here.

When I try to deploy contracts using the following command

pnpm deploy:foundry

It became frozen at compiling.

base ❯ pnpm deploy:foundry

> @taiko/[email protected] deploy:foundry /Users/tsiao/Desktop/windranger-labs/taiko-mono/packages/protocol
> ./script/download_solc.sh && ./script/test_deploy_on_l1.sh

[⠔] Compiling...
[⠑] Compiling 165 files with 0.8.18

When I remove flag --via-ir, run the following command

base ❯ forge script script/DeployOnL1.s.sol:DeployOnL1 --fork-url http://localhost:8545 --broadcast --ffi -vvvv         
[⠃] Compiling...
No files changed, compilation skipped
Error: 
Failed to deploy script:
Execution reverted: EvmError: Revert (gas: 1550653)
@cyberhorsey
Copy link
Contributor

This was an issue with the new plonk verifier, created a PR:
#13740

thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants