onflow / rosetta

Rosetta implementation for the Flow blockchain
Apache License 2.0
15 stars 13 forks source link

Update BlockHash to V5 #28

Closed lolpuddle closed 1 year ago

lolpuddle commented 1 year ago

The upcoming spork introduces the new field LastViewTC to the block header. The blockhash logic will need to be updated to accommodate this.

lolpuddle commented 1 year ago

https://github.com/onflow/rosetta/pull/27 closes this