shapeshift / hdwallet

A library for interacting with hardware wallets from JS/TS.
https://hdwallet.shapeshift.now.sh/
MIT License
208 stars 90 forks source link

add transport lock to ethSignTypedData #606

Closed BitHighlander closed 2 months ago

BitHighlander commented 1 year ago

Transport locking is needed for any request where a user must interact with the device. This pr adds transport locking to ethSignTypedData and prevents other requests from breaking the sign eip712 tx flow

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
hdwallet ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 13, 2023 at 7:36PM (UTC)
kaladinlight commented 9 months ago

@BitHighlander please rebase against master and run yarn lerna:version-patch accordingly and then we can get this in. Thank you!