-
Notifications
You must be signed in to change notification settings - Fork 137
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
How to use ConcreateExtensionField? #162
Comments
You can see in file named |
I can see in
This adds a
|
Extensions are automatically generated. You can't use them without descriptions in ".proto" file. |
Maybe I misunderstand how to get an extension then? |
Get me your |
commands.proto (original file has some additional
session_commands.proto (Again, original has more, this is slim version)
So I need to get the |
Please dont tell me its only Update:
I need to get the builder from the extension instead. |
How does this look?
|
I don't understand, where you have problems? |
Sorry for the late reply. I have been investigating. I have now come to a new issue, dealing with the response.
I have come up with the following in
Which gives the output:
The output hex data is the Why cant I get the Here is the
Here is the
Here is the
|
Nevermind, this is not true for the port you're using. |
Thanks the the reply. We still need to know if this is the syntactically correct:
|
@alexeyxo If you are around you confirm if this is the correct way to work with Extensions, that would be great. Its a real blocker for me :/
Edit: |
Question
How do you use
ConcreateExtensionField
?I am having a hard time creating a new instance. There is not documentation on its use apart from the variable names in the
init
call.There are also no gitter chat rooms to communicate, or a forum. This is the only way I can contact.
The text was updated successfully, but these errors were encountered: