foundry: `forge create` and `forge script` not working with --ledger
Component
Forge
Have you ensured that all of these are up to date?
- Foundry
- Foundryup
What version of Foundry are you on?
forge 0.2.0 (d4e6b43 2023-12-04T13:39:22.221218000Z)
What command(s) is the bug in?
forge create && forge script
Operating System
macOS (Apple Silicon)
Describe the bug
forge create --ledger and forge script --ledger --broadcast does not prompt for tx signature on the ledger. The cli outputs that it’s sending the transaction but nothing actually pops up on my ledger. Changing back to version forge 0.2.0 (60ec002 2023-12-04T13:54:02.349674000Z) does not cause this issue and the transactions shows up on my ledger. cast send --ledger also works great on the latest build.
About this issue
- Original URL
- State: open
- Created 7 months ago
- Reactions: 3
- Comments: 24 (12 by maintainers)
Commits related to this issue
- fix: readd --force flag for build info while the issue with compiling --build-info was recently fixed, most ppl are stuck on months old foundry due to https://github.com/foundry-rs/foundry/issues/651... — committed to catapulta-sh/catapulta-verify by sakulstra 3 months ago
- feat: multi verification (#25) * feat: multi verification * fix: remove some leftovers * fix: snowscan api url * fix: improve logging * fix: readd --force flag for build info while the... — committed to catapulta-sh/catapulta-verify by sakulstra 3 months ago
@klkvr so far so good!
@mattsse any hunch on what is going wrong?
This issue is getting increasingly problematic for us as on tooling we rely on patches from newer foundry versions, but for actual execution of things ppl have to downgrade to a version from early november last year.