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
include_sideband_info doesn't seem to work with "include_block":"true".
V26.1
Docker container
Centos 9
{ "action": "subscribe", "topic": "confirmation", "options": { "include_sideband_info": "true" } }
or
{ "action": "subscribe", "topic": "confirmation", "options": { "include_sideband_info": "true", "include_block": "true" } }
Sideband data is expected like this:
{ "topic": "confirmation", "time": "1709526597927", "message": { "account": "...", "amount": "...", "hash": "...", "confirmation_type": "active_quorum", "sideband": { "height": "2", "local_timestamp": "1709474942" } "block": { ... } } }
sideband data is not included:
{ "topic": "confirmation", "time": "1709526597927", "message": { "account": "...", "amount": "...", "hash": "...", "confirmation_type": "active_quorum", "block": { ... } } }
No response
The text was updated successfully, but these errors were encountered:
Do you know if it was working in the previous version?
Sorry, something went wrong.
I don't know, I've just started to use this option.
No branches or pull requests
Summary
include_sideband_info doesn't seem to work with "include_block":"true".
Node version
V26.1
Build details
Docker container
OS and version
Centos 9
Steps to reproduce the behavior
or
Expected behavior
Sideband data is expected like this:
Actual behavior
sideband data is not included:
Possible solution
No response
Supporting files
No response
The text was updated successfully, but these errors were encountered: