So do dapp developers need to become familiar with how HAF handles micro-forks in order to develop their dapp?
You are viewing a single comment's thread from:
So do dapp developers need to become familiar with how HAF handles micro-forks in order to develop their dapp?
No, it is hidden behind HFM API. It is important to know the algorithm which a dapp needs to implement, and understand that application can work with reversible blocks (micro-fork can abandon such blocks), but it is possible to works only with irreversible blocks. But of course, it would be good to know what happens in the guts of HFM when some blocks become abandoned - it is a good topic for the next post, I think.