-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement transaction binding signature verification key #318
Comments
There's an interaction to think through with the |
We will not perform the recommended check for implementation faults, since it's impossible to implement without violating encapsulation of the Redjubjub interface. |
I'm surprised by that. You need to be able to compute bsk anyway; DerivePublic and checking equality of public keys are part of the intended public interface. |
This adds a nice hover state to carousels so they darken when you hover over them. <img width="982" alt="Screen Shot 2024-07-20 at 10 47 18 AM" src="https://github.com/user-attachments/assets/50f9039a-b81c-4949-828b-0651566b0a70"> --------- Co-authored-by: Skylar Saveland <skylar.saveland@gmail.com>
https://zips.z.cash/protocol/protocol.pdf#saplingbalance
Resolved in https://github.com/ZcashFoundation/zebra/blob/cfc339e8ea558f0f5cd4cb117160ab3f2c542ce0/zebra-consensus/src/transaction.rs
The text was updated successfully, but these errors were encountered: