-
Notifications
You must be signed in to change notification settings - Fork 24
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
Support custom headers #5
Comments
I'm interested in custom headers specifically for decoding. How much would it take to support this? |
@laurencelundblade How much of this is implemented in the develop branch already? Is it just the string label support that's missing? |
Custom headers is largely complete and in good shape in the dev branch. I'm happy with the design and implementation. It does not support string labels, but adding that should be straight forward. But, what's there is possibly not the path for counter signatures because the call backs don't have access to the signer inputs. I think a new type of signer object is the way to go for counter sigs. The signer objects are also in fairly good shape except for the verification of multiple signatures. I'm kind of working on that now (in parallel with a lot of other stuff). |
Fixed by #78 and other PRs |
Be able to add arbitrary headers when encoding and be able to call out to custom decoder when encountering an unknown header.
The text was updated successfully, but these errors were encountered: