You are viewing a single comment's thread from:

RE: Roadmap for Hive-related work by BlockTrades in the next 6 months

in HiveDevs3 years ago

One way to do this would be for decentralized 2nd layer apps to periodically (for example, once every 1000 blocks) generate a hash of their state (or some portion thereof) and publish it as a blockchain transaction.

2nd Layer Dapps should always broadcast a HIVE BlockID with their transactions imho. That way we know what block that specific dapp is synced up to. Also, to make it less demanding for dapps, they should be able to reuse the same HIVE BlockID for up to X amount of blocks.

Sort:  

It certainly would be good practice to do something like this but is a matter of developer preference me thinks.

Would be interesting to standardize this sort of thing though. Certainly would consider doing this with my own development endevours!