near / fast-auth-signer

https://fast-auth-signer.vercel.app
MIT License
29 stars 8 forks source link

Send BTC non-Hashed transaction to ChainSignature contract #189

Closed Pessina closed 3 months ago

Pessina commented 3 months ago

The chain signature contract will be updated to accept a non-hashed payload, key derivation path, and hashing algorithm. This is a breaking change from the current implementation, which accepts a hashed payload and key derivation path.

Action Items:

Update the frontend code to call the contract with the new input parameters for BTC transactions.