Skip to content

Commit

Permalink
Drop support for confirm_ack with block payload (vote by block)
Browse files Browse the repository at this point in the history
The node is not using such votes for some time now and it now dropped
support for parsing them:
nanocurrency/nano-node#3813
  • Loading branch information
dsiganos committed Aug 5, 2022
1 parent 824f784 commit a3b67a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Binary file modified reference/nano.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions reference/protocol.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ types:
if: not _io.eof

vote_common:
doc: Common data shared by block votes and vote-by-hash votes
doc: Common data shared by votes
seq:
- id: account
size: 32
Expand Down Expand Up @@ -351,11 +351,7 @@ types:
- id: common
type: vote_common
- id: votebyhash
if: _root.header.block_type == enum_blocktype::not_a_block
type: vote_by_hash
- id: block
if: _root.header.block_type != enum_blocktype::not_a_block
type: block_selector(_root.header.block_type_int)

msg_telemetry_req:
doc: Request node telemetry metrics
Expand Down

0 comments on commit a3b67a8

Please sign in to comment.