protocol icon indicating copy to clipboard operation
protocol copied to clipboard

Add BlockState2

Open wezrule opened this issue 4 years ago • 2 comments

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)

wezrule avatar Mar 01 '21 15:03 wezrule

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

rotilho avatar Mar 13 '21 12:03 rotilho

Yes Flags contains those things (and whether the block is an upgrade)

wezrule avatar Mar 13 '21 14:03 wezrule