protocol
protocol copied to clipboard
Add BlockState2
Will need updating once state blocks v2 are in (https://github.com/nanocurrency/nano-node/pull/2899). 8 more bytes needed, which are located right before the signature field:
Height (6 bytes)
Version (1 byte)
Flags (1 byte)
Aren't signer and link interpretation part of the block? It would be great to have both of them so the node can validate the transaction in early stages
Yes Flags contains those things (and whether the block is an upgrade)