You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Turnkey as a remote signer option alongside AWS KMS and GCP KMS.
Key changes:
- Added alloy-signer-turnkey dependency to foundry-wallets
- Implemented Turnkey wallet CLI args and initialization logic
- Added turnkey feature flags to cast and forge
- Updated Dockerfile and Makefile to include turnkey in release builds
Fixed forge wallet feature flags:
- Moved foundry-wallets from dev-dependencies to dependencies in forge/Cargo.toml
- This fixes an issue where aws-kms, gcp-kms, and turnkey features were defined
but non-functional when using cargo run with --features flags
- The features worked in release builds (via Makefile) but not in local dev
- This aligns forge with cast, which already had foundry-wallets as a regular dependency
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments