You are viewing a single comment's thread from:

RE: 7th update of 2024: early "release notes" for Hived and HAF apps

in HiveDevs3 months ago

HAF was designed to automatically handle micro-forks. It actually has two modes:1) in the default mode, it tracks all changes up in your app's tables up to the last irreversible block, so it can revert those changes in case of a fork and 2) irreversible mode, where it the blockchain data is only made available to your app after the block becomes irreversible. Originally I planned for a lot of apps to use the default mode, but with OBI, using the second mode works pretty well too (and it is slightly faster).

Sort:  

Amazing. I don't see anything about HAF in the hive developer portal, how can i get started?

First, I suggest getting familiar with how the HAF API node stack works. Follow the readme instructions here: https://gitlab.syncad.com/hive/haf_api_node