-
Notifications
You must be signed in to change notification settings - Fork 72
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
feat: Add option to include raw block cbor #127
Conversation
I don't seem to be able to trigger tests... |
PR was created during yesterday's Github Actions outage, it got stuck in a pending status. I've pushed a trivial change just to trigger the workflow. |
Trivial changes can be dangerous when we have |
@scarmuega should I create a backlog issue to document the new |
@mark-stopka yes, please, lets keep track of the missing documentation. |
This PR implements an optional flag that will include the raw cbor payload for each block as a extra field of the
Block
event. To enable the feature, theinclude_block_cbor
flag of the mapper config needs to be enabled. The following is an example of a daemon mode config that includes the payload and outputs to the stdout sink:This is an example of the output: