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
It would be good to include epoch data with each block. E.g:
Add epoch and slot_in_epoch fields to the block event.
epoch
slot_in_epoch
block
{ "era": "Byron", "body_size": 633, "issuer_vkey": "9a6fa343c8c6c36de1a3556feb411bfdf8708d5af88de8626d0fc6bfa4eebb6d99ab83d90d66531ad9122d3f9cb4bc9d05b26448672532a68da796f9328431fd", "tx_count": 0, "slot": 7867, "hash": "b2a229030ec5ca41fe37b0a92eda80e0a47726a4d768fa52d34419ae2a8c3b5d", "number": 7868, "previous_hash": "c64b0b0ded5cd12fdaa328b9a7df23303ace3155fe5b34c891b7c92e6a8fdfe2", "epoch": 1, "slot_in_epoch": 7867 }
The text was updated successfully, but these errors were encountered:
I agree. We'll include it in the next release.
Sorry, something went wrong.
This feature will go out in v1.3. New values are: epoch and epoch_slot, present in each Block event
epoch_slot
rvcas
Successfully merging a pull request may close this issue.
It would be good to include epoch data with each block. E.g:
Add
epoch
andslot_in_epoch
fields to theblock
event.The text was updated successfully, but these errors were encountered: