-
Notifications
You must be signed in to change notification settings - Fork 58
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
Note inputs in the advice provider #600
Labels
enhancement
New feature or request
kernels
Related to transaction, batch, or block kernels
refactoring
Code clean-ups, improvements, and refactoring
Milestone
Comments
Merged
Merged
Closed by #707. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
kernels
Related to transaction, batch, or block kernels
refactoring
Code clean-ups, improvements, and refactoring
Currently, note inputs in the advice provider are stored as:
This means that by looking up inputs, it is not possible to tell what is the actual number of inputs for a given note. This leads to problems like in #598.
We should change the format to store inputs as follows:
This will eliminate the need for storing padded and un-padded inputs under different keys.
The text was updated successfully, but these errors were encountered: