We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
u64
Node Service
float
Description We add an api here https://github.com/respeer-ai/linera-protocol/blob/1049478889b0c7ff7ba1a2c02075465a2a0eb505/linera-service/src/node_service.rs#L906 to let CheCko submit ExecutedBlock with its signature. But the ExecutedBlock cannot be deserialized correctly.
ExecutedBlock
Screenshots
**From @afck ** https://discord.com/channels/984941796272521226/1098657437965365289/1301122278268076052 I think we'll need to serialize all integers greater than u32 as strings
I think we'll need to serialize all integers greater than u32 as strings
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
We add an api here https://github.com/respeer-ai/linera-protocol/blob/1049478889b0c7ff7ba1a2c02075465a2a0eb505/linera-service/src/node_service.rs#L906 to let CheCko submit
ExecutedBlock
with its signature. But theExecutedBlock
cannot be deserialized correctly.Screenshots
**From @afck **
https://discord.com/channels/984941796272521226/1098657437965365289/1301122278268076052
I think we'll need to serialize all integers greater than u32 as strings
The text was updated successfully, but these errors were encountered: