fusion
fusion copied to clipboard
error: failed to load manifest for workspace member
an error when running cargo build --release --bin fusion-sequencer
What's the error you get? The command runs fine for me.
The error is shown below when I run cargo build --release --bin fusion-sequencer
error: failed to load manifest for workspace member `/code/blockchain/fusion/fusion-prover`
Caused by:
failed to load manifest for dependency `fusion-l1`
Caused by:
failed to read `/code/blockchain/fusion/l1-verifier/out/bindings/Cargo.toml`
Caused by:
No such file or directory (os error 2)
Should I make l1-verifier first, but the Verifier.sol is not found in circuits path.
I think I figured it out.
In circuit folder, still need to run
make setup
make verifier
and then
cd l1-verifier && make
But the build meets this error

Ah yes you're right! I need to update that in the README, thanks.
What's your foundry version?
I think I figured it out.
In circuit folder, still need to run
make setup make verifierand then
cd l1-verifier && makeBut the build meets this error
I recently saw that same error which foundryup fixed for me. Can you try that?